net.netheos.pcsapi.oauth
Class SessionManager<T extends Credentials>
java.lang.Object
net.netheos.pcsapi.oauth.SessionManager<T>
- Type Parameters:
T - The credentials type used in the manager
- All Implemented Interfaces:
- HttpExecutor
- Direct Known Subclasses:
- OAuth2SessionManager, PasswordSessionManager
public abstract class SessionManager<T extends Credentials>
- extends Object
- implements HttpExecutor
Binds HTTP requests with an authentication protocol
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
userCredentials
protected UserCredentials<T extends Credentials> userCredentials
SessionManager
protected SessionManager(UserCredentials userCredentials)
Copyright © 2014. All Rights Reserved.