Uses of Package
com.intel.cosbench.client.keystone

Packages that use com.intel.cosbench.client.keystone
com.intel.cosbench.client.keystone   
com.intel.cosbench.client.keystone.handler   
 

Classes in com.intel.cosbench.client.keystone used by com.intel.cosbench.client.keystone
KeystoneRequest.AuthInfo
          The authentication information holding either the password credentials or the token id.
KeystoneRequest.AuthInfo.Credentials
          The credentials comprised of both the username and the password.
KeystoneRequest.AuthInfo.Token
          The token meta data identified by its id.
KeystoneResponse.AccessInfo
           { "user": ...
KeystoneResponse.AccessInfo.ServiceInfo
           {"name": "?", "type": "?", "endpoints": [ ...
KeystoneResponse.AccessInfo.ServiceInfo.Endpoint
           { "id": "?", "tenantId": "?", "region": "?", "adminURL": "?", "internalURL": "?", "publicURL": "?" }
KeystoneResponse.AccessInfo.Token
           { "id": "?", "tenant": ...
KeystoneResponse.AccessInfo.Token.Tenant
           { "id": "?", "name": "?" }
KeystoneResponse.AccessInfo.User
           { "id": "?", "name": "?", "roles": [ ...
KeystoneResponse.AccessInfo.User.Role
           { "id": "?", "name": "?", "tenantId": "?" }
 

Classes in com.intel.cosbench.client.keystone used by com.intel.cosbench.client.keystone.handler
KeystoneRequest
          The request that will be used when obtaining a keystone token from the keystone service.
KeystoneResponse
           { "access": ...