|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JackrabbitSession
JackrabbitSession...
| Method Summary | |
|---|---|
PrincipalManager |
getPrincipalManager()
Returns the PrincipalManager for the current Session. |
UserManager |
getUserManager()
Returns the UserManager for the current Session. |
| Methods inherited from interface javax.jcr.Session |
|---|
addLockToken, checkPermission, exportDocumentView, exportDocumentView, exportSystemView, exportSystemView, getAttribute, getAttributeNames, getImportContentHandler, getItem, getLockTokens, getNamespacePrefix, getNamespacePrefixes, getNamespaceURI, getNodeByUUID, getRepository, getRootNode, getUserID, getValueFactory, getWorkspace, hasPendingChanges, impersonate, importXML, isLive, itemExists, logout, move, refresh, removeLockToken, save, setNamespacePrefix |
| Method Detail |
|---|
PrincipalManager getPrincipalManager()
throws AccessDeniedException,
UnsupportedRepositoryOperationException,
RepositoryException
PrincipalManager for the current Session.
AccessDeniedException
UnsupportedRepositoryOperationException - If principal management
is not supported.
RepositoryExceptionPrincipalManager
UserManager getUserManager()
throws AccessDeniedException,
UnsupportedRepositoryOperationException,
RepositoryException
UserManager for the current Session.
AccessDeniedException - If this session is not allowed to
to access user data.
UnsupportedRepositoryOperationException - If user management is
not supported.
RepositoryException - If another error occurs.UserManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||