Interface SAML2ResponseValidator

    • Method Detail

      • validate

        Credentials validate​(SAML2MessageContext context)
        Validates the SAML protocol response and the SAML SSO response. The method decrypt encrypted assertions if any.
        Parameters:
        context - the context
        Returns:
        the SAML credentials
      • setMaximumAuthenticationLifetime

        void setMaximumAuthenticationLifetime​(int maximumAuthenticationLifetime)
      • setAcceptedSkew

        void setAcceptedSkew​(int acceptedSkew)