public abstract class AbstractGroupPostServlet extends AbstractAuthorizablePostServlet
PROP_DATE_FORMAT
Constructor and Description |
---|
AbstractGroupPostServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
updateGroupMembership(org.apache.sling.api.resource.Resource baseResource,
Map<String,?> properties,
org.apache.jackrabbit.api.security.user.Authorizable authorizable,
List<org.apache.sling.servlets.post.Modification> changes)
Update the group membership based on the ":member" request parameters.
|
activate, collectContent, convertToRequestParameterArray, convertToString, convertToStringArray, deactivate, hasItemPathPrefix, processDeletes, requireItemPathPrefix, writeContent
bindPostResponseCreator, createHtmlResponse, doPost, externalizePath, getItemPath, getRedirectUrl, getRedirectUrl, handleOperation, handleOperation, isSetStatus, unbindPostResponseCreator
doDelete, doPut, getAllowedRequestMethods, isMethodValid, mayService
doGeneric, doGet, doHead, doOptions, doTrace, getServletInfo, handleMethodNotImplemented, service, service
protected void updateGroupMembership(org.apache.sling.api.resource.Resource baseResource, Map<String,?> properties, org.apache.jackrabbit.api.security.user.Authorizable authorizable, List<org.apache.sling.servlets.post.Modification> changes) throws javax.jcr.RepositoryException
baseResource
- the group resource of the authorizable
properties
- the request parametersauthorizable
- the group to updatechanges
- the changes which are done by this operation (list is extended)javax.jcr.RepositoryException
- when updating the membership failedCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.