Interface UserProvisioningManager
- All Superinterfaces:
ProvisioningManager<UserCR,
UserUR>
- All Known Implementing Classes:
DefaultUserProvisioningManager
-
Method Summary
Modifier and TypeMethodDescriptionvoid
create
(UserCR userCR, boolean disablePwdPolicyCheck, Boolean enabled, Set<String> excludedResources, boolean nullPriorityAsync, String creator, String context) void
internalSuspend
(String key, String updater, String context) provision
(String key, boolean changePwd, String password, Collection<String> resources, boolean nullPriorityAsync, String executor) reactivate
(StatusR statusR, boolean nullPriorityAsync, String updater, String context) void
requestPasswordReset
(String key, String updater, String context) update
(UserUR userUR, ProvisioningReport result, Boolean enabled, Set<String> excludedResources, boolean nullPriorityAsync, String updater, String context) Methods inherited from interface org.apache.syncope.core.provisioning.api.ProvisioningManager
create, delete, delete, deprovision, link, unlink, update
-
Method Details
-
create
-
update
-
update
-
activate
-
reactivate
-
suspend
-
internalSuspend
-
requestPasswordReset
-
confirmPasswordReset
-
provision
List<PropagationStatus> provision(String key, boolean changePwd, String password, Collection<String> resources, boolean nullPriorityAsync, String executor)
-