Interface IntermediateResponseAccessLogMessage

    • Method Detail

      • getOID

        @Nullable
        java.lang.String getOID()
        Retrieves the OID of the intermediate response.
        Returns:
        The OID of the intermediate response, or null if it is not included in the log message.
      • getResponseName

        @Nullable
        java.lang.String getResponseName()
        Retrieves a human-readable name for the intermediate response.
        Returns:
        A human-readable name for the intermediate response, or null if it is not included in the log message.
      • getValueString

        @Nullable
        java.lang.String getValueString()
        Retrieves a human-readable representation of the intermediate response value.
        Returns:
        A human-readable representation of the intermediate response value, or null if it is not included in the log message.
      • getResponseControlOIDs

        @NotNull
        java.util.Set<java.lang.String> getResponseControlOIDs()
        Retrieves the OIDs of any response controls contained in the log message.
        Returns:
        The OIDs of any response controls contained in the log message, or an empty list if it is not included in the log message.