public class JcrPrivilegeReport extends AbstractJcrReport
Report to retrieve the permissions granted to the reading session as defined
by Session.hasPermission(String, String).
NOTE: the name of this report and the names of the privileges are
misleading as they rather correspond to the actions defined by
Session; while the JCR privileges s.str. have only been
specified as of JSR 283 in the Privilege interface.
A better name would have been JcrActionReport
| Modifier and Type | Field and Description |
|---|---|
static org.apache.jackrabbit.webdav.version.report.ReportType |
PRIVILEGES_REPORT
The exportview report type
|
| Constructor and Description |
|---|
JcrPrivilegeReport() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jackrabbit.webdav.version.report.ReportType |
getType()
Returns
PRIVILEGES_REPORT report type. |
void |
init(org.apache.jackrabbit.webdav.DavResource resource,
org.apache.jackrabbit.webdav.version.report.ReportInfo info)
Performs basic validation checks common to all JCR specific reports.
|
boolean |
isMultiStatusReport()
Always returns
true. |
Element |
toXml(Document document)
Creates a Xml document from the generated view.
|
public static final org.apache.jackrabbit.webdav.version.report.ReportType PRIVILEGES_REPORT
public org.apache.jackrabbit.webdav.version.report.ReportType getType()
PRIVILEGES_REPORT report type.PRIVILEGES_REPORTReport.getType()public boolean isMultiStatusReport()
true.Report.isMultiStatusReport()public void init(org.apache.jackrabbit.webdav.DavResource resource,
org.apache.jackrabbit.webdav.version.report.ReportInfo info)
throws org.apache.jackrabbit.webdav.DavException
AbstractJcrReportinit in interface org.apache.jackrabbit.webdav.version.report.Reportinit in class AbstractJcrReportorg.apache.jackrabbit.webdav.DavExceptionReport.init(DavResource, ReportInfo)Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.