Uses of Class
org.apache.syncope.common.lib.types.UnmatchingRule
-
-
Uses of UnmatchingRule in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return UnmatchingRule Modifier and Type Method Description UnmatchingRuleProvisioningTaskTO. getUnmatchingRule()Methods in org.apache.syncope.common.lib.to with parameters of type UnmatchingRule Modifier and Type Method Description voidProvisioningTaskTO. setUnmatchingRule(UnmatchingRule unmatchigRule) -
Uses of UnmatchingRule in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return UnmatchingRule Modifier and Type Method Description static UnmatchingRuleUnmatchingRule. valueOf(String name)Returns the enum constant of this type with the specified name.static UnmatchingRule[]UnmatchingRule. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.syncope.common.lib.types with parameters of type UnmatchingRule Modifier and Type Method Description static StringUnmatchingRule. toEventName(UnmatchingRule rule) -
Uses of UnmatchingRule in org.apache.syncope.common.rest.api.beans
Fields in org.apache.syncope.common.rest.api.beans declared as UnmatchingRule Modifier and Type Field Description protected UnmatchingRuleAbstractCSVSpec. unmatchingRuleMethods in org.apache.syncope.common.rest.api.beans that return UnmatchingRule Modifier and Type Method Description UnmatchingRuleAbstractCSVSpec. getUnmatchingRule()Methods in org.apache.syncope.common.rest.api.beans with parameters of type UnmatchingRule Modifier and Type Method Description voidAbstractCSVSpec. setUnmatchingRule(UnmatchingRule unmatchingRule)BAbstractCSVSpec.Builder. unmatchingRule(UnmatchingRule unmatchingRule) -
Uses of UnmatchingRule in org.apache.syncope.core.persistence.api.entity.task
Methods in org.apache.syncope.core.persistence.api.entity.task that return UnmatchingRule Modifier and Type Method Description UnmatchingRuleProvisioningTask. getUnmatchingRule()Methods in org.apache.syncope.core.persistence.api.entity.task with parameters of type UnmatchingRule Modifier and Type Method Description voidProvisioningTask. setUnmatchingRule(UnmatchingRule unmatchigRule) -
Uses of UnmatchingRule in org.apache.syncope.core.persistence.jpa.entity.task
Fields in org.apache.syncope.core.persistence.jpa.entity.task declared as UnmatchingRule Modifier and Type Field Description protected @NotNull UnmatchingRuleAbstractProvisioningTask. unmatchingRuleMethods in org.apache.syncope.core.persistence.jpa.entity.task that return UnmatchingRule Modifier and Type Method Description UnmatchingRuleAbstractProvisioningTask. getUnmatchingRule()Methods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type UnmatchingRule Modifier and Type Method Description voidAbstractProvisioningTask. setUnmatchingRule(UnmatchingRule unmatchigRule) -
Uses of UnmatchingRule in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type UnmatchingRule Modifier and Type Method Description protected AuditElements.ResultDefaultRealmPullResultHandler. create(RealmTO realmTO, SyncDelta delta, UnmatchingRule unmatchingRule, ProvisioningReport result)protected AuditElements.ResultAbstractPullResultHandler. provision(UnmatchingRule rule, SyncDelta delta, AnyTypeKind anyTypeKind, Provision provision)protected AuditElements.ResultDefaultUserPullResultHandler. provision(UnmatchingRule rule, SyncDelta delta, User user, LinkedAccountTO accountTO, Provision provision)protected static ResourceOperationAbstractPushResultHandler. toResourceOperation(UnmatchingRule rule)
-