public interface UserManagementService
| Modifier and Type | Method and Description |
|---|---|
String |
getAnonymousId() |
String |
getAuthorizableRootPath() |
String |
getEveryoneName() |
String |
getGroupRootPath() |
UserManager |
getUserManager(Session session)
Retrieve the
UserManager associated with the given session. |
String |
getUserRootPath() |
UserManager getUserManager(Session session) throws UnsupportedOperationException, RepositoryException
UserManager associated with the given session. This
method is a shortcut for calling JackrabbitSession.getUserManager().session - The editing session.UserManager associated with the given session.UnsupportedOperationException - If the specified session is not
an JackrabbitSession.javax.jcr.RepositoryException - If an error occurs or if the JCR
repository doesn't support user managent.RepositoryExceptionString getAuthorizableRootPath()
String getUserRootPath()
String getGroupRootPath()
String getAnonymousId()
String getEveryoneName()
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"