Uses of Interface
com.svenruppert.jsentinel.rest.RestResponse
Packages that use RestResponse
-
Uses of RestResponse in com.svenruppert.jsentinel.rest
Methods in com.svenruppert.jsentinel.rest with parameters of type RestResponseModifier and TypeMethodDescriptionbooleanRestJSentinelVersionFilter.allow(RestRequest request, RestResponse response) Convenience overload that derivesroutefromrequest.path().booleanRestJSentinelVersionFilter.allow(RestRequest request, RestResponse response, String route) Runs the drift check.booleanHttpStatusDecisionMapper.apply(com.svenruppert.jsentinel.authorization.api.AuthorizationDecision decision, RestResponse response) Applies a decision to the response.voidRestAuthorizationFilter.authorizeAndHandle(RestRequest request, RestResponse response, RestHandler handler, AnnotatedElement securedElement) Authorizes and executes the handler when access is granted.voidRestAuthorizationFilter.authorizeAndHandle(RestRequest request, RestResponse response, RestHandler handler, AnnotatedElement securedElement, String operation, Map<String, Object> attributes) Authorizes and executes the handler when access is granted.voidRestHandler.handle(RestRequest request, RestResponse response) Handles the request.voidRestAuthenticationFilter.requireAuthenticated(RestRequest request, RestResponse response, RestHandler handler)