Interface ClientCertificateAccessLogMessage

    • Method Detail

      • getPeerSubjectDN

        @Nullable
        java.lang.String getPeerSubjectDN()
        Retrieves the subject of the peer certificate.
        Returns:
        The subject of the peer certificate, or null if it is not included in the log message.
      • getIssuerSubjectDNs

        @NotNull
        java.util.List<java.lang.String> getIssuerSubjectDNs()
        Retrieves the subject of the issuer certificate.
        Returns:
        The subject of the issuer certificate, or an empty list if it is not included in the log message.
      • getAutoAuthenticatedAsDN

        @Nullable
        java.lang.String getAutoAuthenticatedAsDN()
        Retrieves the DN of the user that was automatically authenticated by the client certificate.
        Returns:
        The Dn of the user that was automatically authenticated by the client certificate, or null if it is not included in the log message.