Interface BindRequestAccessLogMessage

    • Method Detail

      • getDN

        @Nullable
        java.lang.String getDN()
        Retrieves the DN of the user attempting to bind. This value may not be useful for authentication types other than "SIMPLE".
        Returns:
        The DN of the user attempting to bind, or null if it is not included in the log message.
      • getProtocolVersion

        @Nullable
        java.lang.String getProtocolVersion()
        Retrieves the protocol version for the bind request.
        Returns:
        The protocol version for the bind request, or null if it is not included in the log message.
      • getSASLMechanismName

        @Nullable
        java.lang.String getSASLMechanismName()
        Retrieves the name of the requested SASL mechanism. This should only be included for SASL bind attempts.
        Returns:
        The name of the requested SASL mechanism, or null if it is not included in the log message.