Class JcrUserPrivilegesProperty
- java.lang.Object
-
- org.apache.jackrabbit.webdav.jcr.security.JcrUserPrivilegesProperty
-
public class JcrUserPrivilegesProperty extends Object
JcrPrivilegesProperty...
-
-
Constructor Summary
Constructors Constructor Description JcrUserPrivilegesProperty(Session session, String absPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrentUserPrivilegeSetPropertyasDavProperty()
-
-
-
Constructor Detail
-
JcrUserPrivilegesProperty
public JcrUserPrivilegesProperty(Session session, String absPath) throws RepositoryException
- Parameters:
session- The reading sessionabsPath- An absolute path to an existing JCR node ornull.- Throws:
RepositoryException
-
-
Method Detail
-
asDavProperty
public CurrentUserPrivilegeSetProperty asDavProperty() throws RepositoryException
- Throws:
RepositoryException
-
-