- 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
-