Interface SubjectStatement

All Superinterfaces:
SAMLObject, Statement, XMLObject
All Known Subinterfaces:
AttributeStatement, AuthenticationStatement, AuthorizationDecisionStatement
All Known Implementing Classes:
AttributeStatementImpl, AuthenticationStatementImpl, AuthorizationDecisionStatementImpl, SubjectStatementImpl

public interface SubjectStatement extends SAMLObject, Statement
Interface to descibe how the anchor point SubjectStatement would work.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      @Nonnull @NotEmpty static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element name, no namespace.
      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

    • getSubject

      @Nullable Subject getSubject()
      Get the Subject of the statement.
      Returns:
      the Subject
    • setSubject

      void setSubject(@Nullable Subject subject)
      Set the Subject of the statement.
      Parameters:
      subject - the Subject