Modifier and Type | Method and Description |
---|---|
StatusPatch |
StatusPatch.Builder.build() |
protected StatusPatch |
StatusPatch.Builder.getInstance() |
protected StatusPatch |
StatusPatch.Builder.newInstance() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UserService.status(@NotNull StatusPatch statusPatch)
Performs a status update on given user.
|
javax.ws.rs.core.Response |
UserSelfService.status(@NotNull StatusPatch statusPatch)
Self-perform a status update.
|
Modifier and Type | Method and Description |
---|---|
ProvisioningResult<UserTO> |
UserLogic.selfStatus(StatusPatch statusPatch,
boolean nullPriorityAsync) |
protected Pair<String,List<PropagationStatus>> |
UserLogic.setStatusOnWfAdapter(StatusPatch statusPatch,
boolean nullPriorityAsync) |
ProvisioningResult<UserTO> |
UserLogic.status(StatusPatch statusPatch,
boolean nullPriorityAsync) |
Modifier and Type | Method and Description |
---|---|
Pair<String,List<PropagationStatus>> |
UserProvisioningManager.activate(StatusPatch statusPatch,
boolean nullPriorityAsync) |
Pair<String,List<PropagationStatus>> |
UserProvisioningManager.reactivate(StatusPatch statusPatch,
boolean nullPriorityAsync) |
Pair<String,List<PropagationStatus>> |
UserProvisioningManager.suspend(StatusPatch statusPatch,
boolean nullPriorityAsync) |
Modifier and Type | Method and Description |
---|---|
Pair<String,List<PropagationStatus>> |
CamelUserProvisioningManager.activate(StatusPatch statusPatch,
boolean nullPriorityAsync) |
Pair<String,List<PropagationStatus>> |
CamelUserProvisioningManager.reactivate(StatusPatch statusPatch,
boolean nullPriorityAsync) |
Pair<String,List<PropagationStatus>> |
CamelUserProvisioningManager.suspend(StatusPatch statusPatch,
boolean nullPriorityAsync) |
Modifier and Type | Method and Description |
---|---|
Pair<String,List<PropagationStatus>> |
DefaultUserProvisioningManager.activate(StatusPatch statusPatch,
boolean nullPriorityAsync) |
protected List<PropagationStatus> |
DefaultUserProvisioningManager.propagateStatus(StatusPatch statusPatch,
boolean nullPriorityAsync) |
Pair<String,List<PropagationStatus>> |
DefaultUserProvisioningManager.reactivate(StatusPatch statusPatch,
boolean nullPriorityAsync) |
Pair<String,List<PropagationStatus>> |
DefaultUserProvisioningManager.suspend(StatusPatch statusPatch,
boolean nullPriorityAsync) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UserSelfServiceImpl.status(StatusPatch statusPatch) |
javax.ws.rs.core.Response |
UserServiceImpl.status(StatusPatch statusPatch) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.