Interface Subject

All Superinterfaces:
SAMLObject, XMLObject
All Known Implementing Classes:
SubjectImpl

public interface Subject extends SAMLObject
Interface to describe how the Subject elements 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

    • getNameIdentifier

      @Nullable NameIdentifier getNameIdentifier()
      Get the name identifier.
      Returns:
      the name identifier
    • setNameIdentifier

      void setNameIdentifier(@Nullable NameIdentifier nameIdentifier)
      Set the name identifier.
      Parameters:
      nameIdentifier - the name identifier
    • getSubjectConfirmation

      @Nullable SubjectConfirmation getSubjectConfirmation()
      Get the subject confirmation.
      Returns:
      the subject confirmation
    • setSubjectConfirmation

      void setSubjectConfirmation(@Nullable SubjectConfirmation subjectConfirmation)
      Set the subject confirmation.
      Parameters:
      subjectConfirmation - the subject confirmation