Class SAML20AssertionToken

    • Field Detail

      • subjectConfirmation

        private SubjectConfirmation subjectConfirmation
        Get the successfully attested SubjectConfirmation.
    • Constructor Detail

      • SAML20AssertionToken

        public SAML20AssertionToken​(@Nonnull
                                    Assertion token)
        Constructor.
        Parameters:
        token - the wrapped token
    • Method Detail

      • getSubjectConfirmation

        @Nullable
        public SubjectConfirmation getSubjectConfirmation()
        Get the successfully attested SubjectConfirmation.
        Returns:
        the attested SubjectConfirmation
      • setSubjectConfirmation

        public void setSubjectConfirmation​(@Nullable
                                           SubjectConfirmation newSubjectConfirmation)
        Set the successfully attested SubjectConfirmation.
        Parameters:
        newSubjectConfirmation - the new attested SubjectConfirmation