Uses of Class
org.apache.syncope.common.lib.types.SRARoutePredicateFactory
-
Packages that use SRARoutePredicateFactory Package Description org.apache.syncope.common.lib.types -
-
Uses of SRARoutePredicateFactory in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return SRARoutePredicateFactory Modifier and Type Method Description SRARoutePredicateFactorySRARoutePredicate. getFactory()static SRARoutePredicateFactorySRARoutePredicateFactory. valueOf(String name)Returns the enum constant of this type with the specified name.static SRARoutePredicateFactory[]SRARoutePredicateFactory. 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 SRARoutePredicateFactory Modifier and Type Method Description SRARoutePredicate.BuilderSRARoutePredicate.Builder. factory(SRARoutePredicateFactory factory)voidSRARoutePredicate. setFactory(SRARoutePredicateFactory factory)
-