org.picketlink.http.authorization
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 © 2016 JBoss by Red Hat. All rights reserved.