public interface JackrabbitSession
JackrabbitSession
...Modifier and Type | Method and Description |
---|---|
PrincipalManager |
getPrincipalManager()
Returns the
PrincipalManager for the current Session . |
UserManager |
getUserManager()
Returns the
UserManager for the current Session . |
PrincipalManager getPrincipalManager() throws AccessDeniedException, UnsupportedRepositoryOperationException, RepositoryException
PrincipalManager
for the current Session
.PrincipalManager
associated with this Session
.AccessDeniedException
- If the session lacks privileges to access
the principal manager or principals in general.UnsupportedRepositoryOperationException
- If principal management
is not supported.RepositoryException
- If another error occurs.PrincipalManager
UserManager getUserManager() throws AccessDeniedException, UnsupportedRepositoryOperationException, RepositoryException
UserManager
for the current Session
.UserManager
associated with this Session
.javax.jcr.AccessDeniedException
- If this session is not allowed to
to access user data.UnsupportedRepositoryOperationException
- If user management is
not supported.javax.jcr.RepositoryException
- If another error occurs.AccessDeniedException
RepositoryException
UserManager
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"