Class AuthenticateApiKeyCredentials
java.lang.Object
org.jclouds.openstack.keystone.auth.functions.BaseAuthenticator<ApiKeyCredentials>
org.jclouds.rackspace.cloudidentity.v2_0.functions.AuthenticateApiKeyCredentials
- All Implemented Interfaces:
com.google.common.base.Function<Credentials,
,AuthInfo> Function<Credentials,
AuthInfo>
- See Also:
-
Field Summary
FieldsFields inherited from class org.jclouds.openstack.keystone.auth.functions.BaseAuthenticator
defaultTenantId, defaultTenantName, logger, projectDomainId, projectDomainName, requiresTenant, scope
-
Method Summary
Modifier and TypeMethodDescriptionauthenticate
(TenantOrDomainAndCredentials<ApiKeyCredentials> credentials) createCredentials
(String identity, String credential) toString()
Methods inherited from class org.jclouds.openstack.keystone.auth.functions.BaseAuthenticator
apply, checkPropertiesAreCompatible
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Field Details
-
api
-
-
Method Details
-
createCredentials
- Specified by:
createCredentials
in classBaseAuthenticator<ApiKeyCredentials>
-
toString
-
authenticate
- Specified by:
authenticate
in classBaseAuthenticator<ApiKeyCredentials>
-