Uses of Interface
org.jclouds.openstack.keystone.auth.domain.AuthInfo
-
-
Uses of AuthInfo in org.jclouds.openstack.keystone.auth
Methods in org.jclouds.openstack.keystone.auth that return AuthInfo Modifier and Type Method Description AuthInfo
AuthenticationApi. authenticateAccessKey(TenantOrDomainAndCredentials<ApiAccessKeyCredentials> credentials)
AuthInfo
AuthenticationApi. authenticatePassword(TenantOrDomainAndCredentials<PasswordCredentials> credentials)
AuthInfo
AuthenticationApi. authenticateToken(TenantOrDomainAndCredentials<TokenCredentials> credentials)
-
Uses of AuthInfo in org.jclouds.openstack.keystone.auth.config
Methods in org.jclouds.openstack.keystone.auth.config that return types with arguments of type AuthInfo Modifier and Type Method Description protected com.google.common.base.Function<Credentials,AuthInfo>
AuthenticationModule. authenticationMethodForCredentialType(String credentialType, Map<String,com.google.common.base.Function<Credentials,AuthInfo>> authenticationMethods)
protected Map<String,com.google.common.base.Function<Credentials,AuthInfo>>
AuthenticationModule. authenticationMethods(com.google.inject.Injector i)
protected Map<String,com.google.common.base.Function<Credentials,AuthInfo>>
AuthenticationModule. provideAuthenticationMethods(com.google.inject.Injector i)
com.google.common.cache.LoadingCache<Credentials,AuthInfo>
AuthenticationModule. provideAuthInfoCache(com.google.common.base.Function<Credentials,AuthInfo> getAccess)
protected com.google.common.base.Supplier<AuthInfo>
AuthenticationModule. provideAuthInfoSupplier(com.google.common.cache.LoadingCache<Credentials,AuthInfo> cache, com.google.common.base.Supplier<Credentials> creds)
Method parameters in org.jclouds.openstack.keystone.auth.config with type arguments of type AuthInfo Modifier and Type Method Description protected com.google.common.base.Function<Credentials,AuthInfo>
AuthenticationModule. authenticationMethodForCredentialType(String credentialType, Map<String,com.google.common.base.Function<Credentials,AuthInfo>> authenticationMethods)
protected com.google.common.base.Supplier<String>
AuthenticationModule. provideAuthenticationTokenCache(com.google.common.base.Supplier<AuthInfo> supplier)
borrowing concurrency code to ensure that caching takes place properlycom.google.common.cache.LoadingCache<Credentials,AuthInfo>
AuthenticationModule. provideAuthInfoCache(com.google.common.base.Function<Credentials,AuthInfo> getAccess)
protected com.google.common.base.Supplier<AuthInfo>
AuthenticationModule. provideAuthInfoSupplier(com.google.common.cache.LoadingCache<Credentials,AuthInfo> cache, com.google.common.base.Supplier<Credentials> creds)
-
Uses of AuthInfo in org.jclouds.openstack.keystone.auth.functions
Methods in org.jclouds.openstack.keystone.auth.functions that return AuthInfo Modifier and Type Method Description AuthInfo
BaseAuthenticator. apply(Credentials input)
AuthInfo
AuthenticateApiAccessKeyCredentials. authenticate(TenantOrDomainAndCredentials<ApiAccessKeyCredentials> credentials)
AuthInfo
AuthenticatePasswordCredentials. authenticate(TenantOrDomainAndCredentials<PasswordCredentials> credentials)
AuthInfo
AuthenticateTokenCredentials. authenticate(TenantOrDomainAndCredentials<TokenCredentials> credentials)
abstract AuthInfo
BaseAuthenticator. authenticate(TenantOrDomainAndCredentials<C> credentials)
-
Uses of AuthInfo in org.jclouds.openstack.keystone.v2_0.domain
Classes in org.jclouds.openstack.keystone.v2_0.domain that implement AuthInfo Modifier and Type Class Description class
Access
TODO -
Uses of AuthInfo in org.jclouds.openstack.keystone.v3.domain
Classes in org.jclouds.openstack.keystone.v3.domain that implement AuthInfo Modifier and Type Class Description class
Token
-
Uses of AuthInfo in org.jclouds.openstack.swift.v1.config
Methods in org.jclouds.openstack.swift.v1.config that return types with arguments of type AuthInfo Modifier and Type Method Description protected Map<String,com.google.common.base.Function<Credentials,AuthInfo>>
SwiftAuthenticationModule. authenticationMethods(com.google.inject.Injector i)
-
Uses of AuthInfo in org.jclouds.rackspace.cloudidentity.v2_0.config
Methods in org.jclouds.rackspace.cloudidentity.v2_0.config that return types with arguments of type AuthInfo Modifier and Type Method Description protected Map<String,com.google.common.base.Function<Credentials,AuthInfo>>
CloudIdentityAuthenticationModule. authenticationMethods(com.google.inject.Injector i)
-
Uses of AuthInfo in org.jclouds.rackspace.cloudidentity.v2_0.functions
Methods in org.jclouds.rackspace.cloudidentity.v2_0.functions that return AuthInfo Modifier and Type Method Description AuthInfo
AuthenticateApiKeyCredentials. authenticate(TenantOrDomainAndCredentials<ApiKeyCredentials> credentials)
-