Interface SubjectConfirmation

All Superinterfaces:
ActorBearing, MustUnderstandBearing, SAMLObject, XMLObject
All Known Implementing Classes:
SubjectConfirmationImpl

public interface SubjectConfirmation extends SAMLObject, MustUnderstandBearing, ActorBearing
SAML 2.0 ECP SubjectConfirmation SOAP header.
  • Field Details

  • Method Details

    • getMethod

      @Nullable String getMethod()
      Get the method used to confirm this subject.
      Returns:
      the method used to confirm this subject
    • setMethod

      void setMethod(@Nullable String newMethod)
      Sets the method used to confirm this subject.
      Parameters:
      newMethod - the method used to confirm this subject
    • getSubjectConfirmationData

      @Nullable SubjectConfirmationData getSubjectConfirmationData()
      Gets the data about how this subject was confirmed or constraints on the confirmation.
      Returns:
      the data about how this subject was confirmed or constraints on the confirmation
    • setSubjectConfirmationData

      void setSubjectConfirmationData(@Nullable SubjectConfirmationData newSubjectConfirmationData)
      Sets the data about how this subject was confirmed or constraints on the confirmation.
      Parameters:
      newSubjectConfirmationData - the data about how this subject was confirmed or constraints on the confirmation