Interface AttributeStatement

All Superinterfaces:
SAMLObject, Statement, XMLObject
All Known Implementing Classes:
AttributeStatementImpl

public interface AttributeStatement extends Statement
SAML 2.0 Core AttributeStatement.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

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

      @Nonnull static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

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

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

    • getAttributes

      @Nonnull @Live List<Attribute> getAttributes()
      Gets the attributes expressed in this statement.
      Returns:
      the attributes expressed in this statement
    • getEncryptedAttributes

      @Nonnull @Live List<EncryptedAttribute> getEncryptedAttributes()
      Gets the encrypted attributes expressed in this statement.
      Returns:
      the encrypted attributes expressed in this statement