@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class SearchReferenceAccessLogMessage extends SearchRequestAccessLogMessage
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.
Constructor and Description |
---|
SearchReferenceAccessLogMessage(LogMessage m)
Creates a new search result reference access log message from the provided
log message.
|
SearchReferenceAccessLogMessage(java.lang.String s)
Creates a new search result reference access log message from the provided
message string.
|
Modifier and Type | Method and Description |
---|---|
AccessLogMessageType |
getMessageType()
Retrieves the message type for this access log message.
|
java.util.List<java.lang.String> |
getReferralURLs()
Retrieves the list of referral URLs returned to the client.
|
java.util.List<java.lang.String> |
getResponseControlOIDs()
Retrieves the OIDs of any response controls contained in the log message.
|
getBaseDN, getDereferencePolicy, getFilter, getOperationType, getParsedFilter, getRequestedAttributes, getScope, getSizeLimit, getTimeLimit, typesOnly
getIntermediateClientRequest, getOperationPurpose, getRequestControlOIDs, getRequesterDN, getRequesterIPAddress, usingAdminSessionWorkerThread
getMessageID, getOperationID, getOrigin, getTriggeredByConnectionID, getTriggeredByOperationID
getConnectionID, getInstanceName, getProductName, getStartupID, parse
getNamedValue, getNamedValueAsBoolean, getNamedValueAsDouble, getNamedValueAsInteger, getNamedValueAsLong, getNamedValues, getTimestamp, getUnnamedValues, hasUnnamedValue, toString
public SearchReferenceAccessLogMessage(@NotNull java.lang.String s) throws LogException
s
- The string to be parsed as a search result reference access log
message.LogException
- If the provided string cannot be parsed as a valid
log message.public SearchReferenceAccessLogMessage(@NotNull LogMessage m)
m
- The log message to be parsed as a search reference access log
message.@NotNull public java.util.List<java.lang.String> getReferralURLs()
@NotNull public java.util.List<java.lang.String> getResponseControlOIDs()
@NotNull public AccessLogMessageType getMessageType()
getMessageType
in class OperationRequestAccessLogMessage