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 voidAnyOperations. cleanEmptyAttrs(AnyTO anyTO, AnyUR anyUR)Add PLAIN attribute DELETE patch for those attributes of the input AnyTO without values or containing null valuestatic AnyTOAnyOperations. 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 classAnyUR.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 classAnyObjectURclassGroupURclassUserURFields in org.apache.syncope.common.lib.request declared as AnyUR Modifier and Type Field Description protected RAnyUR.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 AnyURRemediationTO. getAnyURPayload()Methods in org.apache.syncope.common.lib.to with parameters of type AnyUR Modifier and Type Method Description voidRemediationTO. 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.ResponseRemediationService. 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 classAbstractAnyLogic<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 voidRemediation. 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 voidJPARemediation. 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 interfaceProvisioningManager<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 AnyURPropagationTaskInfo. 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, List<String> changePwdRes, 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.voidPropagationTaskInfo. 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 voidPullActions. 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, List<String> changePwdRes, 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, List<String> changePwdRes, 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 AnyURAbstractPullResultHandler. doUpdate(AnyTO before, AnyUR anyUR, SyncDelta delta, ProvisioningReport result)protected AnyURDefaultAnyObjectPullResultHandler. doUpdate(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result)protected AnyURDefaultGroupPullResultHandler. doUpdate(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result)protected AnyURDefaultUserPullResultHandler. 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 voidDBPasswordPullActions. beforeUpdate(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entityTO, AnyUR anyUR)voidLDAPMembershipPullActions. beforeUpdate(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity, AnyUR anyUR)Keep track of members of the group being updated before actual update takes place.protected voidAbstractPushResultHandler. copyDynMembershipConds(Any<?> any, AnyUR req)protected voidAbstractPullResultHandler. createRemediation(String anyType, String anyKey, AnyCR anyCR, AnyUR anyUR, ProvisioningReport result, SyncDelta delta)protected voidAbstractPullResultHandler. createRemediationIfNeeded(AnyUR anyUR, SyncDelta delta, ProvisioningReport result)protected abstract AnyURAbstractPullResultHandler. doUpdate(AnyTO before, AnyUR anyUR, SyncDelta delta, ProvisioningReport result)protected AnyURDefaultAnyObjectPullResultHandler. doUpdate(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result)protected AnyURDefaultGroupPullResultHandler. doUpdate(AnyTO before, AnyUR req, SyncDelta delta, ProvisioningReport result)protected AnyURDefaultUserPullResultHandler. 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)BuildAnyURout 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 classAbstractAnyService<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.ResponseRemediationServiceImpl. 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 voidTestPullActions. beforeUpdate(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entityTO, AnyUR anyUR)
-