public class KeyStoneAuthRequest extends AuthenticationRequest
ApiKeyAuthenticationRequest
is not applicable.
(problem with different Keystone installations/versions/modifications)
THIS FILE IS MAPPED BY JACKSON TO AND FROM JSON.
DO NOT RENAME OR MODIFY FIELDS AND THEIR ACCESSORS.tenantName
Constructor and Description |
---|
KeyStoneAuthRequest(String tenant,
KeystoneApiKeyCredentials apiAccessKeyCredentials) |
Modifier and Type | Method and Description |
---|---|
KeystoneApiKeyCredentials |
getApiAccessKeyCredentials() |
void |
setApiAccessKeyCredentials(KeystoneApiKeyCredentials apiAccessKeyCredentials) |
String |
toString() |
getTenantName, setTenantName
public KeyStoneAuthRequest(String tenant, KeystoneApiKeyCredentials apiAccessKeyCredentials)
tenant
- Keystone tenant name for authenticationapiAccessKeyCredentials
- Credentials for authenticationpublic KeystoneApiKeyCredentials getApiAccessKeyCredentials()
public void setApiAccessKeyCredentials(KeystoneApiKeyCredentials apiAccessKeyCredentials)
public String toString()
toString
in class AuthenticationRequest
Copyright © 2017 Apache Software Foundation. All Rights Reserved.