public abstract class AbstractPathAuthorizer extends Object implements PathAuthorizer
Constructor and Description |
---|
AbstractPathAuthorizer() |
Modifier and Type | Method and Description |
---|---|
boolean |
authorize(PathConfiguration pathConfiguration,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected abstract boolean |
doAuthorize(PathConfiguration pathConfiguration,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected Identity |
getIdentity() |
public boolean authorize(PathConfiguration pathConfiguration, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
authorize
in interface PathAuthorizer
protected abstract boolean doAuthorize(PathConfiguration pathConfiguration, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
protected Identity getIdentity()
Copyright © 2018 JBoss by Red Hat. All rights reserved.