Uses of Interface
com.svenruppert.jsentinel.rest.RestHandler
Packages that use RestHandler
-
Uses of RestHandler in com.svenruppert.jsentinel.rest
Methods in com.svenruppert.jsentinel.rest with parameters of type RestHandlerModifier and TypeMethodDescriptionvoidRestAuthorizationFilter.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.voidRestAuthenticationFilter.requireAuthenticated(RestRequest request, RestResponse response, RestHandler handler)