public class ModifyAceServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
ORDER |
static String |
PRINCIPAL_ID |
static String |
PRIVILEGE |
static String |
RESOURCE_PATH |
| Constructor and Description |
|---|
ModifyAceServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
boolean |
modifyAce(org.apache.jackrabbit.core.SessionImpl jcrSession,
String resourcePath,
String principalId,
Map<String,String> privileges,
String order) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static final String PRINCIPAL_ID
public static final String RESOURCE_PATH
public static final String ORDER
public static final String PRIVILEGE
protected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2017. All Rights Reserved.