Uses of Class
org.apache.sling.api.servlets.SlingSafeMethodsServlet
Package
Description
-
Uses of SlingSafeMethodsServlet in org.apache.sling.api.servlets
Modifier and TypeClassDescriptionclass
Helper base class for data modifying Servlets used in Sling. -
Uses of SlingSafeMethodsServlet in org.apache.sling.jackrabbit.usermanager.impl.post
Modifier and TypeClassDescriptionclass
Base class for all the POST servlets for the UserManager operationsclass
Base class for servlets manipulating groupsclass
Base class for all the POST servlets for the UserManager operationsclass
Changes the password associated with a user.class
Sling Post Servlet implementation for creating a group in the jackrabbit UserManager.class
Sling Post Servlet implementation for creating a user in the jackrabbit UserManager.class
Rest Service Descriptionclass
Sling Post Operation implementation for updating a group in the jackrabbit UserManager.class
Sling Post Operation implementation for updating a user in the jackrabbit UserManager. -
Uses of SlingSafeMethodsServlet in org.apache.sling.jcr.jackrabbit.accessmanager.post
Modifier and TypeClassDescriptionclass
class
Base class for all the POST servlets for the AccessManager operationsclass
Base class for all the servlets for the AccessManager operationsclass
class
class
Sling Post Servlet implementation for deleting the ACE for a set of principals on a JCR resource.class
Sling Post Servlet implementation for deleting the principal ACE for a set of principals on a JCR resource.class
Sling Get Servlet implementation for getting the ACE for a principal on a JCR resource.class
Sling GET servlet implementation for dumping the declared ACL of a resource to JSON.class
Sling Get Servlet implementation for getting the effective ACE for a principal on a JCR resource.class
Sling GET servlet implementation for dumping the declared ACL of a resource to JSON.class
Sling Get Servlet implementation for getting the principal based ACE for a principal on a JCR resource.class
Sling Post Servlet implementation for modifying the ACEs for a principal on a JCR resource.class
Sling Post Servlet implementation for modifying the principalbased ACE for a principal on a JCR resource. -
Uses of SlingSafeMethodsServlet in org.apache.sling.servlets.resolver.internal.defaults
Modifier and TypeClassDescriptionclass
TheDefaultServlet
is a very simple default resource handler.