Uses of Class
net.netheos.pcsapi.credentials.Credentials

Packages that use Credentials
net.netheos.pcsapi.credentials   
net.netheos.pcsapi.oauth   
 

Uses of Credentials in net.netheos.pcsapi.credentials
 

Classes in net.netheos.pcsapi.credentials with type parameters of type Credentials
 class UserCredentials<T extends Credentials>
          This class holds user_id and credentials (password or OAuth2 tokens).
 

Subclasses of Credentials in net.netheos.pcsapi.credentials
 class OAuth2Credentials
          Credentials contains the OAuth informations.
 class PasswordCredentials
          Credentials containing password information.
 

Methods in net.netheos.pcsapi.credentials that return Credentials
static Credentials Credentials.createFromJson(String json)
          Create a Credential object from a JSON value.
 

Uses of Credentials in net.netheos.pcsapi.oauth
 

Classes in net.netheos.pcsapi.oauth with type parameters of type Credentials
 class SessionManager<T extends Credentials>
          Binds HTTP requests with an authentication protocol
 



Copyright © 2014. All Rights Reserved.