public interface AssignedRolesService extends Service
Represents a roles sub-collection, for example scoped by user.
Modifier and Type | Interface and Description |
---|---|
static interface |
AssignedRolesService.ListRequest |
static interface |
AssignedRolesService.ListResponse |
Modifier and Type | Method and Description |
---|---|
AssignedRolesService.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.
|
AssignedRolesService.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.