javax.sip
Interface AccountManager
public interface AccountManager
Account Manager helper class for the AuthenticationHelper.
- Since:
- 2.0
- Version:
- 2.0
- Author:
- Oracle Inc., NIST
getCredentials
UserCredentials getCredentials(ClientTransaction challengedTransaction,
String realm)
- Returns the user credentials for a given SIP Domain.
You can implement any desired method (such as popping up a dialog for example )
to retrieve the credentials.
- Parameters:
challengedTransaction
- - the transaction that is being challenged.realm
- - the realm that is being challenged for which a credential should be
returned.
- Returns:
- -- the user credentials associated with the domain.
See conditions of use.
Submit a bug report or feature request.