Uses of Class
org.openstack4j.openstack.identity.v2.domain.TokenAuth
-
Packages that use TokenAuth Package Description org.openstack4j.openstack.identity.v2.domain org.openstack4j.openstack.internal -
-
Uses of TokenAuth in org.openstack4j.openstack.identity.v2.domain
Methods in org.openstack4j.openstack.identity.v2.domain that return TokenAuth Modifier and Type Method Description TokenAuthKeystoneAccess. getTokenAuth()Methods in org.openstack4j.openstack.identity.v2.domain with parameters of type TokenAuth Modifier and Type Method Description KeystoneAccessKeystoneAccess. applyContext(String endpoint, TokenAuth token) -
Uses of TokenAuth in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal with parameters of type TokenAuth Modifier and Type Method Description static OSClientOSAuthenticator. invoke(TokenAuth auth, String endpoint, Facing perspective, Config config, CloudProvider provider)Invokes V2 authentication via an existing token
-