Class AbstractSecurityReport

    • Constructor Detail

      • AbstractSecurityReport

        public AbstractSecurityReport()
    • Method Detail

      • isMultiStatusReport

        public boolean isMultiStatusReport()
        Always returns true.
        Returns:
        true
      • init

        public void init​(DavResource resource,
                         ReportInfo info)
                  throws DavException
        Checks if the given resource and report info are not null, that the requested report type matches this implementation and that no other Depth header than 0 is present.
        Parameters:
        resource -
        info -
        Throws:
        DavException
      • toXml

        public Element toXml​(Document document)
        Description copied from interface: XmlSerializable
        Returns the xml representation of the implementing object as Element. The given Document is used as factory and represents the owner document of the returned DOM element.
        Parameters:
        document - to be used as factory.
        Returns:
        DAV:multistatus element listing the matching resources.
        See Also:
        XmlSerializable.toXml(Document)