public class JcrSupportedPrivilegesProperty extends Object
Type | Property and Description |
---|---|
SupportedPrivilegeSetProperty |
asDav
Calculated the supported privileges at
absPath and build a
SupportedPrivilegeSetProperty
from the result. |
Constructor and Description |
---|
JcrSupportedPrivilegesProperty(javax.jcr.Session session)
Build supported privileges for the jcr:all privilege.
|
JcrSupportedPrivilegesProperty(javax.jcr.Session session,
String absPath) |
Modifier and Type | Method and Description |
---|---|
SupportedPrivilegeSetProperty |
asDavProperty()
Calculated the supported privileges at
absPath and build a
SupportedPrivilegeSetProperty
from the result. |
absPath
and build a
SupportedPrivilegeSetProperty
from the result.SupportedPrivilegeSetProperty
property.javax.jcr.RepositoryException
public JcrSupportedPrivilegesProperty(javax.jcr.Session session) throws javax.jcr.RepositoryException
session
- The reading sessionjavax.jcr.RepositoryException
public JcrSupportedPrivilegesProperty(javax.jcr.Session session, String absPath)
session
- The reading sessionabsPath
- An absolute path to an existing JCR node or null
.public SupportedPrivilegeSetProperty asDavProperty() throws javax.jcr.RepositoryException
absPath
and build a
SupportedPrivilegeSetProperty
from the result.SupportedPrivilegeSetProperty
property.javax.jcr.RepositoryException
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.