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(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable 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