net.netheos.pcsapi.credentials
Class PasswordCredentials
java.lang.Object
net.netheos.pcsapi.credentials.Credentials
net.netheos.pcsapi.credentials.PasswordCredentials
public class PasswordCredentials
- extends Credentials
Credentials containing password information.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getPassword
public String getPassword()
- Get the password
- Returns:
- The password
toJson
public String toJson()
- Description copied from class:
Credentials
- Serialize the credentials in a JSON String.
- Returns:
- the json representation of credentials
Copyright © 2014. All Rights Reserved.