Uses of Class
org.apache.syncope.common.lib.request.UserUR
Packages that use UserUR
Package
Description
-
Uses of UserUR in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type UserURModifier and TypeMethodDescription -
Uses of UserUR in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest with parameters of type UserURModifier and TypeMethodDescription -
Uses of UserUR in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return UserURModifier and TypeMethodDescriptionstatic UserUR
Calculate modifications needed by first in order to be equal to second.Methods in org.apache.syncope.common.lib with parameters of type UserUR -
Uses of UserUR in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return UserUR -
Uses of UserUR in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return UserURMethods in org.apache.syncope.common.lib.to with parameters of type UserUR -
Uses of UserUR in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type UserUR -
Uses of UserUR in org.apache.syncope.core.flowable.api
Methods in org.apache.syncope.core.flowable.api that return types with arguments of type UserURModifier and TypeMethodDescriptionUserRequestHandler.submitForm
(UserRequestForm form) Submit a form. -
Uses of UserUR in org.apache.syncope.core.flowable.impl
Methods in org.apache.syncope.core.flowable.impl that return types with arguments of type UserURModifier 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) Methods in org.apache.syncope.core.flowable.impl with parameters of type UserUR -
Uses of UserUR in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return types with arguments of type UserURModifier and TypeMethodDescriptionSCIMDataBinder.toUserUpdate
(UserTO before, Collection<String> resources, SCIMPatchOperation op) Methods in org.apache.syncope.core.logic with parameters of type UserURModifier and TypeMethodDescriptionprotected ProvisioningResult
<UserTO> UserLogic.selfUpdate
(UserUR userUR, boolean nullPriorityAsync) -
Uses of UserUR in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api that return UserURModifier and TypeMethodDescriptiondefault UserUR
OIDCC4UIProviderActions.beforeUpdate
(UserUR input, OIDCLoginResponse loginResponse) default UserUR
SAML2SP4UIIdPActions.beforeUpdate
(UserUR input, SAML2LoginResponse loginResponse) Methods in org.apache.syncope.core.provisioning.api that return types with arguments of type UserURModifier 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) Methods in org.apache.syncope.core.provisioning.api with parameters of type UserURModifier 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
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type UserUR -
Uses of UserUR in org.apache.syncope.core.provisioning.api.propagation
Method parameters in org.apache.syncope.core.provisioning.api.propagation with type arguments of type UserURModifier 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
Methods in org.apache.syncope.core.provisioning.java that return types with arguments of type UserURModifier 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) Methods in org.apache.syncope.core.provisioning.java with parameters of type UserURModifier 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
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type UserURModifier and TypeMethodDescription -
Uses of UserUR in org.apache.syncope.core.provisioning.java.propagation
Method parameters in org.apache.syncope.core.provisioning.java.propagation with type arguments of type UserURModifier 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
Methods in org.apache.syncope.core.rest.cxf.service that return UserURMethods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type UserURModifier and TypeMethodDescriptionprotected AbstractAnyLogic
<UserTO, UserCR, UserUR> UserServiceImpl.getAnyLogic()
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type UserUR -
Uses of UserUR in org.apache.syncope.core.workflow.api
Methods in org.apache.syncope.core.workflow.api that return types with arguments of type UserURModifier and TypeMethodDescriptionUserWorkflowAdapter.confirmPasswordReset
(String userKey, String token, String password, String updater, String context) Confirm password reset for an user.Update an user.Methods in org.apache.syncope.core.workflow.api with parameters of type UserUR -
Uses of UserUR in org.apache.syncope.core.workflow.java
Methods in org.apache.syncope.core.workflow.java that return types with arguments of type UserURModifier 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>> Methods in org.apache.syncope.core.workflow.java with parameters of type UserURModifier and TypeMethodDescriptionprotected abstract UserWorkflowResult
<Pair<UserUR, Boolean>> protected UserWorkflowResult
<Pair<UserUR, Boolean>>