Package org.openstack4j.api
Interface OSClient.OSClientV3
-
- All Superinterfaces:
OSClient<OSClient.OSClientV3>
- All Known Implementing Classes:
OSClientSession.OSClientSessionV3
public static interface OSClient.OSClientV3 extends OSClient<OSClient.OSClientV3>
OpenStack4j Client which authenticates against version V3
-
-
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 TokengetToken()Gets the token that was assigned during authorizationIdentityServiceidentity()Returns the Identity Service API V3-
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
-
getToken
Token getToken()
Gets the token that was assigned during authorization- Returns:
- the authentication token
-
identity
IdentityService identity()
Returns the Identity Service API V3- Returns:
- the identity service version 3
-
-