Class CreateUserOperation
- java.lang.Object
-
- org.apache.sling.cms.core.internal.operations.CreateUserOperation
-
- All Implemented Interfaces:
org.apache.sling.servlets.post.PostOperation
public class CreateUserOperation extends Object implements org.apache.sling.servlets.post.PostOperation
TheCreateUserOperation
will create a new user
-
-
Field Summary
Fields Modifier and Type Field Description static String
PN_PASSWORD
-
Constructor Summary
Constructors Constructor Description CreateUserOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.servlets.post.PostResponse response, org.apache.sling.servlets.post.SlingPostProcessor[] processors)
-
-
-
Field Detail
-
PN_PASSWORD
public static final String PN_PASSWORD
- See Also:
- Constant Field Values
-
-