Uses of Interface
org.openstack4j.model.identity.AuthStore
-
Packages that use AuthStore Package Description org.openstack4j.model.identity.v3 org.openstack4j.openstack.identity.v2.domain org.openstack4j.openstack.identity.v3.domain org.openstack4j.openstack.internal -
-
Uses of AuthStore in org.openstack4j.model.identity.v3
Methods in org.openstack4j.model.identity.v3 that return AuthStore Modifier and Type Method Description AuthStoreToken. getCredentials() -
Uses of AuthStore in org.openstack4j.openstack.identity.v2.domain
Classes in org.openstack4j.openstack.identity.v2.domain that implement AuthStore Modifier and Type Class Description classCredentialsclassRaxApiKeyCredentialsMethods in org.openstack4j.openstack.identity.v2.domain that return AuthStore Modifier and Type Method Description AuthStoreKeystoneAccess. getCredentials()Methods in org.openstack4j.openstack.identity.v2.domain with parameters of type AuthStore Modifier and Type Method Description KeystoneAccessKeystoneAccess. applyContext(String endpoint, AuthStore credentials) -
Uses of AuthStore in org.openstack4j.openstack.identity.v3.domain
Classes in org.openstack4j.openstack.identity.v3.domain that implement AuthStore Modifier and Type Class Description classCredentialsclassKeystoneAuthRepresents an v3 Auth object.Methods in org.openstack4j.openstack.identity.v3.domain with parameters of type AuthStore Modifier and Type Method Description KeystoneTokenKeystoneToken. applyContext(String endpoint, AuthStore credentials) -
Uses of AuthStore in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal with parameters of type AuthStore Modifier and Type Method Description static OSClientOSAuthenticator. invoke(AuthStore auth, String endpoint, Facing perspective, Config config, CloudProvider provider)Invokes authentication to obtain a valid V3 Token, throws an UnsupportedOperationException for an V2 attempt.
-