Skip navigation links
A B C D E G H I K L M O P R S T U V W 

A

AbstractAuthorizablePostServlet - Class in org.apache.sling.jackrabbit.usermanager.impl.post
Base class for all the POST servlets for the UserManager operations
AbstractAuthorizablePostServlet() - Constructor for class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractAuthorizablePostServlet
 
AbstractGroupPostServlet - Class in org.apache.sling.jackrabbit.usermanager.impl.post
Base class for servlets manipulating groups
AbstractGroupPostServlet() - Constructor for class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractGroupPostServlet
 
AbstractPostServlet - Class in org.apache.sling.jackrabbit.usermanager.impl.post
Base class for all the POST servlets for the UserManager operations
AbstractPostServlet() - Constructor for class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractPostServlet
 
activate(BundleContext, Map<String, Object>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.AuthorizablePrivilegesInfoImpl
 
activate(Map<String, Object>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractAuthorizablePostServlet
 
activate(Map<String, Object>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.ChangeUserPasswordServlet
Activates this component.
activate(Map<String, Object>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.CreateGroupServlet
 
activate(CreateUserServlet.Config, Map<String, Object>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.CreateUserServlet
 
activate(Map<String, Object>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.UpdateGroupServlet
 
activate(Map<String, Object>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.UpdateUserServlet
 
adaptTo(Class<AdapterType>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableResource
 
AuthorizableAdapterFactory - Class in org.apache.sling.jackrabbit.usermanager.impl
 
AuthorizableAdapterFactory() - Constructor for class org.apache.sling.jackrabbit.usermanager.impl.AuthorizableAdapterFactory
 
AuthorizablePrivilegesInfo - Interface in org.apache.sling.jackrabbit.usermanager
 
AuthorizablePrivilegesInfoImpl - Class in org.apache.sling.jackrabbit.usermanager.impl
Helper class to assist in the usage of access control of users/groups from scripts.
AuthorizablePrivilegesInfoImpl() - Constructor for class org.apache.sling.jackrabbit.usermanager.impl.AuthorizablePrivilegesInfoImpl
 
AuthorizableResource - Class in org.apache.sling.jackrabbit.usermanager.impl.resource
Resource implementation for Authorizable
AuthorizableResource(Authorizable, ResourceResolver, String) - Constructor for class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableResource
 
AuthorizableResourceProvider - Class in org.apache.sling.jackrabbit.usermanager.impl.resource
Resource Provider implementation for jackrabbit UserManager resources.
AuthorizableResourceProvider() - Constructor for class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableResourceProvider
 
AuthorizableValueMap - Class in org.apache.sling.jackrabbit.usermanager.impl.resource
ValueMap implementation for Authorizable Resources
AuthorizableValueMap(Authorizable) - Constructor for class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap
 
AuthorizableValueMap.LazyInputStream - Class in org.apache.sling.jackrabbit.usermanager.impl.resource
 
available() - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap.LazyInputStream
 

B

bindPostResponseCreator(PostResponseCreator, Map<String, Object>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractPostServlet
Bind a new post response creator
bindPostResponseCreator(PostResponseCreator, Map<String, Object>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.ChangeUserPasswordServlet
Overridden since the @Reference annotation is not inherited from the super method
bindPostResponseCreator(PostResponseCreator, Map<String, Object>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.CreateGroupServlet
Overridden since the @Reference annotation is not inherited from the super method
bindPostResponseCreator(PostResponseCreator, Map<String, Object>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.CreateUserServlet
Overridden since the @Reference annotation is not inherited from the super method
bindPostResponseCreator(PostResponseCreator, Map<String, Object>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.DeleteAuthorizableServlet
Overridden since the @Reference annotation is not inherited from the super method
bindPostResponseCreator(PostResponseCreator, Map<String, Object>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.UpdateGroupServlet
Overridden since the @Reference annotation is not inherited from the super method
bindPostResponseCreator(PostResponseCreator, Map<String, Object>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.UpdateUserServlet
Overridden since the @Reference annotation is not inherited from the super method

C

canAddGroup(Session) - Method in interface org.apache.sling.jackrabbit.usermanager.AuthorizablePrivilegesInfo
Checks whether the current user has been granted privileges to add a new group.
canAddGroup(Session) - Method in class org.apache.sling.jackrabbit.usermanager.impl.AuthorizablePrivilegesInfoImpl
 
canAddUser(Session) - Method in interface org.apache.sling.jackrabbit.usermanager.AuthorizablePrivilegesInfo
Checks whether the current user has been granted privileges to add a new user.
canAddUser(Session) - Method in class org.apache.sling.jackrabbit.usermanager.impl.AuthorizablePrivilegesInfoImpl
 
canRemove(Session, String) - Method in interface org.apache.sling.jackrabbit.usermanager.AuthorizablePrivilegesInfo
Checks whether the current user has been granted privileges to remove the specified user or group.
canRemove(Session, String) - Method in class org.apache.sling.jackrabbit.usermanager.impl.AuthorizablePrivilegesInfoImpl
 
canUpdateGroupMembers(Session, String) - Method in interface org.apache.sling.jackrabbit.usermanager.AuthorizablePrivilegesInfo
Checks whether the current user has been granted privileges to update the membership of the specified group.
canUpdateGroupMembers(Session, String) - Method in class org.apache.sling.jackrabbit.usermanager.impl.AuthorizablePrivilegesInfoImpl
 
canUpdateProperties(Session, String) - Method in interface org.apache.sling.jackrabbit.usermanager.AuthorizablePrivilegesInfo
Checks whether the current user has been granted privileges to update the properties of the specified user or group.
canUpdateProperties(Session, String) - Method in class org.apache.sling.jackrabbit.usermanager.impl.AuthorizablePrivilegesInfoImpl
 
changePassword(Session, String, String, String, String, List<Modification>) - Method in interface org.apache.sling.jackrabbit.usermanager.ChangeUserPassword
Update the password of a user in the repository
changePassword(Session, String, String, String, String, List<Modification>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.ChangeUserPasswordServlet
 
ChangeUserPassword - Interface in org.apache.sling.jackrabbit.usermanager
The ChangeUserPassword service api.
ChangeUserPasswordServlet - Class in org.apache.sling.jackrabbit.usermanager.impl.post
Changes the password associated with a user.
ChangeUserPasswordServlet() - Constructor for class org.apache.sling.jackrabbit.usermanager.impl.post.ChangeUserPasswordServlet
 
clear() - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap
 
close() - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap.LazyInputStream
Closes the input stream if acquired otherwise does nothing.
collectContent(Map<String, ?>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractAuthorizablePostServlet
Collects the properties that form the content to be written back to the repository.
containsKey(Object) - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap
 
containsValue(Object) - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap
 
convertToRequestParameterArray(Object) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractAuthorizablePostServlet
 
convertToString(Object) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractAuthorizablePostServlet
 
convertToStringArray(Object) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractAuthorizablePostServlet
 
CreateGroup - Interface in org.apache.sling.jackrabbit.usermanager
The CreateGroup service api.
createGroup(Session, String, Map<String, ?>, List<Modification>) - Method in interface org.apache.sling.jackrabbit.usermanager.CreateGroup
Create a new group for the repository
createGroup(Session, String, Map<String, ?>, List<Modification>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.CreateGroupServlet
 
CreateGroupServlet - Class in org.apache.sling.jackrabbit.usermanager.impl.post
Sling Post Servlet implementation for creating a group in the jackrabbit UserManager.
CreateGroupServlet() - Constructor for class org.apache.sling.jackrabbit.usermanager.impl.post.CreateGroupServlet
 
createHtmlResponse(SlingHttpServletRequest) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractPostServlet
CreateUser - Interface in org.apache.sling.jackrabbit.usermanager
The CreateUser service api.
createUser(Session, String, String, String, Map<String, ?>, List<Modification>) - Method in interface org.apache.sling.jackrabbit.usermanager.CreateUser
Create a new user for the repository
createUser(Session, String, String, String, Map<String, ?>, List<Modification>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.CreateUserServlet
 
CreateUserServlet - Class in org.apache.sling.jackrabbit.usermanager.impl.post
Sling Post Servlet implementation for creating a user in the jackrabbit UserManager.
CreateUserServlet() - Constructor for class org.apache.sling.jackrabbit.usermanager.impl.post.CreateUserServlet
 
CreateUserServlet.Config - Annotation Type in org.apache.sling.jackrabbit.usermanager.impl.post
 

D

deactivate() - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractAuthorizablePostServlet
 
deactivate() - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.ChangeUserPasswordServlet
 
deactivate() - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.CreateGroupServlet
 
deactivate() - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.CreateUserServlet
 
deactivate() - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.UpdateGroupServlet
 
deactivate() - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.UpdateUserServlet
 
DeleteAuthorizables - Interface in org.apache.sling.jackrabbit.usermanager
The DeleteAuthorizables service api.
deleteAuthorizables(Session, Resource, String[], List<Modification>) - Method in interface org.apache.sling.jackrabbit.usermanager.DeleteAuthorizables
Deletes one or more users or groups from the repository
deleteAuthorizables(Session, Resource, String[], List<Modification>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.DeleteAuthorizableServlet
 
DeleteAuthorizableServlet - Class in org.apache.sling.jackrabbit.usermanager.impl.post
Rest Service Description
DeleteAuthorizableServlet() - Constructor for class org.apache.sling.jackrabbit.usermanager.impl.post.DeleteAuthorizableServlet
 
DeleteGroup - Interface in org.apache.sling.jackrabbit.usermanager
The DeleteGroup service api.
deleteGroup(Session, String, List<Modification>) - Method in interface org.apache.sling.jackrabbit.usermanager.DeleteGroup
Deletes a group from the repository
deleteGroup(Session, String, List<Modification>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.DeleteAuthorizableServlet
 
DeleteUser - Interface in org.apache.sling.jackrabbit.usermanager
The DeleteUser service api.
deleteUser(Session, String, List<Modification>) - Method in interface org.apache.sling.jackrabbit.usermanager.DeleteUser
Deletes a user from the repository
deleteUser(Session, String, List<Modification>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.DeleteAuthorizableServlet
 
doPost(SlingHttpServletRequest, SlingHttpServletResponse) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractPostServlet
 

E

entrySet() - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap
 
externalizePath(SlingHttpServletRequest, String) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractPostServlet
Returns an external form of the given path prepending the context path and appending a display extension.

G

get(String, Class<T>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap
 
get(String, T) - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap
 
get(Object) - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap
 
getAdapter(Object, Class<AdapterType>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.AuthorizableAdapterFactory
 
getItemPath(SlingHttpServletRequest) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractPostServlet
Returns the path of the resource of the request as the item path.
getPath() - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableResource
 
getRedirectUrl(HttpServletRequest, AbstractPostResponse) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractPostServlet
getRedirectUrl(HttpServletRequest, PostResponse) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractPostServlet
compute redirect URL (SLING-126)
getResource(ResolveContext<Object>, String, ResourceContext, Resource) - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableResourceProvider
 
getResourceMetadata() - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableResource
 
getResourceResolver() - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableResource
 
getResourceSuperType() - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableResource
 
getResourceType() - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableResource
 

H

handleOperation(SlingHttpServletRequest, AbstractPostResponse, List<Modification>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractPostServlet
handleOperation(SlingHttpServletRequest, PostResponse, List<Modification>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractPostServlet
Extending Servlet should implement this operation to do the work
handleOperation(SlingHttpServletRequest, PostResponse, List<Modification>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.ChangeUserPasswordServlet
 
handleOperation(SlingHttpServletRequest, PostResponse, List<Modification>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.CreateGroupServlet
 
handleOperation(SlingHttpServletRequest, PostResponse, List<Modification>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.CreateUserServlet
 
handleOperation(SlingHttpServletRequest, PostResponse, List<Modification>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.DeleteAuthorizableServlet
 
handleOperation(SlingHttpServletRequest, PostResponse, List<Modification>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.UpdateGroupServlet
 
handleOperation(SlingHttpServletRequest, PostResponse, List<Modification>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.UpdateUserServlet
 
hasItemPathPrefix(String) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractAuthorizablePostServlet
 

I

isEmpty() - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap
 
isSetStatus(SlingHttpServletRequest) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractPostServlet
 

K

keySet() - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap
 

L

LazyInputStream(Value) - Constructor for class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap.LazyInputStream
 
listChildren(ResolveContext<Object>, Resource) - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableResourceProvider
 

M

mark(int) - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap.LazyInputStream
 
markSupported() - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap.LazyInputStream
 

O

org.apache.sling.jackrabbit.usermanager - package org.apache.sling.jackrabbit.usermanager
 
org.apache.sling.jackrabbit.usermanager.impl - package org.apache.sling.jackrabbit.usermanager.impl
 
org.apache.sling.jackrabbit.usermanager.impl.post - package org.apache.sling.jackrabbit.usermanager.impl.post
 
org.apache.sling.jackrabbit.usermanager.impl.resource - package org.apache.sling.jackrabbit.usermanager.impl.resource
 

P

processDeletes(Authorizable, Collection<RequestProperty>, List<Modification>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractAuthorizablePostServlet
Removes all properties listed as RequestProperty.isDelete() from the authorizable.
PROP_DATE_FORMAT - Static variable in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractAuthorizablePostServlet
 
put(String, Object) - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap
 
putAll(Map<? extends String, ? extends Object>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap
 

R

read() - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap.LazyInputStream
 
read(byte[]) - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap.LazyInputStream
 
read(byte[], int, int) - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap.LazyInputStream
 
read(String) - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap
 
readFully() - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap
 
remove(Object) - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap
 
requireItemPathPrefix(Map<String, ?>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractAuthorizablePostServlet
 
reset() - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap.LazyInputStream
 

S

size() - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap
 
skip(long) - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap.LazyInputStream
 
SYSTEM_USER_MANAGER_GROUP_PATH - Static variable in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableResourceProvider
 
SYSTEM_USER_MANAGER_GROUP_PREFIX - Static variable in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableResourceProvider
 
SYSTEM_USER_MANAGER_PATH - Static variable in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableResourceProvider
 
SYSTEM_USER_MANAGER_USER_PATH - Static variable in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableResourceProvider
 
SYSTEM_USER_MANAGER_USER_PREFIX - Static variable in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableResourceProvider
 

T

toJavaObject(Value) - Static method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap
Converts a JCR Value to a corresponding Java Object
toString() - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableResource
 
toString() - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap
Reads the authorizable map completely and returns the string representation of the cached properties.

U

unbindPostResponseCreator(PostResponseCreator, Map<String, Object>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractPostServlet
Unbind a post response creator
unbindPostResponseCreator(PostResponseCreator, Map<String, Object>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.ChangeUserPasswordServlet
 
unbindPostResponseCreator(PostResponseCreator, Map<String, Object>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.CreateGroupServlet
 
unbindPostResponseCreator(PostResponseCreator, Map<String, Object>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.CreateUserServlet
 
unbindPostResponseCreator(PostResponseCreator, Map<String, Object>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.DeleteAuthorizableServlet
 
unbindPostResponseCreator(PostResponseCreator, Map<String, Object>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.UpdateGroupServlet
 
unbindPostResponseCreator(PostResponseCreator, Map<String, Object>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.UpdateUserServlet
 
updateGroup(Session, String, Map<String, ?>, List<Modification>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.UpdateGroupServlet
 
UpdateGroup - Interface in org.apache.sling.jackrabbit.usermanager
The UpdateGroup service api.
updateGroup(Session, String, Map<String, ?>, List<Modification>) - Method in interface org.apache.sling.jackrabbit.usermanager.UpdateGroup
Update a group in the repository
updateGroupMembership(Resource, Map<String, ?>, Authorizable, List<Modification>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractGroupPostServlet
Update the group membership based on the ":member" request parameters.
UpdateGroupServlet - Class in org.apache.sling.jackrabbit.usermanager.impl.post
Sling Post Operation implementation for updating a group in the jackrabbit UserManager.
UpdateGroupServlet() - Constructor for class org.apache.sling.jackrabbit.usermanager.impl.post.UpdateGroupServlet
 
updateUser(Session, String, Map<String, ?>, List<Modification>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.UpdateUserServlet
 
UpdateUser - Interface in org.apache.sling.jackrabbit.usermanager
The UpdateUser service api.
updateUser(Session, String, Map<String, ?>, List<Modification>) - Method in interface org.apache.sling.jackrabbit.usermanager.UpdateUser
Update a user in the repository
UpdateUserServlet - Class in org.apache.sling.jackrabbit.usermanager.impl.post
Sling Post Operation implementation for updating a user in the jackrabbit UserManager.
UpdateUserServlet() - Constructor for class org.apache.sling.jackrabbit.usermanager.impl.post.UpdateUserServlet
 

V

values() - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap
 
valuesToJavaObject(Value[]) - Method in class org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableValueMap
 

W

writeContent(Session, Authorizable, Collection<RequestProperty>, List<Modification>) - Method in class org.apache.sling.jackrabbit.usermanager.impl.post.AbstractAuthorizablePostServlet
Writes back the content
A B C D E G H I K L M O P R S T U V W 
Skip navigation links

Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.