Uses of Interface
org.openstack4j.api.OSClient.OSClientV3
-
Packages that use OSClient.OSClientV3 Package Description org.openstack4j.openstack org.openstack4j.openstack.client org.openstack4j.openstack.internal -
-
Uses of OSClient.OSClientV3 in org.openstack4j.openstack
Methods in org.openstack4j.openstack that return OSClient.OSClientV3 Modifier and Type Method Description static OSClient.OSClientV3OSFactory. clientFromToken(Token token)Skips Authentication and created the API around a previously cached Token object.static OSClient.OSClientV3OSFactory. clientFromToken(Token token, Facing perspective)Skips Authentication and created the API around a previously cached Token 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.static OSClient.OSClientV3OSFactory. clientFromToken(Token token, Facing perspective, Config config)Skips Authentication and created the API around a previously cached Token object.static OSClient.OSClientV3OSFactory. clientFromToken(Token token, Config config)Skips Authentication and created the API around a previously cached Token object. -
Uses of OSClient.OSClientV3 in org.openstack4j.openstack.client
Methods in org.openstack4j.openstack.client that return OSClient.OSClientV3 Modifier and Type Method Description OSClient.OSClientV3OSClientBuilder.ClientV3. authenticate() -
Uses of OSClient.OSClientV3 in org.openstack4j.openstack.internal
Classes in org.openstack4j.openstack.internal that implement OSClient.OSClientV3 Modifier and Type Class Description static classOSClientSession.OSClientSessionV3
-