public interface PathAuthorizer
A PathAuthorizer is responsible to perform
authorization checks for a specific PathConfiguration.
| Modifier and Type | Method and Description |
|---|---|
boolean |
authorize(PathConfiguration pathConfiguration,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Performs an authorization check for a specific
PathConfiguration considering
an incoming HttpServletRequest. |
boolean authorize(PathConfiguration pathConfiguration, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Performs an authorization check for a specific PathConfiguration considering
an incoming HttpServletRequest.
pathConfiguration - The configuration associated with the given request.request - The incoming request,response - The response.Copyright © 2021. All rights reserved.