Interface AttributeQuery

All Superinterfaces:
RequestAbstractType, SAMLObject, SignableSAMLObject, SignableXMLObject, SubjectQuery, XMLObject
All Known Implementing Classes:
AttributeQueryImpl

public interface AttributeQuery extends SubjectQuery
SAML 2.0 AttributeQuery.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • DEFAULT_ELEMENT_NAME

      static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
  • Method Details

    • getAttributes

      List<Attribute> getAttributes()
      Gets the Attributes of this query.
      Returns:
      the list of Attributes of this query