JAIN-SIP 2.0 API

javax.sip
Interface UserCredentials


public interface UserCredentials

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

Since:
2.0
Version:
2.0
Author:
Oracle, NIST

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

JAIN-SIP 2.0 API


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