Uses of Interface
org.openstack4j.api.identity.v3.IdentityService
-
Packages that use IdentityService Package Description org.openstack4j.api org.openstack4j.openstack.identity.v3.internal org.openstack4j.openstack.internal -
-
Uses of IdentityService in org.openstack4j.api
Methods in org.openstack4j.api that return IdentityService Modifier and Type Method Description static IdentityServiceApis. getIdentityV3Services()Gets the identity v3 services APIIdentityServiceOSClient.OSClientV3. identity()Returns the Identity Service API V3 -
Uses of IdentityService in org.openstack4j.openstack.identity.v3.internal
Classes in org.openstack4j.openstack.identity.v3.internal that implement IdentityService Modifier and Type Class Description classIdentityServiceImplIdentity V3 service implementation -
Uses of IdentityService in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal that return IdentityService Modifier and Type Method Description IdentityServiceOSClientSession.OSClientSessionV3. identity()Returns the Identity Service API V3
-