public abstract class AbstractGetAclServlet
extends org.apache.sling.api.servlets.SlingAllMethodsServlet
Constructor and Description |
---|
AbstractGetAclServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response) |
protected abstract javax.jcr.security.AccessControlEntry[] |
getAccessControlEntries(javax.jcr.Session session,
String absPath) |
protected javax.json.JsonObject |
internalGetAcl(javax.jcr.Session jcrSession,
String resourcePath) |
doDelete, doPost, doPut, getAllowedRequestMethods, isMethodValid, mayService
doGeneric, doHead, doOptions, doTrace, getServletInfo, handleMethodNotImplemented, service, service
protected void doGet(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class org.apache.sling.api.servlets.SlingSafeMethodsServlet
javax.servlet.ServletException
IOException
protected javax.json.JsonObject internalGetAcl(javax.jcr.Session jcrSession, String resourcePath) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
protected abstract javax.jcr.security.AccessControlEntry[] getAccessControlEntries(javax.jcr.Session session, String absPath) throws javax.jcr.RepositoryException
javax.jcr.RepositoryException
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.