Uses of Class
org.apache.syncope.common.lib.types.MatchingRule
-
-
Uses of MatchingRule in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return MatchingRule Modifier and Type Method Description MatchingRuleProvisioningTaskTO. getMatchingRule()Methods in org.apache.syncope.common.lib.to with parameters of type MatchingRule Modifier and Type Method Description voidProvisioningTaskTO. setMatchingRule(MatchingRule matchigRule) -
Uses of MatchingRule in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return MatchingRule Modifier and Type Method Description static MatchingRuleMatchingRule. valueOf(String name)Returns the enum constant of this type with the specified name.static MatchingRule[]MatchingRule. 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 MatchingRule Modifier and Type Method Description static StringMatchingRule. toEventName(MatchingRule rule) -
Uses of MatchingRule in org.apache.syncope.common.rest.api.beans
Fields in org.apache.syncope.common.rest.api.beans declared as MatchingRule Modifier and Type Field Description protected MatchingRuleAbstractCSVSpec. matchingRuleMethods in org.apache.syncope.common.rest.api.beans that return MatchingRule Modifier and Type Method Description MatchingRuleAbstractCSVSpec. getMatchingRule()Methods in org.apache.syncope.common.rest.api.beans with parameters of type MatchingRule Modifier and Type Method Description BAbstractCSVSpec.Builder. matchingRule(MatchingRule matchingRule)voidAbstractCSVSpec. setMatchingRule(MatchingRule matchingRule) -
Uses of MatchingRule in org.apache.syncope.core.persistence.api.entity.task
Methods in org.apache.syncope.core.persistence.api.entity.task that return MatchingRule Modifier and Type Method Description MatchingRuleProvisioningTask. getMatchingRule()Methods in org.apache.syncope.core.persistence.api.entity.task with parameters of type MatchingRule Modifier and Type Method Description voidProvisioningTask. setMatchingRule(MatchingRule matchigRule) -
Uses of MatchingRule in org.apache.syncope.core.persistence.jpa.entity.task
Fields in org.apache.syncope.core.persistence.jpa.entity.task declared as MatchingRule Modifier and Type Field Description protected @NotNull MatchingRuleAbstractProvisioningTask. matchingRuleMethods in org.apache.syncope.core.persistence.jpa.entity.task that return MatchingRule Modifier and Type Method Description MatchingRuleAbstractProvisioningTask. getMatchingRule()Methods in org.apache.syncope.core.persistence.jpa.entity.task with parameters of type MatchingRule Modifier and Type Method Description voidAbstractProvisioningTask. setMatchingRule(MatchingRule matchigRule) -
Uses of MatchingRule in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type MatchingRule Modifier and Type Method Description protected AuditElements.ResultAbstractPullResultHandler. deprovision(MatchingRule matchingRule, SyncDelta delta, List<PullMatch> matches, Provision provision)protected AuditElements.ResultDefaultUserPullResultHandler. deprovision(MatchingRule matchingRule, SyncDelta delta, LinkedAccount account)protected static ResourceOperationAbstractPushResultHandler. toResourceOperation(MatchingRule rule)
-