EntityViewAccessProvider insteadpublic interface HttpServletAccessProvider
HttpServletAccessProviderManager in a context loader listener.
If the implementation throws a SecurityException during the course of this method, the
access will be directed to a login page or authentication method before being redirected to the
tool.| Modifier and Type | Method and Description |
|---|---|
void |
handleAccess(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
EntityReference ref)
Deprecated.
Use
EntityViewAccessProvider instead |
void handleAccess(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
EntityReference ref)
EntityViewAccessProvider insteadref - an entity referencereq - the servlet request (available in case you need to get anything out of it)res - the servlet response, put the correct data response into the outputstreamFormatUnsupportedException - if the format requested in the view is not supportedEntityException - if there is a request processing/handling failureCopyright © 2007–2020 Sakai Project. All rights reserved.