Interface SAML2ResponseValidator

    • Method Detail

      • validate

        org.pac4j.core.credentials.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
      • setAcceptedSkew

        void setAcceptedSkew​(long acceptedSkew)