Interface QueryDescriptorType

    • Field Detail

      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
      • WANT_ASSERTIONS_SIGNED_ATTRIB_NAME

        static final String WANT_ASSERTIONS_SIGNED_ATTRIB_NAME
        "WantAssertionSigned" attribute's local name.
        See Also:
        Constant Field Values
    • Method Detail

      • getWantAssertionsSigned

        Boolean getWantAssertionsSigned()
        Gets whether assertions to this endpoint should be signed.
        Returns:
        whether assertions to this endpoint should be signed
      • getWantAssertionsSignedXSBoolean

        org.opensaml.core.xml.schema.XSBooleanValue getWantAssertionsSignedXSBoolean()
        Gets whether assertions to this endpoint should be signed.
        Returns:
        whether assertions to this endpoint should be signed
      • setWantAssertionsSigned

        void setWantAssertionsSigned​(Boolean newWantAssertionsSigned)
        Sets whether assertions to this endpoint should be signed.
        Parameters:
        newWantAssertionsSigned - whether assertions to this endpoint should be signed
      • setWantAssertionsSigned

        void setWantAssertionsSigned​(org.opensaml.core.xml.schema.XSBooleanValue newWantAssertionsSigned)
        Sets whether assertions to this endpoint should be signed.
        Parameters:
        newWantAssertionsSigned - whether assertions to this endpoint should be signed
      • getNameIDFormat

        List<NameIDFormat> getNameIDFormat()
        Gets the list of name ID formats supported by this query service.
        Returns:
        the list of name ID formats supported by this query service