Uses of Class
org.apache.syncope.common.lib.types.MatchingRule
-
Packages that use MatchingRule Package Description org.apache.syncope.common.lib.to org.apache.syncope.common.lib.types -
-
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)
-