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,
String operation,
String resource)
Determine whether the request to the resource should be granted.
|
boolean checkAccess(@Nonnull javax.servlet.ServletRequest request, @Nullable String operation, @Nullable String resource)
request - request to checkoperation - operation being performedresource - target resourceCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.