Uses of Class
org.apache.syncope.common.lib.request.UserUR
-
-
Uses of UserUR in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type UserUR Modifier and Type Method Description ProvisioningResult<UserTO>
UserRestClient. update(String etag, UserUR updateReq)
-
Uses of UserUR in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest with parameters of type UserUR Modifier and Type Method Description ProvisioningResult<UserTO>
UserSelfRestClient. update(String etag, UserUR updateReq)
-
Uses of UserUR in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib that return UserUR Modifier and Type Method Description static UserUR
AnyOperations. diff(UserTO updated, UserTO original, boolean incremental)
Calculate modifications needed by first in order to be equal to second.Methods in org.apache.syncope.common.lib with parameters of type UserUR Modifier and Type Method Description static UserTO
AnyOperations. patch(UserTO userTO, UserUR userUR)
-
Uses of UserUR in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return UserUR Modifier and Type Method Description protected UserUR
UserUR.Builder. newInstance()
-
Uses of UserUR in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return UserUR Modifier and Type Method Description UserUR
UserRequestForm. getUserUR()
Methods in org.apache.syncope.common.lib.to with parameters of type UserUR Modifier and Type Method Description void
UserRequestForm. setUserUR(UserUR 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 Modifier and Type Method Description javax.ws.rs.core.Response
UserSelfService. update(@NotNull UserUR updateReq)
Self-updates user.javax.ws.rs.core.Response
UserService. update(@NotNull UserUR updateReq)
Updates user matching the provided key. -
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 UserUR Modifier and Type Method Description UserWorkflowResult<UserUR>
UserRequestHandler. 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 UserUR Modifier and Type Method Description protected UserWorkflowResult<Pair<UserUR,Boolean>>
FlowableUserWorkflowAdapter. doConfirmPasswordReset(User user, String token, String password, String updater, String context)
protected UserWorkflowResult<Pair<UserUR,Boolean>>
FlowableUserWorkflowAdapter. doUpdate(User user, UserUR userUR, String updater, String context)
UserWorkflowResult<UserUR>
FlowableUserRequestHandler. submitForm(UserRequestForm form)
Methods in org.apache.syncope.core.flowable.impl with parameters of type UserUR Modifier and Type Method Description protected UserWorkflowResult<Pair<UserUR,Boolean>>
FlowableUserWorkflowAdapter. doUpdate(User user, UserUR userUR, String updater, String context)
-
Uses of UserUR in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return types with arguments of type UserUR Modifier and Type Method Description Pair<UserUR,StatusR>
SCIMDataBinder. toUserUpdate(UserTO before, Collection<String> resources, SCIMPatchOperation op)
Methods in org.apache.syncope.core.logic with parameters of type UserUR Modifier and Type Method Description protected ProvisioningResult<UserTO>
UserLogic. doUpdate(UserUR userUR, boolean self, boolean nullPriorityAsync)
ProvisioningResult<UserTO>
UserLogic. selfUpdate(UserUR userUR, boolean nullPriorityAsync)
ProvisioningResult<UserTO>
UserLogic. update(UserUR userUR, boolean nullPriorityAsync)
-
Uses of UserUR in org.apache.syncope.core.provisioning.api
Methods in org.apache.syncope.core.provisioning.api that return UserUR Modifier and Type Method Description default 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 UserUR Modifier and Type Method Description Pair<UserUR,List<PropagationStatus>>
UserProvisioningManager. update(UserUR userUR, boolean nullPriorityAsync, String updater, String context)
Pair<UserUR,List<PropagationStatus>>
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 UserUR Modifier and Type Method Description default UserUR
OIDCC4UIProviderActions. beforeUpdate(UserUR input, OIDCLoginResponse loginResponse)
default UserUR
SAML2SP4UIIdPActions. beforeUpdate(UserUR input, SAML2LoginResponse loginResponse)
Pair<UserUR,List<PropagationStatus>>
UserProvisioningManager. update(UserUR userUR, boolean nullPriorityAsync, String updater, String context)
Pair<UserUR,List<PropagationStatus>>
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 Modifier and Type Method Description Pair<PropagationByResource<String>,PropagationByResource<Pair<String,String>>>
UserDataBinder. update(User toBeUpdated, UserUR userUR)
Update user, givenUserUR
. -
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 UserUR Modifier and Type Method Description List<PropagationTaskInfo>
PropagationManager. getUserUpdateTasks(UserWorkflowResult<Pair<UserUR,Boolean>> wfResult)
Create the update tasks for the user on each resource associated; propagate password update only to requested resources.List<PropagationTaskInfo>
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 UserUR Modifier and Type Method Description Pair<UserUR,List<PropagationStatus>>
DefaultUserProvisioningManager. update(UserUR userUR, boolean nullPriorityAsync, String updater, String context)
Pair<UserUR,List<PropagationStatus>>
DefaultUserProvisioningManager. update(UserUR userUR, Set<String> excludedResources, boolean nullPriorityAsync, String updater, String context)
Pair<UserUR,List<PropagationStatus>>
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 UserUR Modifier and Type Method Description String
DefaultUserProvisioningManager. link(UserUR userUR, String updater, String context)
String
DefaultUserProvisioningManager. unlink(UserUR userUR, String updater, String context)
Pair<UserUR,List<PropagationStatus>>
DefaultUserProvisioningManager. update(UserUR userUR, boolean nullPriorityAsync, String updater, String context)
Pair<UserUR,List<PropagationStatus>>
DefaultUserProvisioningManager. update(UserUR userUR, Set<String> excludedResources, boolean nullPriorityAsync, String updater, String context)
Pair<UserUR,List<PropagationStatus>>
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 UserUR Modifier and Type Method Description Pair<PropagationByResource<String>,PropagationByResource<Pair<String,String>>>
UserDataBinderImpl. update(User toBeUpdated, UserUR userUR)
-
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 UserUR Modifier and Type Method Description List<PropagationTaskInfo>
DefaultPropagationManager. getUserUpdateTasks(UserWorkflowResult<Pair<UserUR,Boolean>> wfResult)
List<PropagationTaskInfo>
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 UserUR Modifier and Type Method Description protected UserUR
UserServiceImpl. newUpdateReq(String key)
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type UserUR Modifier and Type Method Description protected AbstractAnyLogic<UserTO,UserCR,UserUR>
UserServiceImpl. getAnyLogic()
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type UserUR Modifier and Type Method Description javax.ws.rs.core.Response
UserSelfServiceImpl. update(UserUR updateReq)
javax.ws.rs.core.Response
UserServiceImpl. update(UserUR updateReq)
-
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 UserUR Modifier and Type Method Description UserWorkflowResult<Pair<UserUR,Boolean>>
UserWorkflowAdapter. confirmPasswordReset(String userKey, String token, String password, String updater, String context)
Confirm password reset for an user.UserWorkflowResult<Pair<UserUR,Boolean>>
UserWorkflowAdapter. update(UserUR userUR, Boolean enabled, String updater, String context)
Update an user.Methods in org.apache.syncope.core.workflow.api with parameters of type UserUR Modifier and Type Method Description UserWorkflowResult<Pair<UserUR,Boolean>>
UserWorkflowAdapter. update(UserUR userUR, Boolean enabled, String updater, String context)
Update an user. -
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 UserUR Modifier and Type Method Description UserWorkflowResult<Pair<UserUR,Boolean>>
AbstractUserWorkflowAdapter. 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>>
AbstractUserWorkflowAdapter. doUpdate(User user, UserUR userUR, String updater, String context)
protected UserWorkflowResult<Pair<UserUR,Boolean>>
DefaultUserWorkflowAdapter. doUpdate(User user, UserUR userUR, String updater, String context)
UserWorkflowResult<Pair<UserUR,Boolean>>
AbstractUserWorkflowAdapter. update(UserUR userUR, Boolean enabled, String updater, String context)
Methods in org.apache.syncope.core.workflow.java with parameters of type UserUR Modifier and Type Method Description protected abstract UserWorkflowResult<Pair<UserUR,Boolean>>
AbstractUserWorkflowAdapter. doUpdate(User user, UserUR userUR, String updater, String context)
protected UserWorkflowResult<Pair<UserUR,Boolean>>
DefaultUserWorkflowAdapter. doUpdate(User user, UserUR userUR, String updater, String context)
UserWorkflowResult<Pair<UserUR,Boolean>>
AbstractUserWorkflowAdapter. update(UserUR userUR, Boolean enabled, String updater, String context)
-