public class AccountManagerImpl extends Object implements AccountManager
| Constructor and Description |
|---|
AccountManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
UserCredentials |
getCredentials(ClientTransaction challengedTransaction,
String realm)
Returns the user credentials for a given SIP Domain.
|
public UserCredentials getCredentials(ClientTransaction challengedTransaction, String realm)
AccountManagergetCredentials in interface AccountManagerchallengedTransaction - - the transaction that is being challenged.realm - - the realm that is being challenged for which a credential should be
returned.Copyright © 2018. All Rights Reserved.