@NotMutable @ThreadSafety(level=INTERFACE_THREADSAFE) public final class TextFormattedIntermediateResponseAccessLogMessage extends TextFormattedRequestAccessLogMessage implements IntermediateResponseAccessLogMessage
NOTE: This class, and other classes within the
com.unboundid.ldap.sdk.unboundidds
package structure, are only
supported for use against Ping Identity, UnboundID, and
Nokia/Alcatel-Lucent 8661 server products. These classes provide support
for proprietary functionality or for external specifications that are not
considered stable or mature enough to be guaranteed to work in an
interoperable way with other types of LDAP servers.
NO_FIELD_NAME
Modifier and Type | Method and Description |
---|---|
AccessLogMessageType |
getMessageType()
Retrieves the message type for this access log message.
|
java.lang.String |
getOID()
Retrieves the OID of the intermediate response.
|
AccessLogOperationType |
getOperationType()
Retrieves the operation type for the associated operation.
|
java.util.Set<java.lang.String> |
getResponseControlOIDs()
Retrieves the OIDs of any response controls contained in the log message.
|
java.lang.String |
getResponseName()
Retrieves a human-readable name for the intermediate response.
|
java.lang.String |
getValueString()
Retrieves a human-readable representation of the intermediate response
value.
|
getAdministrativeOperationMessage, getIntermediateClientRequestControl, getMessageID, getOperationID, getOperationPurposeRequestControl, getOrigin, getRequestControlOIDs, getRequesterDN, getRequesterIPAddress, getTriggeredByConnectionID, getTriggeredByOperationID, getUsingAdminSessionWorkerThread
getConnectionID, getInstanceName, getProductName, getStartupID, getThreadID
getBoolean, getDouble, getFields, getGeneralizedTime, getInteger, getLong, getRFC3339Timestamp, getString, getTimestamp, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAdministrativeOperationMessage, getMessageID, getOperationID, getOrigin, getRequestControlOIDs, getRequesterDN, getRequesterIPAddress, getTriggeredByConnectionID, getTriggeredByOperationID, getUsingAdminSessionWorkerThread
getConnectionID, getInstanceName, getProductName, getStartupID, getThreadID
getBoolean, getDouble, getFields, getGeneralizedTime, getInteger, getLong, getRFC3339Timestamp, getString, getTimestamp, toString
@NotNull public AccessLogMessageType getMessageType()
getMessageType
in interface AccessLogMessage
getMessageType
in class TextFormattedRequestAccessLogMessage
@NotNull public AccessLogOperationType getOperationType()
getOperationType
in interface OperationRequestAccessLogMessage
@Nullable public java.lang.String getOID()
getOID
in interface IntermediateResponseAccessLogMessage
null
if it is
not included in the log message.@Nullable public java.lang.String getResponseName()
getResponseName
in interface IntermediateResponseAccessLogMessage
null
if it is not included in the log message.@Nullable public java.lang.String getValueString()
getValueString
in interface IntermediateResponseAccessLogMessage
null
if it is not included in the log message.@NotNull public java.util.Set<java.lang.String> getResponseControlOIDs()
getResponseControlOIDs
in interface IntermediateResponseAccessLogMessage