Class AuthenticateTokenCredentials
java.lang.Object
org.jclouds.openstack.keystone.auth.functions.BaseAuthenticator<TokenCredentials>
org.jclouds.openstack.keystone.auth.functions.AuthenticateTokenCredentials
- All Implemented Interfaces:
com.google.common.base.Function<Credentials,
,AuthInfo> Function<Credentials,
AuthInfo>
-
Field Summary
Fields inherited from class org.jclouds.openstack.keystone.auth.functions.BaseAuthenticator
defaultTenantId, defaultTenantName, logger, projectDomainId, projectDomainName, requiresTenant, scope
-
Method Summary
Modifier and TypeMethodDescriptionauthenticate
(TenantOrDomainAndCredentials<TokenCredentials> credentials) createCredentials
(String identity, String credential) 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, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Method Details
-
createCredentials
- Specified by:
createCredentials
in classBaseAuthenticator<TokenCredentials>
-
authenticate
- Specified by:
authenticate
in classBaseAuthenticator<TokenCredentials>
-