public class IdentityServiceImpl extends BaseOpenStackService implements IdentityService
BaseOpenStackService.Invocation<R>
Constructor and Description |
---|
IdentityServiceImpl() |
Modifier and Type | Method and Description |
---|---|
List<? extends Extension> |
listExtensions()
List extensions currently available on the OpenStack instance
|
List<? extends Endpoint> |
listTokenEndpoints()
Lists endpoints available for the current authenticated token
|
RoleService |
roles()
Role Service API
|
ServiceManagerService |
services()
Service Management API
|
TenantService |
tenants()
Tenants Service API
|
UserService |
users()
Users Service API
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uri
public TenantService tenants()
IdentityService
tenants
in interface IdentityService
public UserService users()
IdentityService
users
in interface IdentityService
public List<? extends Extension> listExtensions()
IdentityService
listExtensions
in interface IdentityService
public RoleService roles()
IdentityService
roles
in interface IdentityService
public ServiceManagerService services()
IdentityService
services
in interface IdentityService
public List<? extends Endpoint> listTokenEndpoints()
IdentityService
listTokenEndpoints
in interface IdentityService
Copyright © 2017. All rights reserved.