Class BaseAuthenticator<C>
java.lang.Object
org.jclouds.openstack.keystone.auth.functions.BaseAuthenticator<C>
- All Implemented Interfaces:
com.google.common.base.Function<org.jclouds.domain.Credentials,,AuthInfo> Function<org.jclouds.domain.Credentials,AuthInfo>
- Direct Known Subclasses:
AuthenticateApiAccessKeyCredentials,AuthenticatePasswordCredentials,AuthenticateTokenCredentials
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(org.jclouds.domain.Credentials input) abstract AuthInfoauthenticate(TenantOrDomainAndCredentials<C> credentials) voidabstract CcreateCredentials(String identity, String credential) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals
-
Field Details
-
logger
protected org.jclouds.logging.Logger logger -
defaultTenantName
-
defaultTenantId
-
requiresTenant
@Inject(optional=true) protected boolean requiresTenant -
scope
-
projectDomainName
-
projectDomainId
-
-
Constructor Details
-
BaseAuthenticator
public BaseAuthenticator()
-
-
Method Details
-
checkPropertiesAreCompatible
@PostConstruct public void checkPropertiesAreCompatible() -
apply
-
createCredentials
-
authenticate
-