NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

gov.nist.javax.sip.clientauthutils
Interface AccountManager


public interface AccountManager


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.

NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.