public interface UserManagementService
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdminId() |
java.lang.String |
getAnonymousId() |
java.lang.String |
getAuthorizableRootPath() |
java.lang.String |
getEveryoneName() |
java.lang.String |
getGroupRootPath() |
java.lang.String |
getSystemUserRootPath() |
UserManager |
getUserManager(Session session)
Retrieve the
UserManager associated with the given session. |
java.lang.String |
getUserRootPath() |
UserManager getUserManager(Session session) throws java.lang.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.java.lang.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.RepositoryException
java.lang.String getAuthorizableRootPath()
java.lang.String getUserRootPath()
java.lang.String getGroupRootPath()
java.lang.String getSystemUserRootPath()
java.lang.String getAnonymousId()
java.lang.String getAdminId()
java.lang.String getEveryoneName()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"