@ProviderType 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() |
@Nonnull UserManager getUserManager(@Nonnull 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
.RepositoryException
- If an error occurs or if the JCR
repository doesn't support user managent.@Nonnull java.lang.String getAuthorizableRootPath()
@Nonnull java.lang.String getUserRootPath()
@Nonnull java.lang.String getGroupRootPath()
@Nonnull java.lang.String getSystemUserRootPath()
@Nonnull java.lang.String getAnonymousId()
@Nonnull java.lang.String getAdminId()
@Nonnull java.lang.String getEveryoneName()
Copyright © 2010 - 2020 Adobe. All Rights Reserved