Class SupportedPrivilege

  • All Implemented Interfaces:
    XmlSerializable

    public class SupportedPrivilege
    extends java.lang.Object
    implements XmlSerializable
    SupportedPrivilege...
    • Constructor Detail

      • SupportedPrivilege

        public SupportedPrivilege​(Privilege privilege,
                                  java.lang.String description,
                                  java.lang.String descriptionLanguage,
                                  boolean isAbstract,
                                  SupportedPrivilege[] supportedPrivileges)
        Parameters:
        privilege -
        description -
        descriptionLanguage -
        isAbstract -
        supportedPrivileges -
    • Method Detail

      • toXml

        public org.w3c.dom.Element toXml​(org.w3c.dom.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.
        Specified by:
        toXml in interface XmlSerializable
        Parameters:
        document - to be used as factory.
        Returns:
        a w3c element representing this object
        See Also:
        XmlSerializable.toXml(Document)
      • getPrivilege

        public Privilege getPrivilege()
      • isAbstract

        public boolean isAbstract()