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 AuthInfoAuthenticationApi. authenticateAccessKey(TenantOrDomainAndCredentials<ApiAccessKeyCredentials> credentials)AuthInfoAuthenticationApi. authenticatePassword(TenantOrDomainAndCredentials<PasswordCredentials> credentials)AuthInfoAuthenticationApi. 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 AuthInfoBaseAuthenticator. apply(Credentials input)AuthInfoAuthenticateApiAccessKeyCredentials. authenticate(TenantOrDomainAndCredentials<ApiAccessKeyCredentials> credentials)AuthInfoAuthenticatePasswordCredentials. authenticate(TenantOrDomainAndCredentials<PasswordCredentials> credentials)AuthInfoAuthenticateTokenCredentials. authenticate(TenantOrDomainAndCredentials<TokenCredentials> credentials)abstract AuthInfoBaseAuthenticator. 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 classAccessTODO -
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 classToken -
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 AuthInfoAuthenticateApiKeyCredentials. authenticate(TenantOrDomainAndCredentials<ApiKeyCredentials> credentials)
-