Uses of Interface
org.jclouds.openstack.keystone.auth.domain.AuthInfo
Packages that use AuthInfo
Package
Description
-
Uses of AuthInfo in org.jclouds.openstack.keystone.auth
Methods in org.jclouds.openstack.keystone.auth that return AuthInfoModifier and TypeMethodDescriptionAuthenticationApi.authenticateAccessKey
(TenantOrDomainAndCredentials<ApiAccessKeyCredentials> credentials) AuthenticationApi.authenticatePassword
(TenantOrDomainAndCredentials<PasswordCredentials> credentials) 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 AuthInfoModifier and TypeMethodDescriptionprotected final 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 final Map
<String, com.google.common.base.Function<Credentials, AuthInfo>> AuthenticationModule.provideAuthenticationMethods
(com.google.inject.Injector i) final com.google.common.cache.LoadingCache
<Credentials, AuthInfo> AuthenticationModule.provideAuthInfoCache
(com.google.common.base.Function<Credentials, AuthInfo> getAccess) protected final 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 AuthInfoModifier and TypeMethodDescriptionprotected final com.google.common.base.Function
<Credentials, AuthInfo> AuthenticationModule.authenticationMethodForCredentialType
(String credentialType, Map<String, com.google.common.base.Function<Credentials, AuthInfo>> authenticationMethods) protected final com.google.common.base.Supplier
<String> AuthenticationModule.provideAuthenticationTokenCache
(com.google.common.base.Supplier<AuthInfo> supplier) borrowing concurrency code to ensure that caching takes place properlyfinal com.google.common.cache.LoadingCache
<Credentials, AuthInfo> AuthenticationModule.provideAuthInfoCache
(com.google.common.base.Function<Credentials, AuthInfo> getAccess) protected final 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 AuthInfoModifier and TypeMethodDescriptionBaseAuthenticator.apply
(Credentials input) AuthenticateApiAccessKeyCredentials.authenticate
(TenantOrDomainAndCredentials<ApiAccessKeyCredentials> credentials) AuthenticatePasswordCredentials.authenticate
(TenantOrDomainAndCredentials<PasswordCredentials> credentials) 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 -
Uses of AuthInfo in org.jclouds.openstack.keystone.v3.auth
Methods in org.jclouds.openstack.keystone.v3.auth that return AuthInfoModifier and TypeMethodDescriptionV3AuthenticationApi.authenticateAccessKey
(TenantOrDomainAndCredentials<ApiAccessKeyCredentials> credentials) -
Uses of AuthInfo in org.jclouds.openstack.keystone.v3.domain
Classes in org.jclouds.openstack.keystone.v3.domain that implement AuthInfo -
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 AuthInfoModifier and TypeMethodDescriptionprotected 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 AuthInfoModifier and TypeMethodDescriptionprotected 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 AuthInfoModifier and TypeMethodDescriptionAuthenticateApiKeyCredentials.authenticate
(TenantOrDomainAndCredentials<ApiKeyCredentials> credentials)