net.netheos.pcsapi.oauth
Class PasswordSessionManager

java.lang.Object
  extended by net.netheos.pcsapi.oauth.SessionManager<PasswordCredentials>
      extended by net.netheos.pcsapi.oauth.PasswordSessionManager
All Implemented Interfaces:
HttpExecutor

public class PasswordSessionManager
extends SessionManager<PasswordCredentials>

Password session manager : handles basic and digest authentication.


Field Summary
 
Fields inherited from class net.netheos.pcsapi.oauth.SessionManager
userCredentials
 
Constructor Summary
PasswordSessionManager(StorageBuilder builder)
           
 
Method Summary
 CResponse execute(org.apache.http.client.methods.HttpUriRequest request)
          Execute the request
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordSessionManager

public PasswordSessionManager(StorageBuilder builder)
Method Detail

execute

public CResponse execute(org.apache.http.client.methods.HttpUriRequest request)
Description copied from interface: HttpExecutor
Execute the request

Parameters:
request - The http request
Returns:
The http response


Copyright © 2014. All Rights Reserved.