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

gov.nist.javax.sip.clientauthutils
Interface UserCredentials


public interface UserCredentials

The class is used whenever user credentials for a particular realm (site server or service) are necessary

Version:
1.0
Author:
Emil Ivov , M. Ranganathan

Method Summary
 String getPassword()
          Returns a password associated with this set of credentials.
 String getSipDomain()
          Returns the SIP Domain for this username password combination.
 String getUserName()
          Returns the name of the user that these credentials relate to.
 

Method Detail

getUserName

String getUserName()
Returns the name of the user that these credentials relate to.

Returns:
the user name.

getPassword

String getPassword()
Returns a password associated with this set of credentials.

Returns:
a password associated with this set of credentials.

getSipDomain

String getSipDomain()
Returns the SIP Domain for this username password combination.

Returns:
the sip 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.