Uses of Class
org.apache.syncope.core.provisioning.api.UserWorkflowResult
Packages that use UserWorkflowResult
Package
Description
-
Uses of UserWorkflowResult in org.apache.syncope.core.flowable.api
Methods in org.apache.syncope.core.flowable.api that return UserWorkflowResultModifier and TypeMethodDescriptionWorkflowTaskManager.executeNextTask(WorkflowTaskExecInput workflowTaskExecInput) Execute a task on an user.UserRequestHandler.submitForm(UserRequestForm form) Submit a form. -
Uses of UserWorkflowResult in org.apache.syncope.core.flowable.impl
Methods in org.apache.syncope.core.flowable.impl that return UserWorkflowResultModifier and TypeMethodDescriptionprotected UserWorkflowResult<String> FlowableUserWorkflowAdapter.doActivate(User user, String token, String updater, String context) protected UserWorkflowResult<Pair<UserUR, Boolean>> FlowableUserWorkflowAdapter.doConfirmPasswordReset(User user, String token, String password, String updater, String context) protected UserWorkflowResult<Pair<String, Boolean>> FlowableUserWorkflowAdapter.doCreate(UserCR userCR, boolean disablePwdPolicyCheck, Boolean enabled, String creator, String context) protected UserWorkflowResult<String> FlowableUserWorkflowAdapter.doReactivate(User user, String updater, String context) protected UserWorkflowResult<String> protected UserWorkflowResult<Pair<UserUR, Boolean>> FlowableUserWorkflowAdapter.executeNextTask(WorkflowTaskExecInput workflowTaskExecInput) FlowableUserRequestHandler.submitForm(UserRequestForm form) -
Uses of UserWorkflowResult in org.apache.syncope.core.provisioning.api.propagation
Methods in org.apache.syncope.core.provisioning.api.propagation with parameters of type UserWorkflowResultModifier and TypeMethodDescriptionPropagationManager.getUserUpdateTasks(UserWorkflowResult<Pair<UserUR, Boolean>> wfResult) Create the update tasks for the user on each resource associated; propagate password update only to requested resources.PropagationManager.getUserUpdateTasks(UserWorkflowResult<Pair<UserUR, Boolean>> wfResult, List<String> changePwdRes, Collection<String> excludedResources) Create the update tasks for the user on each resource associated, unless inexcludedResources. -
Uses of UserWorkflowResult in org.apache.syncope.core.provisioning.java.propagation
Methods in org.apache.syncope.core.provisioning.java.propagation with parameters of type UserWorkflowResultModifier and TypeMethodDescriptionDefaultPropagationManager.getUserUpdateTasks(UserWorkflowResult<Pair<UserUR, Boolean>> wfResult) DefaultPropagationManager.getUserUpdateTasks(UserWorkflowResult<Pair<UserUR, Boolean>> wfResult, List<String> changePwdRes, Collection<String> excludedResources) -
Uses of UserWorkflowResult in org.apache.syncope.core.workflow.api
Methods in org.apache.syncope.core.workflow.api that return UserWorkflowResultModifier and TypeMethodDescriptionActivate an user.UserWorkflowAdapter.confirmPasswordReset(String userKey, String token, String password, String updater, String context) Confirm password reset for an user.UserWorkflowAdapter.create(UserCR userCR, boolean disablePwdPolicyCheck, Boolean enabled, String creator, String context) Create an user, optionally disabling password policy check.Create an user.UserWorkflowAdapter.reactivate(String userKey, String updater, String context) Reactivate an user.Suspend an user.Update an user.Methods in org.apache.syncope.core.workflow.api that return types with arguments of type UserWorkflowResultModifier and TypeMethodDescriptionUserWorkflowAdapter.internalSuspend(String key, String updater, String context) Suspend an user (used by internal authentication process) -
Uses of UserWorkflowResult in org.apache.syncope.core.workflow.java
Methods in org.apache.syncope.core.workflow.java that return UserWorkflowResultModifier and TypeMethodDescriptionAbstractUserWorkflowAdapter.confirmPasswordReset(String key, String token, String password, String updater, String context) AbstractUserWorkflowAdapter.create(UserCR userCR, boolean disablePwdPolicyCheck, Boolean enabled, String creator, String context) protected abstract UserWorkflowResult<String> AbstractUserWorkflowAdapter.doActivate(User user, String token, String updater, String context) protected UserWorkflowResult<String> DefaultUserWorkflowAdapter.doActivate(User user, String token, String updater, String context) protected abstract UserWorkflowResult<Pair<UserUR, Boolean>> AbstractUserWorkflowAdapter.doConfirmPasswordReset(User user, String token, String password, String updater, String context) protected UserWorkflowResult<Pair<UserUR, Boolean>> DefaultUserWorkflowAdapter.doConfirmPasswordReset(User user, String token, String password, String updater, String context) protected abstract UserWorkflowResult<Pair<String, Boolean>> AbstractUserWorkflowAdapter.doCreate(UserCR userCR, boolean disablePwdPolicyCheck, Boolean enabled, String creator, String context) protected UserWorkflowResult<Pair<String, Boolean>> DefaultUserWorkflowAdapter.doCreate(UserCR userCR, boolean disablePwdPolicyCheck, Boolean enabled, String creator, String context) protected abstract UserWorkflowResult<String> AbstractUserWorkflowAdapter.doReactivate(User user, String updater, String context) protected UserWorkflowResult<String> DefaultUserWorkflowAdapter.doReactivate(User user, String updater, String context) protected abstract UserWorkflowResult<String> protected UserWorkflowResult<String> protected abstract UserWorkflowResult<Pair<UserUR, Boolean>> protected UserWorkflowResult<Pair<UserUR, Boolean>> AbstractUserWorkflowAdapter.reactivate(String key, String updater, String context) Methods in org.apache.syncope.core.workflow.java that return types with arguments of type UserWorkflowResultModifier and TypeMethodDescriptionAbstractUserWorkflowAdapter.internalSuspend(String key, String updater, String context)