Uses of Class
org.apache.syncope.common.lib.types.MatchType
-
Packages that use MatchType Package Description org.apache.syncope.common.lib.to org.apache.syncope.common.lib.types org.apache.syncope.core.provisioning.api.rules -
-
Uses of MatchType in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return MatchType Modifier and Type Method Description MatchTypeReconStatus. getMatchType()Methods in org.apache.syncope.common.lib.to with parameters of type MatchType Modifier and Type Method Description voidReconStatus. setMatchType(MatchType matchType) -
Uses of MatchType in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return MatchType Modifier and Type Method Description static MatchTypeMatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static MatchType[]MatchType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MatchType in org.apache.syncope.core.provisioning.api.rules
Methods in org.apache.syncope.core.provisioning.api.rules that return MatchType Modifier and Type Method Description MatchTypePullMatch. getMatchTarget()Constructors in org.apache.syncope.core.provisioning.api.rules with parameters of type MatchType Constructor Description PullMatch(MatchType matchTarget, Entity entity)
-