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": "?" }
|