Class IdentityServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.identity.v2.internal.IdentityServiceImpl
-
- All Implemented Interfaces:
IdentityService,RestService
public class IdentityServiceImpl extends BaseOpenStackService implements IdentityService
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Constructor Description IdentityServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<? extends Extension>listExtensions()List extensions currently available on the OpenStack instanceList<? extends Endpoint>listTokenEndpoints()Lists endpoints available for the current authenticated tokenRoleServiceroles()Role Service APIServiceManagerServiceservices()Service Management APITenantServicetenants()Tenants Service APIUserServiceusers()Users Service API-
Methods inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
delete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, request, toList, uri
-
-
-
-
Method Detail
-
tenants
public TenantService tenants()
Description copied from interface:IdentityServiceTenants Service API- Specified by:
tenantsin interfaceIdentityService- Returns:
- the tenant service
-
users
public UserService users()
Description copied from interface:IdentityServiceUsers Service API- Specified by:
usersin interfaceIdentityService- Returns:
- the user service
-
listExtensions
public List<? extends Extension> listExtensions()
Description copied from interface:IdentityServiceList extensions currently available on the OpenStack instance- Specified by:
listExtensionsin interfaceIdentityService- Returns:
- List of extensions
-
roles
public RoleService roles()
Description copied from interface:IdentityServiceRole Service API- Specified by:
rolesin interfaceIdentityService- Returns:
- the role service
-
services
public ServiceManagerService services()
Description copied from interface:IdentityServiceService Management API- Specified by:
servicesin interfaceIdentityService- Returns:
- the service manager service
-
listTokenEndpoints
public List<? extends Endpoint> listTokenEndpoints()
Description copied from interface:IdentityServiceLists endpoints available for the current authenticated token- Specified by:
listTokenEndpointsin interfaceIdentityService- Returns:
- List of endpoints
-
-