public class UserCredentialsImpl extends Object implements UserCredentials
| Constructor and Description |
|---|
UserCredentialsImpl() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getPassword()
UserCredentialsgetPassword in interface UserCredentialspublic String getSipDomain()
UserCredentialsgetSipDomain in interface UserCredentialspublic String getUserName()
UserCredentialsgetUserName in interface UserCredentialsCopyright © 2014. All Rights Reserved.