Uses of Class
org.openstack4j.api.client.CloudProvider
-
Packages that use CloudProvider Package Description org.openstack4j.api.client org.openstack4j.openstack org.openstack4j.openstack.client org.openstack4j.openstack.internal -
-
Uses of CloudProvider in org.openstack4j.api.client
Methods in org.openstack4j.api.client that return CloudProvider Modifier and Type Method Description static CloudProviderCloudProvider. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudProvider[]CloudProvider. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstack4j.api.client with parameters of type CloudProvider Modifier and Type Method Description TIOSClientBuilder. provider(CloudProvider provider)The OpenStack cloud provider which helps determine compatibility within requests -
Uses of CloudProvider in org.openstack4j.openstack
Methods in org.openstack4j.openstack with parameters of type CloudProvider Modifier and Type Method Description static OSClient.OSClientV2OSFactory. clientFromAccess(Access access, Facing perspective, CloudProvider provider, Config config)Skips Authentication and created the API around a previously cached Access object.static OSClient.OSClientV3OSFactory. clientFromToken(Token token, Facing perspective, CloudProvider provider, Config config)Skips Authentication and created the API around a previously cached Token object. -
Uses of CloudProvider in org.openstack4j.openstack.client
Methods in org.openstack4j.openstack.client with parameters of type CloudProvider Modifier and Type Method Description TOSClientBuilder. provider(CloudProvider provider) -
Uses of CloudProvider in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal that return CloudProvider Modifier and Type Method Description protected CloudProviderBaseOpenStackService. getProvider()CloudProviderOSClientSession. getProvider()Methods in org.openstack4j.openstack.internal with parameters of type CloudProvider Modifier and Type Method Description static OSClientSession.OSClientSessionV2OSClientSession.OSClientSessionV2. createSession(Access access, Facing perspective, CloudProvider provider, Config config)static OSClientSession.OSClientSessionV3OSClientSession.OSClientSessionV3. createSession(Token token, Facing perspective, CloudProvider provider, Config config)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.static OSClientOSAuthenticator. invoke(TokenAuth auth, String endpoint, Facing perspective, Config config, CloudProvider provider)Invokes V2 authentication via an existing tokenstatic OSClientOSAuthenticator. invoke(KeystoneAuth auth, String endpoint, Facing perspective, Config config, CloudProvider provider)Invokes V3 authentication via an existing token
-