Interface ConnectAccessLogMessage

    • Method Detail

      • getSourceAddress

        @Nullable
        java.lang.String getSourceAddress()
        Retrieves the source address for the client connection.
        Returns:
        The source address for the client connection, or null if it is not included in the log message.
      • getSourcePort

        @Nullable
        java.lang.Integer getSourcePort()
        Retrieves the source port for the client connection.
        Returns:
        The source port for the client connection, or null if it is not included in the log message.
      • getTargetAddress

        @Nullable
        java.lang.String getTargetAddress()
        Retrieves the server address to which the client connection is established.
        Returns:
        The server address to which the client connection is established, or null if it is not included in the log message.
      • getTargetPort

        @Nullable
        java.lang.Integer getTargetPort()
        Retrieves the target port for the client connection.
        Returns:
        The target port for the client connection, or null if it is not included in the log message.
      • getProtocolName

        @Nullable
        java.lang.String getProtocolName()
        Retrieves the name of the protocol the client is using to communicate with the Directory Server.
        Returns:
        The name of the protocol the client is using to communicate with the Directory Server, or null if it is not included in the log message.
      • getClientConnectionPolicy

        @Nullable
        java.lang.String getClientConnectionPolicy()
        Retrieves the name of the client connection policy that was selected for the client connection.
        Returns:
        The name of the client connection policy that was selected for the client connection, or null if it is not included in the log message.