Uses of Class
org.openstack4j.openstack.identity.v3.domain.KeystoneAuth
-
Packages that use KeystoneAuth Package Description org.openstack4j.openstack.identity.v3.domain org.openstack4j.openstack.internal -
-
Uses of KeystoneAuth in org.openstack4j.openstack.identity.v3.domain
Methods in org.openstack4j.openstack.identity.v3.domain that return KeystoneAuth Modifier and Type Method Description KeystoneAuthKeystoneToken. getCredentials()Methods in org.openstack4j.openstack.identity.v3.domain with parameters of type KeystoneAuth Modifier and Type Method Description KeystoneTokenKeystoneToken. applyContext(String endpoint, KeystoneAuth credentials) -
Uses of KeystoneAuth in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal with parameters of type KeystoneAuth Modifier and Type Method Description static OSClientOSAuthenticator. invoke(KeystoneAuth auth, String endpoint, Facing perspective, Config config, CloudProvider provider)Invokes V3 authentication via an existing token
-