Uses of Class
org.apache.syncope.common.lib.request.AnyUR
-
-
Uses of AnyUR in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type AnyUR Modifier and Type Method Description <T extends AnyTO>
ProvisioningResult<T>RemediationRestClient. remedy(String key, AnyUR anyUR)
-
Uses of AnyUR in org.apache.syncope.common.lib
Methods in org.apache.syncope.common.lib with type parameters of type AnyUR Modifier and Type Method Description static <TO extends AnyTO,P extends AnyUR>
PAnyOperations. diff(TO updated, TO original, boolean incremental)
Methods in org.apache.syncope.common.lib with parameters of type AnyUR Modifier and Type Method Description static void
AnyOperations. cleanEmptyAttrs(AnyTO anyTO, AnyUR anyUR)
Add PLAIN attribute DELETE patch for those attributes of the input AnyTO without values or containing null valuestatic AnyTO
AnyOperations. patch(AnyTO anyTO, AnyUR anyUR)
-
Uses of AnyUR in org.apache.syncope.common.lib.request
Classes in org.apache.syncope.common.lib.request with type parameters of type AnyUR Modifier and Type Class Description protected static class
AnyUR.Builder<R extends AnyUR,B extends AnyUR.Builder<R,B>>
Subclasses of AnyUR in org.apache.syncope.common.lib.request Modifier and Type Class Description class
AnyObjectUR
class
GroupUR
class
UserUR
Fields in org.apache.syncope.common.lib.request declared as AnyUR Modifier and Type Field Description protected R
AnyUR.Builder. instance
-
Uses of AnyUR in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return AnyUR Modifier and Type Method Description AnyUR
RemediationTO. getAnyURPayload()
Methods in org.apache.syncope.common.lib.to with parameters of type AnyUR Modifier and Type Method Description void
RemediationTO. setAnyURPayload(AnyUR anyURPayload)
-
Uses of AnyUR in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return types with arguments of type AnyUR Modifier and Type Method Description Class<? extends AnyUR>
AnyTypeKind. getURClass()
-
Uses of AnyUR in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type AnyUR Modifier and Type Method Description javax.ws.rs.core.Response
RemediationService. remedy(@NotNull String remediationKey, @NotNull AnyUR updateReq)
Perform remediation by updating the provided user, group or any object. -
Uses of AnyUR in org.apache.syncope.core.logic
Classes in org.apache.syncope.core.logic with type parameters of type AnyUR Modifier and Type Class Description class
AbstractAnyLogic<TO extends AnyTO,C extends AnyCR,U extends AnyUR>
Methods in org.apache.syncope.core.logic with parameters of type AnyUR Modifier and Type Method Description ProvisioningResult<?>
RemediationLogic. remedy(String key, AnyUR anyUR, boolean nullPriorityAsync)
-
Uses of AnyUR in org.apache.syncope.core.logic.api
Methods in org.apache.syncope.core.logic.api with type parameters of type AnyUR Modifier and Type Method Description default <U extends AnyUR>
ULogicActions. beforeUpdate(U input)
-
Uses of AnyUR in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity with type parameters of type AnyUR Modifier and Type Method Description <U extends AnyUR>
URemediation. getPayloadAsUR(Class<U> reference)
<U extends AnyUR>
UAnyUtils. newAnyUR(String key)
Methods in org.apache.syncope.core.persistence.api.entity with parameters of type AnyUR Modifier and Type Method Description void
Remediation. setPayload(AnyUR anyUR)
-
Uses of AnyUR in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity with type parameters of type AnyUR Modifier and Type Method Description <U extends AnyUR>
UJPARemediation. getPayloadAsUR(Class<U> reference)
<U extends AnyUR>
UJPAAnyUtils. newAnyUR(String key)
Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type AnyUR Modifier and Type Method Description void
JPARemediation. setPayload(AnyUR anyUR)
-
Uses of AnyUR in org.apache.syncope.core.provisioning.api
Classes in org.apache.syncope.core.provisioning.api with type parameters of type AnyUR Modifier and Type Interface Description interface
ProvisioningManager<C extends AnyCR,U extends AnyUR>
-
Uses of AnyUR in org.apache.syncope.core.provisioning.api.propagation
Methods in org.apache.syncope.core.provisioning.api.propagation that return AnyUR Modifier and Type Method Description AnyUR
PropagationTaskInfo. getUpdateRequest()
Methods in org.apache.syncope.core.provisioning.api.propagation with parameters of type AnyUR Modifier and Type Method Description List<PropagationTaskInfo>
PropagationManager. getUpdateTasks(AnyUR anyUR, AnyTypeKind kind, String key, boolean changePwd, Boolean enable, PropagationByResource<String> propByRes, PropagationByResource<Pair<String,String>> propByLinkedAccount, Collection<Attr> vAttrs, Collection<String> excludedResources)
Create the update tasks on each resource associated, unless inexcludedResources
.void
PropagationTaskInfo. setUpdateRequest(AnyUR updateRequest)
-
Uses of AnyUR in org.apache.syncope.core.provisioning.api.pushpull
Methods in org.apache.syncope.core.provisioning.api.pushpull with parameters of type AnyUR Modifier and Type Method Description default void
PullActions. beforeUpdate(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity, AnyUR anyUR)
Action to be executed before to update a pulled entity locally. -
Uses of AnyUR in org.apache.syncope.core.provisioning.java.propagation
Methods in org.apache.syncope.core.provisioning.java.propagation with parameters of type AnyUR Modifier and Type Method Description List<PropagationTaskInfo>
DefaultPropagationManager. getUpdateTasks(AnyUR anyUR, AnyTypeKind kind, String key, boolean changePwd, Boolean enable, PropagationByResource<String> propByRes, PropagationByResource<Pair<String,String>> propByLinkedAccount, Collection<Attr> vAttrs, Collection<String> excludedResources)
protected List<PropagationTaskInfo>
DefaultPropagationManager. getUpdateTasks(AnyUR anyUR, Any<?> any, String password, boolean changePwd, Boolean enable, PropagationByResource<String> propByRes, PropagationByResource<Pair<String,String>> propByLinkedAccount, Collection<Attr> vAttrs, Collection<String> excludedResources)
-
Uses of AnyUR in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull that return AnyUR Modifier and Type Method Description protected abstract AnyUR
AbstractPullResultHandler. doUpdate(AnyTO before, AnyUR anyUR, SyncDelta delta, ProvisioningReport result)
protected AnyUR
DefaultAnyObjectPullResultHandler. doUpdate(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result)
protected AnyUR
DefaultGroupPullResultHandler. doUpdate(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result)
protected AnyUR
DefaultUserPullResultHandler. doUpdate(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result)
Methods in org.apache.syncope.core.provisioning.java.pushpull that return types with arguments of type AnyUR Modifier and Type Method Description protected abstract WorkflowResult<? extends AnyUR>
AbstractSyncopeResultHandler. update(AnyUR req)
protected WorkflowResult<? extends AnyUR>
DefaultAnyObjectPullResultHandler. update(AnyUR req)
protected WorkflowResult<? extends AnyUR>
DefaultGroupPullResultHandler. update(AnyUR req)
protected WorkflowResult<? extends AnyUR>
DefaultGroupPushResultHandler. update(AnyUR req)
protected WorkflowResult<? extends AnyUR>
DefaultUserPullResultHandler. update(AnyUR req)
protected WorkflowResult<? extends AnyUR>
DefaultUserPushResultHandler. update(AnyUR req)
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type AnyUR Modifier and Type Method Description void
DBPasswordPullActions. beforeUpdate(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entityTO, AnyUR anyUR)
void
LDAPMembershipPullActions. beforeUpdate(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity, AnyUR anyUR)
Keep track of members of the group being updated before actual update takes place.protected void
AbstractPullResultHandler. createRemediation(String anyType, String anyKey, AnyCR anyCR, AnyUR anyUR, ProvisioningReport result, SyncDelta delta)
protected void
AbstractPullResultHandler. createRemediationIfNeeded(AnyUR anyUR, SyncDelta delta, ProvisioningReport result)
protected abstract AnyUR
AbstractPullResultHandler. doUpdate(AnyTO before, AnyUR anyUR, SyncDelta delta, ProvisioningReport result)
protected AnyUR
DefaultAnyObjectPullResultHandler. doUpdate(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result)
protected AnyUR
DefaultGroupPullResultHandler. doUpdate(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result)
protected AnyUR
DefaultUserPullResultHandler. doUpdate(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result)
protected abstract WorkflowResult<? extends AnyUR>
AbstractSyncopeResultHandler. update(AnyUR req)
protected WorkflowResult<? extends AnyUR>
DefaultAnyObjectPullResultHandler. update(AnyUR req)
protected WorkflowResult<? extends AnyObjectUR>
DefaultAnyObjectPushResultHandler. update(AnyUR req)
protected WorkflowResult<? extends AnyUR>
DefaultGroupPullResultHandler. update(AnyUR req)
protected WorkflowResult<? extends AnyUR>
DefaultGroupPushResultHandler. update(AnyUR req)
protected WorkflowResult<? extends AnyUR>
DefaultUserPullResultHandler. update(AnyUR req)
protected WorkflowResult<? extends AnyUR>
DefaultUserPushResultHandler. update(AnyUR req)
-
Uses of AnyUR in org.apache.syncope.core.provisioning.java.utils
Methods in org.apache.syncope.core.provisioning.java.utils with type parameters of type AnyUR Modifier and Type Method Description <U extends AnyUR>
UConnObjectUtils. getAnyUR(String key, ConnectorObject obj, AnyTO original, PullTask pullTask, AnyTypeKind anyTypeKind, Provision provision)
BuildAnyUR
out of connector object attributes and schema mapping. -
Uses of AnyUR in org.apache.syncope.core.rest.cxf.service
Classes in org.apache.syncope.core.rest.cxf.service with type parameters of type AnyUR Modifier and Type Class Description class
AbstractAnyService<TO extends AnyTO,CR extends AnyCR,UR extends AnyUR>
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type AnyUR Modifier and Type Method Description javax.ws.rs.core.Response
RemediationServiceImpl. remedy(String remediationKey, AnyUR anyUR)
-
Uses of AnyUR in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference with parameters of type AnyUR Modifier and Type Method Description void
TestPullActions. beforeUpdate(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entityTO, AnyUR anyUR)
-