Package org.openstack4j.api.identity.v3
Interface IdentityService
-
- All Superinterfaces:
RestService
- All Known Implementing Classes:
IdentityServiceImpl
public interface IdentityService extends RestService
Identity v3 Service Operations API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CredentialServicecredentials()Credential Service APIDomainServicedomains()Domain Service APIGroupServicegroups()Group Service APIList<? extends Extension>listExtensions()Deprecated.https://docs.openstack.org/api-ref/compute/?expanded=#extensions-extensions-deprecatedPolicyServicepolicies()Policy Service APIProjectServiceprojects()Projects Service APIRegionServiceregions()Region Service APIRoleServiceroles()Role Service APIServiceEndpointServiceserviceEndpoints()ServiceEndpoint Service APITokenServicetokens()Token Service APIUserServiceusers()Users Service API
-
-
-
Method Detail
-
credentials
CredentialService credentials()
Credential Service API- Returns:
- the credential service
-
domains
DomainService domains()
Domain Service API- Returns:
- the domain service
-
projects
ProjectService projects()
Projects Service API- Returns:
- the project service
-
users
UserService users()
Users Service API- Returns:
- the user service
-
roles
RoleService roles()
Role Service API- Returns:
- the role service
-
groups
GroupService groups()
Group Service API- Returns:
- the group service
-
tokens
TokenService tokens()
Token Service API- Returns:
- the token service
-
policies
PolicyService policies()
Policy Service API- Returns:
- the policy service
-
serviceEndpoints
ServiceEndpointService serviceEndpoints()
ServiceEndpoint Service API- Returns:
- the service and endpoint service
-
regions
RegionService regions()
Region Service API- Returns:
- the region service
-
listExtensions
@Deprecated List<? extends Extension> listExtensions()
Deprecated.https://docs.openstack.org/api-ref/compute/?expanded=#extensions-extensions-deprecatedList extensions currently available on the OpenStack instance- Returns:
- List of extensions
-
-