public interface AccessControl
ServletRequest
and determines whether access to a named resource
should be granted.Modifier and Type | Method and Description |
---|---|
boolean |
checkAccess(ServletRequest request,
String operation,
String resource)
Determine whether the request to the resource should be granted.
|
boolean checkAccess(@Nonnull ServletRequest request, @Nullable String operation, @Nullable String resource)
request
- request to checkoperation
- operation being performedresource
- target resourceCopyright © 2016 JBoss by Red Hat. All rights reserved.