| Package | Description | 
|---|---|
| org.apache.sling.jackrabbit.usermanager | |
| org.apache.sling.jcr.jackrabbit.accessmanager.post | |
| org.apache.sling.servlets.post | 
| Modifier and Type | Method and Description | 
|---|---|
org.apache.jackrabbit.api.security.user.User | 
ChangeUserPassword.changePassword(javax.jcr.Session jcrSession,
              java.lang.String name,
              java.lang.String oldPassword,
              java.lang.String newPassword,
              java.lang.String newPasswordConfirm,
              java.util.List<Modification> changes)
Update the password of a user in the repository 
 | 
org.apache.jackrabbit.api.security.user.Group | 
CreateGroup.createGroup(javax.jcr.Session jcrSession,
           java.lang.String name,
           java.util.Map<java.lang.String,?> properties,
           java.util.List<Modification> changes)
Create a new group for the repository 
 | 
org.apache.jackrabbit.api.security.user.User | 
CreateUser.createUser(javax.jcr.Session jcrSession,
          java.lang.String name,
          java.lang.String password,
          java.lang.String passwordConfirm,
          java.util.Map<java.lang.String,?> properties,
          java.util.List<Modification> changes)
Create a new user for the repository 
 | 
void | 
DeleteAuthorizables.deleteAuthorizables(javax.jcr.Session jcrSession,
                   Resource baseResource,
                   java.lang.String[] paths,
                   java.util.List<Modification> changes)
Deletes one or more users or groups from the repository 
 | 
void | 
DeleteGroup.deleteGroup(javax.jcr.Session jcrSession,
           java.lang.String name,
           java.util.List<Modification> changes)
Deletes a group from the repository 
 | 
void | 
DeleteUser.deleteUser(javax.jcr.Session jcrSession,
          java.lang.String name,
          java.util.List<Modification> changes)
Deletes a user from the repository 
 | 
org.apache.jackrabbit.api.security.user.Group | 
UpdateGroup.updateGroup(javax.jcr.Session jcrSession,
           java.lang.String name,
           java.util.Map<java.lang.String,?> properties,
           java.util.List<Modification> changes)
Update a group in the repository 
 | 
org.apache.jackrabbit.api.security.user.User | 
UpdateUser.updateUser(javax.jcr.Session jcrSession,
          java.lang.String name,
          java.util.Map<java.lang.String,?> properties,
          java.util.List<Modification> changes)
Update a user in the repository 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ModifyAceServlet.handleOperation(SlingHttpServletRequest request,
               AbstractPostResponse response,
               java.util.List<Modification> changes)  | 
protected void | 
DeleteAcesServlet.handleOperation(SlingHttpServletRequest request,
               AbstractPostResponse htmlResponse,
               java.util.List<Modification> changes)  | 
protected abstract void | 
AbstractAccessPostServlet.handleOperation(SlingHttpServletRequest request,
               AbstractPostResponse response,
               java.util.List<Modification> changes)
Extending Servlet should implement this operation to do the work 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected static Modification | 
Modification.onChange(ModificationType type,
        java.lang.String source)  | 
protected static Modification | 
Modification.onChange(ModificationType type,
        java.lang.String source,
        java.lang.String dest)  | 
static Modification | 
Modification.onCheckin(java.lang.String path)  | 
static Modification | 
Modification.onCheckout(java.lang.String path)  | 
static Modification | 
Modification.onCopied(java.lang.String srcPath,
        java.lang.String dstPath)
Records a 'copied' change. 
 | 
static Modification | 
Modification.onCreated(java.lang.String path)
Records a 'created' change 
 | 
static Modification | 
Modification.onDeleted(java.lang.String path)
Records a 'deleted' change 
 | 
static Modification | 
Modification.onModified(java.lang.String path)
Records a 'modified' change 
 | 
static Modification | 
Modification.onMoved(java.lang.String srcPath,
       java.lang.String dstPath)
Records a 'moved' change. 
 | 
static Modification | 
Modification.onOrder(java.lang.String orderedPath,
       java.lang.String beforeSibling)
Records a 'order' change. 
 | 
static Modification | 
Modification.onRestore(java.lang.String path,
         java.lang.String version)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AbstractPostOperation.checkoutIfNecessary(javax.jcr.Node node,
                   java.util.List<Modification> changes,
                   VersioningConfiguration versioningConfiguration)
Deprecated.  
  | 
protected abstract void | 
AbstractSlingPostOperation.doRun(SlingHttpServletRequest request,
     HtmlResponse response,
     java.util.List<Modification> changes)
Deprecated.  
  | 
protected abstract void | 
AbstractPostOperation.doRun(SlingHttpServletRequest request,
     PostResponse response,
     java.util.List<Modification> changes)
Deprecated.  
Actually performs the desired operation filling progress into the
  
changes list and preparing and further information in the
 response. | 
protected void | 
AbstractSlingPostOperation.doRun(SlingHttpServletRequest request,
     PostResponse response,
     java.util.List<Modification> changes)
Deprecated.  
Implementation of the
  
AbstractPostOperation.doRun(SlingHttpServletRequest, PostResponse, List)
 method calling our own
 AbstractSlingPostOperation.run(SlingHttpServletRequest, HtmlResponse, SlingPostProcessor[])
 meethod with a proxy for the Sling API HtmlResponse. | 
protected void | 
AbstractPostOperation.orderNode(SlingHttpServletRequest request,
         javax.jcr.Item item,
         java.util.List<Modification> changes)
Deprecated.  
Orders the given node according to the specified command. 
 | 
void | 
SlingPostProcessor.process(SlingHttpServletRequest request,
       java.util.List<Modification> changes)
Process the current request. 
 | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.