Package org.restheart.security.predicates
package org.restheart.security.predicates
-
ClassesClassDescriptiona predicate that resolve to true if the request content is bson and the property 'key' (can use the dot notation) is an array that contains 'value'a predicate that resolve to true if the request content is bson and the property 'key' (can use the dot notation) is an array that is a subset of 'values'a predicate that resolve to true if the request content is bson and all keys in the request content are mot in the specified blacklista predicate that resolve to true if the request content is bson and contains all specified keysa predicate that resolve to true if the request content is bson and the value of the property 'key' (can use the dot notation) is equal to 'value'a predicate that resolve to true if the request content is bson and all keys in the request content are in the specified whitelista predicate that resolve to true if ExchangeAttribute 'value' is in 'array'a predicate that resolve to true if none of query parameters in the request are in the specified blacklista predicate that resolve to true if the request contains all specified query parametersa predicate that resolve to true if the request contains a number of 'size' query parametersa predicate that resolve to true if all query parameters in the request are in the specified whitelist