net.netheos.pcsapi.oauth
Class PasswordSessionManager
java.lang.Object
net.netheos.pcsapi.oauth.SessionManager<PasswordCredentials>
net.netheos.pcsapi.oauth.PasswordSessionManager
- All Implemented Interfaces:
- HttpExecutor
public class PasswordSessionManager
- extends SessionManager<PasswordCredentials>
Password session manager : handles basic and digest authentication.
|
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 |
PasswordSessionManager
public PasswordSessionManager(StorageBuilder builder)
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.