Class QueryDescriptorTypeImpl

All Implemented Interfaces:
AttributeExtensibleXMLObject, XMLObject, SAMLObject, SignableSAMLObject, QueryDescriptorType, CacheableSAMLObject, TimeBoundSAMLObject, RoleDescriptor, SignableXMLObject
Direct Known Subclasses:
AttributeQueryDescriptorTypeImpl, AuthnQueryDescriptorTypeImpl, AuthzDecisionQueryDescriptorTypeImpl

public abstract class QueryDescriptorTypeImpl
extends RoleDescriptorImpl
implements QueryDescriptorType
Concrete implementation of QueryDescriptorType.
  • Field Details

  • Constructor Details

    • QueryDescriptorTypeImpl

      protected QueryDescriptorTypeImpl​(String namespaceURI, String elementLocalName, String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details

    • getWantAssertionsSigned

      public Boolean getWantAssertionsSigned()
      Gets whether assertions to this endpoint should be signed.
      Specified by:
      getWantAssertionsSigned in interface QueryDescriptorType
      Returns:
      whether assertions to this endpoint should be signed
    • setWantAssertionsSigned

      public void setWantAssertionsSigned​(Boolean newWantAssertionsSigned)
      Sets whether assertions to this endpoint should be signed.
      Specified by:
      setWantAssertionsSigned in interface QueryDescriptorType
      Parameters:
      newWantAssertionsSigned - whether assertions to this endpoint should be signed
    • getWantAssertionsSignedXSBoolean

      public XSBooleanValue getWantAssertionsSignedXSBoolean()
      Gets whether assertions to this endpoint should be signed.
      Specified by:
      getWantAssertionsSignedXSBoolean in interface QueryDescriptorType
      Returns:
      whether assertions to this endpoint should be signed
    • setWantAssertionsSigned

      public void setWantAssertionsSigned​(XSBooleanValue wantAssertionSigned)
      Sets whether assertions to this endpoint should be signed.
      Specified by:
      setWantAssertionsSigned in interface QueryDescriptorType
      Parameters:
      wantAssertionSigned - whether assertions to this endpoint should be signed
    • getNameIDFormat

      public List<NameIDFormat> getNameIDFormat()
      Gets the list of name ID formats supported by this query service.
      Specified by:
      getNameIDFormat in interface QueryDescriptorType
      Returns:
      the list of name ID formats supported by this query service
    • getOrderedChildren

      public List<XMLObject> getOrderedChildren()
      Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
      Specified by:
      getOrderedChildren in interface XMLObject
      Overrides:
      getOrderedChildren in class RoleDescriptorImpl
      Returns:
      ordered list of child elements