Uses of Class
org.apache.syncope.common.lib.request.UserUR
Package
Description
-
Uses of UserUR in org.apache.syncope.client.console.rest
Modifier and TypeMethodDescription -
Uses of UserUR in org.apache.syncope.client.enduser.rest
Modifier and TypeMethodDescription -
Uses of UserUR in org.apache.syncope.common.lib
Modifier and TypeMethodDescriptionstatic UserUR
Calculate modifications needed by first in order to be equal to second. -
Uses of UserUR in org.apache.syncope.common.lib.request
-
Uses of UserUR in org.apache.syncope.common.lib.to
-
Uses of UserUR in org.apache.syncope.common.rest.api.service
-
Uses of UserUR in org.apache.syncope.core.flowable.api
Modifier and TypeMethodDescriptionUserRequestHandler.submitForm
(UserRequestForm form) Submit a form. -
Uses of UserUR in org.apache.syncope.core.flowable.impl
Modifier and TypeMethodDescriptionprotected UserWorkflowResult
<Pair<UserUR, Boolean>> FlowableUserWorkflowAdapter.doConfirmPasswordReset
(User user, String token, String password, String updater, String context) protected UserWorkflowResult
<Pair<UserUR, Boolean>> FlowableUserRequestHandler.submitForm
(UserRequestForm form) -
Uses of UserUR in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionSCIMDataBinder.toUserUpdate
(UserTO before, Collection<String> resources, SCIMPatchOperation op) Modifier and TypeMethodDescriptionprotected ProvisioningResult
<UserTO> UserLogic.selfUpdate
(UserUR userUR, boolean nullPriorityAsync) -
Uses of UserUR in org.apache.syncope.core.provisioning.api
Modifier and TypeMethodDescriptiondefault UserUR
OIDCC4UIProviderActions.beforeUpdate
(UserUR input, OIDCLoginResponse loginResponse) default UserUR
SAML2SP4UIIdPActions.beforeUpdate
(UserUR input, SAML2LoginResponse loginResponse) Modifier and TypeMethodDescriptionUserProvisioningManager.update
(UserUR userUR, boolean nullPriorityAsync, String updater, String context) UserProvisioningManager.update
(UserUR userUR, ProvisioningReport result, Boolean enabled, Set<String> excludedResources, boolean nullPriorityAsync, String updater, String context) Modifier and TypeMethodDescriptiondefault UserUR
OIDCC4UIProviderActions.beforeUpdate
(UserUR input, OIDCLoginResponse loginResponse) default UserUR
SAML2SP4UIIdPActions.beforeUpdate
(UserUR input, SAML2LoginResponse loginResponse) UserProvisioningManager.update
(UserUR userUR, boolean nullPriorityAsync, String updater, String context) UserProvisioningManager.update
(UserUR userUR, ProvisioningReport result, Boolean enabled, Set<String> excludedResources, boolean nullPriorityAsync, String updater, String context) -
Uses of UserUR in org.apache.syncope.core.provisioning.api.data
-
Uses of UserUR in org.apache.syncope.core.provisioning.api.propagation
Modifier 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, boolean changePwd, Collection<String> excludedResources) Create the update tasks for the user on each resource associated, unless inexcludedResources
. -
Uses of UserUR in org.apache.syncope.core.provisioning.java
Modifier and TypeMethodDescriptionDefaultUserProvisioningManager.update
(UserUR userUR, boolean nullPriorityAsync, String updater, String context) DefaultUserProvisioningManager.update
(UserUR userUR, Set<String> excludedResources, boolean nullPriorityAsync, String updater, String context) DefaultUserProvisioningManager.update
(UserUR userUR, ProvisioningReport result, Boolean enabled, Set<String> excludedResources, boolean nullPriorityAsync, String updater, String context) Modifier and TypeMethodDescriptionDefaultUserProvisioningManager.update
(UserUR userUR, boolean nullPriorityAsync, String updater, String context) DefaultUserProvisioningManager.update
(UserUR userUR, Set<String> excludedResources, boolean nullPriorityAsync, String updater, String context) DefaultUserProvisioningManager.update
(UserUR userUR, ProvisioningReport result, Boolean enabled, Set<String> excludedResources, boolean nullPriorityAsync, String updater, String context) -
Uses of UserUR in org.apache.syncope.core.provisioning.java.data
Modifier and TypeMethodDescription -
Uses of UserUR in org.apache.syncope.core.provisioning.java.propagation
Modifier and TypeMethodDescriptionDefaultPropagationManager.getUserUpdateTasks
(UserWorkflowResult<Pair<UserUR, Boolean>> wfResult) DefaultPropagationManager.getUserUpdateTasks
(UserWorkflowResult<Pair<UserUR, Boolean>> wfResult, boolean changePwd, Collection<String> excludedResources) -
Uses of UserUR in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionprotected AbstractAnyLogic
<UserTO, UserCR, UserUR> UserServiceImpl.getAnyLogic()
-
Uses of UserUR in org.apache.syncope.core.workflow.api
-
Uses of UserUR in org.apache.syncope.core.workflow.java
Modifier and TypeMethodDescriptionAbstractUserWorkflowAdapter.confirmPasswordReset
(String key, String token, String password, 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<UserUR, Boolean>> protected UserWorkflowResult
<Pair<UserUR, Boolean>> Modifier and TypeMethodDescriptionprotected abstract UserWorkflowResult
<Pair<UserUR, Boolean>> protected UserWorkflowResult
<Pair<UserUR, Boolean>>