Package org.openstack4j.api.identity.v2
Interface IdentityService
-
- All Superinterfaces:
RestService
- All Known Implementing Classes:
IdentityServiceImpl
public interface IdentityService extends RestService
Identity Serivce Operations API- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description List<? extends Extension>listExtensions()Deprecated.https://docs.openstack.org/api-ref/compute/?expanded=#extensions-extensions-deprecatedList<? extends Endpoint>listTokenEndpoints()Lists endpoints available for the current authenticated tokenRoleServiceroles()Role Service APIServiceManagerServiceservices()Service Management APITenantServicetenants()Tenants Service APIUserServiceusers()Users Service API
-
-
-
Method Detail
-
tenants
TenantService tenants()
Tenants Service API- Returns:
- the tenant service
-
users
UserService users()
Users Service API- Returns:
- the user service
-
roles
RoleService roles()
Role Service API- Returns:
- the role service
-
services
ServiceManagerService services()
Service Management API- Returns:
- the service manager 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
-
-