net.netheos.pcsapi.credentials
Class PasswordCredentials

java.lang.Object
  extended by net.netheos.pcsapi.credentials.Credentials
      extended by net.netheos.pcsapi.credentials.PasswordCredentials

public class PasswordCredentials
extends Credentials

Credentials containing password information.


Method Summary
 String getPassword()
          Get the password
 String toJson()
          Serialize the credentials in a JSON String.
 
Methods inherited from class net.netheos.pcsapi.credentials.Credentials
createFromJson
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.