Uses of Class
org.restheart.exchange.MongoRequest
Packages that use MongoRequest
Package
Description
Utility classes
-
Uses of MongoRequest in org.restheart.exchange
Methods in org.restheart.exchange that return MongoRequestModifier and TypeMethodDescriptionstatic MongoRequestMongoRequest.init(io.undertow.server.HttpServerExchange exchange, String requestUri, String resourceUri) static MongoRequestMongoRequest.of(io.undertow.server.HttpServerExchange exchange) -
Uses of MongoRequest in org.restheart.mongodb.utils
Methods in org.restheart.mongodb.utils with parameters of type MongoRequestModifier and TypeMethodDescriptionstatic voidStagesInterpolator.injectAvars(MongoRequest request, org.bson.BsonDocument avars) adds the default variables to the avars document Supports accounts handled by MongoRealAuthenticator, FileRealmAuthenticator and JwtAuthenticationMechanism -
Uses of MongoRequest in org.restheart.security
Methods in org.restheart.security with parameters of type MongoRequestModifier and TypeMethodDescriptionstatic org.bson.BsonValueAclVarsInterpolator.interpolateBson(MongoRequest request, org.bson.BsonValue bson) Interpolate values in doc like '@user', '@user.property', @now Supports accounts handled by MongoRealAuthenticator, FileRealmAuthenticator and JwtAuthenticationMechanism Legacy variable names %USER, %ROLES and %NOW are supported as wellstatic org.bson.BsonValueAclVarsInterpolator.interpolatePropValue(MongoRequest request, String key, String value) If value is a '@user', '@user.property', '@request', '@request.remoteIp', '@mongoPermissions', '@mongoPermissions.readFilter', '@now', '@filter' returns the interpolated value. -
Uses of MongoRequest in org.restheart.utils
Methods in org.restheart.utils with parameters of type MongoRequestModifier and TypeMethodDescriptionstatic booleanCheckersUtils.isBulkRequest(MongoRequest request)