Interface CertificatePrincipal

    • Method Detail

      • toPrinicipal

        Principal toPrinicipal​(X509Certificate[] certs)
        Deprecated.
        method kept for backward compatibility. Use toPrincipal(X509Certificate[]) instead.
        Return the Principal associated with the specified chain of X509 client certificates. If there is none, return null.
        Parameters:
        certs - Array of client certificates, with the first one in the array being the certificate of the client itself.
      • toPrincipal

        Principal toPrincipal​(X509Certificate[] certs)
        Return the Principal associated with the specified chain of X509 client certificates. If there is none, return null.
        Parameters:
        certs - Array of client certificates, with the first one in the array being the certificate of the client itself.