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()
UserCredentials
getPassword
in interface UserCredentials
public String getSipDomain()
UserCredentials
getSipDomain
in interface UserCredentials
public String getUserName()
UserCredentials
getUserName
in interface UserCredentials
Copyright © 2015. All Rights Reserved.