Uses of Class
io.apiman.gateway.engine.policies.config.UnmatchedRequestType
-
Packages that use UnmatchedRequestType Package Description io.apiman.gateway.engine.policies.config -
-
Uses of UnmatchedRequestType in io.apiman.gateway.engine.policies.config
Methods in io.apiman.gateway.engine.policies.config that return UnmatchedRequestType Modifier and Type Method Description UnmatchedRequestTypeAuthorizationConfig. getRequestUnmatched()static UnmatchedRequestTypeUnmatchedRequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static UnmatchedRequestType[]UnmatchedRequestType. 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 UnmatchedRequestType Modifier and Type Method Description voidAuthorizationConfig. setRequestUnmatched(UnmatchedRequestType requestUnmatched)
-