| Package | Description |
|---|---|
| org.apache.syncope.common.services | |
| org.apache.syncope.common.util |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
UserSelfService.update(Long userId,
UserMod userMod)
Self-updates user.
|
javax.ws.rs.core.Response |
UserService.update(Long userId,
UserMod userMod)
Updates user matching the provided userId.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static UserTO |
AttributableOperations.apply(UserTO userTO,
UserMod userMod) |
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.