Uses of Interface
org.openstack4j.api.OSClient
-
Packages that use OSClient Package Description org.openstack4j.api org.openstack4j.openstack.internal -
-
Uses of OSClient in org.openstack4j.api
Classes in org.openstack4j.api with type parameters of type OSClient Modifier and Type Interface Description interfaceOSClient<T extends OSClient<T>>A client which has been identified.Subinterfaces of OSClient in org.openstack4j.api Modifier and Type Interface Description static interfaceOSClient.OSClientV2OpenStack4j Client which authenticates against version V2static interfaceOSClient.OSClientV3OpenStack4j Client which authenticates against version V3 -
Uses of OSClient in org.openstack4j.openstack.internal
Classes in org.openstack4j.openstack.internal with type parameters of type OSClient Modifier and Type Class Description classOSClientSession<R,T extends OSClient<T>>A client which has been identified.Classes in org.openstack4j.openstack.internal that implement OSClient Modifier and Type Class Description static classOSClientSession.OSClientSessionV2static classOSClientSession.OSClientSessionV3Methods in org.openstack4j.openstack.internal that return OSClient 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.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
-