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

Packages that use UserCredentials
net.netheos.pcsapi.credentials   
net.netheos.pcsapi.oauth   
net.netheos.pcsapi.storage   
 

Uses of UserCredentials in net.netheos.pcsapi.credentials
 

Methods in net.netheos.pcsapi.credentials that return UserCredentials
 UserCredentials<?> UserCredentialsRepository.get(AppInfo appInfo, String userId)
          Retrieves user credentials for the given application and optional user id.
 UserCredentials<?> UserCredentialsFileRepository.get(AppInfo appInfo, String userId)
           
 

Methods in net.netheos.pcsapi.credentials with parameters of type UserCredentials
 void UserCredentialsRepository.save(UserCredentials<?> userCredentials)
          Adds new credentials and serializes
 void UserCredentialsFileRepository.save(UserCredentials<?> userCredentials)
           
 

Uses of UserCredentials in net.netheos.pcsapi.oauth
 

Fields in net.netheos.pcsapi.oauth declared as UserCredentials
protected  UserCredentials<T> SessionManager.userCredentials
           
 

Constructors in net.netheos.pcsapi.oauth with parameters of type UserCredentials
SessionManager(UserCredentials userCredentials)
           
 

Uses of UserCredentials in net.netheos.pcsapi.storage
 

Methods in net.netheos.pcsapi.storage that return UserCredentials
 UserCredentials<?> StorageBuilder.getUserCredentials()
           
 



Copyright © 2014. All Rights Reserved.