Uses of Class
net.netheos.pcsapi.oauth.SessionManager

Packages that use SessionManager
net.netheos.pcsapi.oauth   
net.netheos.pcsapi.storage   
 

Uses of SessionManager in net.netheos.pcsapi.oauth
 

Subclasses of SessionManager in net.netheos.pcsapi.oauth
 class OAuth2SessionManager
          OAuth2 session manager (used by most providers).
 class PasswordSessionManager
          Password session manager : handles basic and digest authentication.
 

Uses of SessionManager in net.netheos.pcsapi.storage
 

Classes in net.netheos.pcsapi.storage with type parameters of type SessionManager
 class StorageProvider<T extends SessionManager>
           
 

Fields in net.netheos.pcsapi.storage declared as SessionManager
protected  T StorageProvider.sessionManager
           
 



Copyright © 2014. All Rights Reserved.