public interface RolesService extends Service
Provides read-only access to the global set of roles
Modifier and Type | Interface and Description |
---|---|
static interface |
RolesService.AddRequest |
static interface |
RolesService.AddResponse |
static interface |
RolesService.ListRequest |
static interface |
RolesService.ListResponse |
Modifier and Type | Method and Description |
---|---|
RolesService.AddRequest |
add() |
RolesService.ListRequest |
list() |
RoleService |
roleService(String id)
Sub-resource locator method, returns individual role resource on which the remainder of the URI is dispatched.
|
Service |
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
|
RolesService.AddRequest add()
RolesService.ListRequest list()
RoleService roleService(String id)
Sub-resource locator method, returns individual role resource on which the remainder of the URI is dispatched.
Copyright © 2016. All rights reserved.