com.intel.cosbench.client.keystone
Class KeystoneRequest.AuthInfo.Token

java.lang.Object
  extended by com.intel.cosbench.client.keystone.KeystoneRequest.AuthInfo.Token
Enclosing class:
KeystoneRequest.AuthInfo

public static class KeystoneRequest.AuthInfo.Token
extends java.lang.Object

The token meta data identified by its id. This class is specially structured in a way that is compatible with the interface provided by the keystone service.
{"id": "?"}

Author:
qzheng

Constructor Summary
KeystoneRequest.AuthInfo.Token()
           
 
Method Summary
 java.lang.String getId()
           
 void setId(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeystoneRequest.AuthInfo.Token

public KeystoneRequest.AuthInfo.Token()
Method Detail

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)