Uses of Class
io.apiman.gateway.engine.policies.config.MultipleMatchType
-
Packages that use MultipleMatchType Package Description io.apiman.gateway.engine.policies.config -
-
Uses of MultipleMatchType in io.apiman.gateway.engine.policies.config
Methods in io.apiman.gateway.engine.policies.config that return MultipleMatchType Modifier and Type Method Description MultipleMatchTypeAuthorizationConfig. getMultiMatch()static MultipleMatchTypeMultipleMatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static MultipleMatchType[]MultipleMatchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.apiman.gateway.engine.policies.config with parameters of type MultipleMatchType Modifier and Type Method Description voidAuthorizationConfig. setMultiMatch(MultipleMatchType multiMatch)
-