Class SAMLContext

    • Field Detail

      • assertion

        @Nullable
        private Assertion assertion
        The assertion to be validated.
    • Constructor Detail

      • SAMLContext

        public SAMLContext()
    • Method Detail

      • getAssertion

        @Nullable
        public Assertion getAssertion()
        Gets the assertion to be validated.
        Returns:
        the assertion to be validated
      • setAssertion

        @Nonnull
        public SAMLContext setAssertion​(@Nullable
                                        Assertion newAssertion)
        Sets the assertion to be validated.
        Parameters:
        newAssertion - assertion to be validated
        Returns:
        this context