public class JcrSupportedPrivilegesProperty extends Object
| Type | Property and Description |
|---|---|
org.apache.jackrabbit.webdav.security.SupportedPrivilegeSetProperty |
asDav
Calculated the supported privileges at
absPath and build a
SupportedPrivilegeSetProperty
from the result. |
| Constructor and Description |
|---|
JcrSupportedPrivilegesProperty(Session session)
Build supported privileges for the jcr:all privilege.
|
JcrSupportedPrivilegesProperty(Session session,
String absPath) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jackrabbit.webdav.security.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.RepositoryExceptionpublic JcrSupportedPrivilegesProperty(Session session) throws RepositoryException
session - The reading sessionRepositoryExceptionpublic org.apache.jackrabbit.webdav.security.SupportedPrivilegeSetProperty asDavProperty()
throws RepositoryException
absPath and build a
SupportedPrivilegeSetProperty
from the result.SupportedPrivilegeSetProperty property.RepositoryExceptionCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.