Class QParamsWhitelistPredicate
java.lang.Object
org.restheart.security.predicates.QParamsWhitelistPredicate
- All Implemented Interfaces:
io.undertow.predicate.Predicate
a predicate that resolve to true if all query parameters in the request are
in the specified whitelist
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface io.undertow.predicate.Predicate
PREDICATE_CONTEXT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanresolve(io.undertow.server.HttpServerExchange exchange)
-
Constructor Details
-
QParamsWhitelistPredicate
-
-
Method Details
-
resolve
public boolean resolve(io.undertow.server.HttpServerExchange exchange) - Specified by:
resolvein interfaceio.undertow.predicate.Predicate
-