Class JcrSupportedPrivilegesProperty
- java.lang.Object
-
- org.apache.jackrabbit.webdav.jcr.security.JcrSupportedPrivilegesProperty
-
public class JcrSupportedPrivilegesProperty extends Object
JcrSupportedPrivilegesProperty...
-
-
Constructor Summary
Constructors Constructor Description JcrSupportedPrivilegesProperty(Session session)
Build supported privileges for the jcr:all privilege.JcrSupportedPrivilegesProperty(Session session, String absPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SupportedPrivilegeSetProperty
asDavProperty()
Calculated the supported privileges atabsPath
and build aSupportedPrivilegeSetProperty
from the result.
-
-
-
Constructor Detail
-
JcrSupportedPrivilegesProperty
public JcrSupportedPrivilegesProperty(Session session) throws RepositoryException
Build supported privileges for the jcr:all privilege.- Parameters:
session
- The reading session- Throws:
RepositoryException
-
-
Method Detail
-
asDavProperty
public SupportedPrivilegeSetProperty asDavProperty() throws RepositoryException
Calculated the supported privileges atabsPath
and build aSupportedPrivilegeSetProperty
from the result.- Returns:
- a new
SupportedPrivilegeSetProperty
property. - Throws:
RepositoryException
-
-