| Package | Description |
|---|---|
| org.apache.syncope.common.services | |
| org.apache.syncope.common.to | |
| org.apache.syncope.common.util |
| Modifier and Type | Method and Description |
|---|---|
RoleTO |
RoleService.parent(Long roleId)
Returns parent role of the given role (or null if no parent exists).
|
RoleTO |
RoleService.read(Long roleId)
Reads the role matching the provided roleId.
|
RoleTO |
RoleService.readSelf(Long roleId)
This method is similar to
RoleService.read(Long), but uses different authentication handling to ensure that a user
can read his own roles. |
| Modifier and Type | Method and Description |
|---|---|
List<RoleTO> |
RoleService.children(Long roleId)
Returns children roles of given role.
|
PagedResult<RoleTO> |
RoleService.list()
Returns a paged list of existing roles.
|
PagedResult<RoleTO> |
RoleService.list(Integer page,
Integer size)
Returns a paged list of existing roles matching page/size conditions.
|
PagedResult<RoleTO> |
RoleService.list(Integer page,
Integer size,
String orderBy,
boolean details)
Returns a paged list of existing roles matching page/size conditions.
|
PagedResult<RoleTO> |
RoleService.list(String orderBy)
Returns a paged list of existing roles.
|
PagedResult<RoleTO> |
RoleService.search(String fiql)
Returns a paged list of roles matching the provided FIQL search condition.
|
PagedResult<RoleTO> |
RoleService.search(String fiql,
Integer page,
Integer size)
Returns a paged list of roles matching the provided FIQL search condition.
|
PagedResult<RoleTO> |
RoleService.search(String fiql,
Integer page,
Integer size,
String orderBy,
boolean details)
Returns a paged list of roles matching the provided FIQL search condition.
|
PagedResult<RoleTO> |
RoleService.search(String fiql,
String orderBy)
Returns a paged list of roles matching the provided FIQL search condition.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
RoleService.create(RoleTO roleTO)
Creates a new role.
|
| Modifier and Type | Method and Description |
|---|---|
RoleTO |
SyncTaskTO.getRoleTemplate() |
| Modifier and Type | Method and Description |
|---|---|
void |
SyncTaskTO.setRoleTemplate(RoleTO roleTemplate) |
| Modifier and Type | Method and Description |
|---|---|
static RoleMod |
AttributableOperations.diff(RoleTO updated,
RoleTO original)
Calculate modifications needed by first in order to be equal to second.
|
static RoleMod |
AttributableOperations.diff(RoleTO updated,
RoleTO original,
boolean incremental)
Calculate modifications needed by first in order to be equal to second.
|
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.