Interface ClientX509CertificateBindingVerifier<T>

    • Method Detail

      • verifyCertificateBinding

        void verifyCertificateBinding​(ClientID clientID,
                                      String subjectDN,
                                      Context<T> context)
                               throws InvalidClientException
        Deprecated.
        Verifies that the specified X.509 certificate subject DN binds to the claimed client ID.
        Parameters:
        clientID - The claimed client ID. Not null.
        subjectDN - The X.509 certificate subject DN. Not null.
        context - Additional context. May be null.
        Throws:
        InvalidClientException - If client ID and subject DN don't bind or are invalid.