public class IdentityServiceImpl extends BaseOpenStackService implements IdentityService
| 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
|
public TenantService tenants()
IdentityServicetenants in interface IdentityServicepublic UserService users()
IdentityServiceusers in interface IdentityServicepublic List<? extends Extension> listExtensions()
IdentityServicelistExtensions in interface IdentityServicepublic RoleService roles()
IdentityServiceroles in interface IdentityServicepublic ServiceManagerService services()
IdentityServiceservices in interface IdentityServicepublic List<? extends Endpoint> listTokenEndpoints()
IdentityServicelistTokenEndpoints in interface IdentityService