public class IdentityServiceImpl extends BaseOpenStackService implements IdentityService
BaseOpenStackService.Invocation<R>
Constructor and Description |
---|
IdentityServiceImpl() |
Modifier and Type | Method and Description |
---|---|
CredentialService |
credentials()
Credential Service API
|
DomainService |
domains()
Domain Service API
|
GroupService |
groups()
Group Service API
|
List<? extends Extension> |
listExtensions()
List extensions currently available on the OpenStack instance
|
PolicyService |
policies()
Policy Service API
|
ProjectService |
projects()
Projects Service API
|
RegionService |
regions()
Region Service API
|
RoleService |
roles()
Role Service API
|
ServiceEndpointService |
serviceEndpoints()
ServiceEndpoint Service API
|
TokenService |
tokens()
Token Service API
|
UserService |
users()
Users Service API
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uri
public CredentialService credentials()
IdentityService
credentials
in interface IdentityService
public DomainService domains()
IdentityService
domains
in interface IdentityService
public ProjectService projects()
IdentityService
projects
in interface IdentityService
public UserService users()
IdentityService
users
in interface IdentityService
public RoleService roles()
IdentityService
roles
in interface IdentityService
public GroupService groups()
IdentityService
groups
in interface IdentityService
public PolicyService policies()
IdentityService
policies
in interface IdentityService
public ServiceEndpointService serviceEndpoints()
IdentityService
serviceEndpoints
in interface IdentityService
public RegionService regions()
IdentityService
regions
in interface IdentityService
public TokenService tokens()
IdentityService
tokens
in interface IdentityService
public List<? extends Extension> listExtensions()
IdentityService
listExtensions
in interface IdentityService
Copyright © 2017. All rights reserved.