Uses of Class
org.restheart.security.plugins.authorizers.FilterPredicate
-
Packages that use FilterPredicate Package Description org.restheart.security.plugins.authorizers Implementations of Authorizer -
-
Uses of FilterPredicate in org.restheart.security.plugins.authorizers
Fields in org.restheart.security.plugins.authorizers with type parameters of type FilterPredicate Modifier and Type Field Description static io.undertow.util.AttachmentKey<FilterPredicate>MongoAclAuthorizer. MATCHING_ACL_PREDICATEMethods in org.restheart.security.plugins.authorizers that return FilterPredicate Modifier and Type Method Description static FilterPredicateFilterPredicate. from(io.undertow.server.HttpServerExchange exchange)Methods in org.restheart.security.plugins.authorizers that return types with arguments of type FilterPredicate Modifier and Type Method Description LinkedHashSet<FilterPredicate>MongoAclAuthorizer. getRoleFilterPredicates(String role)
-