public interface AccessControl
ServletRequest and determines whether access to a named resource
should be granted.| Modifier and Type | Method and Description |
|---|---|
boolean |
checkAccess(javax.servlet.ServletRequest request,
java.lang.String operation,
java.lang.String resource)
Determine whether the request to the resource should be granted.
|
boolean checkAccess(@Nonnull
javax.servlet.ServletRequest request,
@Nullable
java.lang.String operation,
@Nullable
java.lang.String resource)
request - request to checkoperation - operation being performedresource - target resource