public interface UserProvisioningManager extends ProvisioningManager<UserTO,UserPatch>
Modifier and Type | Method and Description |
---|---|
Pair<String,List<PropagationStatus>> |
activate(StatusPatch statusPatch,
boolean nullPriorityAsync) |
void |
confirmPasswordReset(String key,
String token,
String password) |
Pair<String,List<PropagationStatus>> |
create(UserTO userTO,
boolean storePassword,
boolean nullPriorityAsync) |
Pair<String,List<PropagationStatus>> |
create(UserTO userTO,
boolean storePassword,
boolean disablePwdPolicyCheck,
Boolean enabled,
Set<String> excludedResources,
boolean nullPriorityAsync) |
void |
internalSuspend(String key) |
List<PropagationStatus> |
provision(String key,
boolean changePwd,
String password,
Collection<String> resources,
boolean nullPriorityAsync) |
Pair<String,List<PropagationStatus>> |
reactivate(StatusPatch statusPatch,
boolean nullPriorityAsync) |
void |
requestPasswordReset(String key) |
Pair<String,List<PropagationStatus>> |
suspend(StatusPatch statusPatch,
boolean nullPriorityAsync) |
Pair<UserPatch,List<PropagationStatus>> |
update(UserPatch userPatch,
ProvisioningReport result,
Boolean enabled,
Set<String> excludedResources,
boolean nullPriorityAsync) |
create, delete, delete, deprovision, link, unlink, update, update
Pair<String,List<PropagationStatus>> activate(StatusPatch statusPatch, boolean nullPriorityAsync)
Pair<String,List<PropagationStatus>> reactivate(StatusPatch statusPatch, boolean nullPriorityAsync)
Pair<String,List<PropagationStatus>> suspend(StatusPatch statusPatch, boolean nullPriorityAsync)
void internalSuspend(String key)
Pair<String,List<PropagationStatus>> create(UserTO userTO, boolean storePassword, boolean nullPriorityAsync)
Pair<String,List<PropagationStatus>> create(UserTO userTO, boolean storePassword, boolean disablePwdPolicyCheck, Boolean enabled, Set<String> excludedResources, boolean nullPriorityAsync)
Pair<UserPatch,List<PropagationStatus>> update(UserPatch userPatch, ProvisioningReport result, Boolean enabled, Set<String> excludedResources, boolean nullPriorityAsync)
void requestPasswordReset(String key)
List<PropagationStatus> provision(String key, boolean changePwd, String password, Collection<String> resources, boolean nullPriorityAsync)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.