JAIN-SIP 2.0 API

javax.sip
Interface AccountManager


public interface AccountManager

Account Manager helper class for the AuthenticationHelper.

Since:
2.0
Version:
2.0
Author:
Oracle Inc., NIST

Method Summary
 UserCredentials getCredentials(ClientTransaction challengedTransaction, String realm)
          Returns the user credentials for a given SIP Domain.
 

Method Detail

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.

JAIN-SIP 2.0 API


See conditions of use.
Submit a bug report or feature request.