com.intel.cosbench.client.keystone.handler
Class HttpAuthHandler

java.lang.Object
  extended by com.intel.cosbench.client.keystone.handler.HttpAuthHandler
All Implemented Interfaces:
AuthHandler

public class HttpAuthHandler
extends java.lang.Object
implements AuthHandler


Constructor Summary
HttpAuthHandler(java.lang.String url, int timeout)
           
 
Method Summary
 void dispose()
           
 java.lang.String getUrl()
           
 KeystoneResponse POST(KeystoneRequest request)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpAuthHandler

public HttpAuthHandler(java.lang.String url,
                       int timeout)
Method Detail

getUrl

public java.lang.String getUrl()

POST

public KeystoneResponse POST(KeystoneRequest request)
Specified by:
POST in interface AuthHandler

dispose

public void dispose()
Specified by:
dispose in interface AuthHandler