|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.GenericServlet org.apache.sling.api.servlets.SlingSafeMethodsServlet org.apache.sling.api.servlets.SlingAllMethodsServlet org.apache.sling.jackrabbit.usermanager.post.AbstractAuthorizablePostServlet org.apache.sling.jackrabbit.usermanager.post.AbstractUserPostServlet
public abstract class AbstractUserPostServlet
Base class for servlets manipulating users
Constructor Summary | |
---|---|
AbstractUserPostServlet()
|
Method Summary | |
---|---|
protected void |
activate(org.osgi.service.component.ComponentContext context)
|
protected void |
deactivate(org.osgi.service.component.ComponentContext context)
|
protected java.lang.String |
digestPassword(java.lang.String pwd)
Digest the given password using the configured digest algorithm |
Methods inherited from class org.apache.sling.jackrabbit.usermanager.post.AbstractAuthorizablePostServlet |
---|
collectContent, doPost, externalizePath, getItemPath, getRedirectUrl, handleOperation, hasItemPathPrefix, isSetStatus, processDeletes, requireItemPathPrefix, writeContent |
Methods inherited from class org.apache.sling.api.servlets.SlingAllMethodsServlet |
---|
doDelete, doPut, getAllowedRequestMethods, isMethodValid, mayService |
Methods inherited from class org.apache.sling.api.servlets.SlingSafeMethodsServlet |
---|
doGeneric, doGet, doHead, doOptions, doTrace, getServletInfo, handleMethodNotImplemented, service, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractUserPostServlet()
Method Detail |
---|
protected void activate(org.osgi.service.component.ComponentContext context)
activate
in class AbstractAuthorizablePostServlet
protected void deactivate(org.osgi.service.component.ComponentContext context)
deactivate
in class AbstractAuthorizablePostServlet
protected java.lang.String digestPassword(java.lang.String pwd) throws java.lang.IllegalArgumentException
pwd
- the value to digest
java.lang.IllegalArgumentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |