net.netheos.pcsapi.oauth
Class SessionManager<T extends Credentials>

java.lang.Object
  extended by 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


Field Summary
protected  UserCredentials<T> userCredentials
           
 
Constructor Summary
protected SessionManager(UserCredentials userCredentials)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.netheos.pcsapi.request.HttpExecutor
execute
 

Field Detail

userCredentials

protected UserCredentials<T extends Credentials> userCredentials
Constructor Detail

SessionManager

protected SessionManager(UserCredentials userCredentials)


Copyright © 2014. All Rights Reserved.