| Package | Description |
|---|---|
| org.apache.syncope.common.services | |
| org.apache.syncope.common.to | |
| org.apache.syncope.common.util |
| Modifier and Type | Method and Description |
|---|---|
UserTO |
UserWorkflowService.executeTask(String taskId,
UserTO userTO)
Executes workflow task for matching id.
|
UserTO |
UserSelfService.read()
Returns the user making the service call.
|
UserTO |
UserService.read(Long userId)
Reads the user matching the provided userId.
|
UserTO |
UserWorkflowService.submitForm(WorkflowFormTO form)
Submits a workflow form.
|
| Modifier and Type | Method and Description |
|---|---|
PagedResult<UserTO> |
UserService.list()
Returns a paged list of existing users.
|
PagedResult<UserTO> |
UserService.list(Integer page,
Integer size)
Returns a paged list of existing users matching page/size conditions.
|
PagedResult<UserTO> |
UserService.list(Integer page,
Integer size,
String orderBy,
boolean details)
Returns a paged list of existing users matching page/size conditions.
|
PagedResult<UserTO> |
UserService.list(String orderBy)
Returns a paged list of existing users.
|
PagedResult<UserTO> |
UserService.search(String fiql)
Returns a paged list of users matching the provided FIQL search condition.
|
PagedResult<UserTO> |
UserService.search(String fiql,
Integer page,
Integer size)
Returns a paged list of users matching the provided FIQL search condition.
|
PagedResult<UserTO> |
UserService.search(String fiql,
Integer page,
Integer size,
String orderBy,
boolean details)
Returns a paged list of users matching the provided FIQL search condition.
|
PagedResult<UserTO> |
UserService.search(String fiql,
String orderBy)
Returns a paged list of users matching the provided FIQL search condition.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
UserSelfService.create(UserTO userTO,
boolean storePassword)
Self-registration for new user.
|
javax.ws.rs.core.Response |
UserService.create(UserTO userTO,
boolean storePassword)
Creates a new user.
|
UserTO |
UserWorkflowService.executeTask(String taskId,
UserTO userTO)
Executes workflow task for matching id.
|
| Modifier and Type | Method and Description |
|---|---|
UserTO |
SyncTaskTO.getUserTemplate() |
| Modifier and Type | Method and Description |
|---|---|
void |
SyncTaskTO.setUserTemplate(UserTO userTemplate) |
| Modifier and Type | Method and Description |
|---|---|
static UserTO |
AttributableOperations.apply(UserTO userTO,
UserMod userMod) |
| Modifier and Type | Method and Description |
|---|---|
static UserTO |
AttributableOperations.apply(UserTO userTO,
UserMod userMod) |
static UserMod |
AttributableOperations.diff(UserTO updated,
UserTO original)
Calculate modifications needed by first in order to be equal to second.
|
static UserMod |
AttributableOperations.diff(UserTO updated,
UserTO 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.