@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, getUsingAdminSessionWorkerThreadgetConnectionID, getInstanceName, getProductName, getStartupID, getThreadIDgetBoolean, getDouble, getFields, getGeneralizedTime, getInteger, getLong, getRFC3339Timestamp, getString, getTimestamp, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAdministrativeOperationMessage, getMessageID, getOperationID, getOrigin, getRequestControlOIDs, getRequesterDN, getRequesterIPAddress, getTriggeredByConnectionID, getTriggeredByOperationID, getUsingAdminSessionWorkerThreadgetConnectionID, getInstanceName, getProductName, getStartupID, getThreadIDgetBoolean, getDouble, getFields, getGeneralizedTime, getInteger, getLong, getRFC3339Timestamp, getString, getTimestamp, toString@NotNull public AccessLogMessageType getMessageType()
getMessageType in interface AccessLogMessagegetMessageType in class TextFormattedRequestAccessLogMessage@NotNull public AccessLogOperationType getOperationType()
getOperationType in interface OperationRequestAccessLogMessage@Nullable public java.lang.String getOID()
getOID in interface IntermediateResponseAccessLogMessagenull if it is
not included in the log message.@Nullable public java.lang.String getResponseName()
getResponseName in interface IntermediateResponseAccessLogMessagenull if it is not included in the log message.@Nullable public java.lang.String getValueString()
getValueString in interface IntermediateResponseAccessLogMessagenull if it is not included in the log message.@NotNull public java.util.Set<java.lang.String> getResponseControlOIDs()
getResponseControlOIDs in interface IntermediateResponseAccessLogMessage