@NotExtensible @ThreadSafety(level=INTERFACE_THREADSAFE) public interface BindResultAccessLogMessage extends OperationResultAccessLogMessage, BindForwardAccessLogMessage
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.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthenticationDN()
Retrieves the DN of the user authenticated by the bind operation.
|
java.lang.Long |
getAuthenticationFailureID()
Retrieves the numeric identifier for the authentication failure reason.
|
java.lang.String |
getAuthenticationFailureMessage()
Retrieves a message with information about the reason that the
authentication attempt failed.
|
java.lang.String |
getAuthenticationFailureName()
Retrieves the name for the authentication failure reason.
|
java.lang.String |
getAuthorizationDN()
Retrieves the DN of the alternate authorization identity for the bind
operation.
|
java.lang.String |
getClientConnectionPolicy()
Retrieves the name of the client connection policy that was selected for
the client connection.
|
java.lang.Boolean |
getRetiredPasswordUsed()
Indicates whether a retired password was used in the course of processing
the bind.
|
getAdditionalInformation, getDiagnosticMessage, getIntermediateResponsesReturned, getMatchedDN, getMissingPrivileges, getPreAuthorizationUsedPrivileges, getProcessingTimeMillis, getReferralURLs, getResponseControlOIDs, getResultCode, getServersAccessed, getUncachedDataAccessed, getUsedPrivileges, getWorkQueueWaitTimeMillis
getTargetHost, getTargetPort, getTargetProtocol
getAuthenticationType, getDN, getProtocolVersion, getSASLMechanismName
getAdministrativeOperationMessage, getMessageID, getOperationID, getOperationType, getOrigin, getRequestControlOIDs, getRequesterDN, getRequesterIPAddress, getTriggeredByConnectionID, getTriggeredByOperationID, getUsingAdminSessionWorkerThread
getConnectionID, getInstanceName, getMessageType, getProductName, getStartupID, getThreadID
getBoolean, getDouble, getFields, getGeneralizedTime, getInteger, getLong, getRFC3339Timestamp, getString, getTimestamp, toString
@Nullable java.lang.String getAuthenticationDN()
null
if it is not included in the log message.@Nullable java.lang.String getAuthorizationDN()
null
if it is not included in the log
message.@Nullable java.lang.Long getAuthenticationFailureID()
null
if it is not included in the log message.@Nullable java.lang.String getAuthenticationFailureName()
null
if
it is not included in the log message.@Nullable java.lang.String getAuthenticationFailureMessage()
null
if it is not
included in the log message.@Nullable java.lang.Boolean getRetiredPasswordUsed()
true
if a retired password was used in the course of
processing the bind, false
if a retired password was not
used in the course of processing the bind, or null
if
this was not included in the log message (and a retired password
was likely not used in the course of processing the operation).@Nullable java.lang.String getClientConnectionPolicy()
null
if it is not included in the
log message.