Package org.openstack4j.api
Interface OSClient.OSClientV2
-
- All Superinterfaces:
OSClient<OSClient.OSClientV2>
- All Known Implementing Classes:
OSClientSession.OSClientSessionV2
public static interface OSClient.OSClientV2 extends OSClient<OSClient.OSClientV2>
OpenStack4j Client which authenticates against version V2
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.api.OSClient
OSClient.OSClientV2, OSClient.OSClientV3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessgetAccess()Returns the Identity V2 Access object assigned during authenticationIdentityServiceidentity()Returns the Identity Service API V2-
Methods inherited from interface org.openstack4j.api.OSClient
artifact, barbican, blockStorage, compute, dns, gbp, getEndpoint, getSupportedServices, headers, heat, images, imagesV2, magnum, murano, networking, objectStorage, octavia, perspective, placement, removeRegion, sahara, senlin, sfc, share, supportsBlockStorage, supportsCompute, supportsHeat, supportsIdentity, supportsImage, supportsMurano, supportsNetwork, supportsObjectStorage, supportsShare, supportsTelemetry, tacker, telemetry, trove, useRegion, workflow
-
-
-
-
Method Detail
-
getAccess
Access getAccess()
Returns the Identity V2 Access object assigned during authentication- Returns:
- the Access object
-
identity
IdentityService identity()
Returns the Identity Service API V2- Returns:
- the identity service version 2
-
-