Class BindOperation

java.lang.Object
org.opends.server.types.Operation
org.opends.server.core.BindOperation
All Implemented Interfaces:
PluginOperation, PostCommitOperation, PostOperationBindOperation, PostOperationOperation, PostResponseBindOperation, PostResponseOperation, PreOperationBindOperation, PreOperationOperation, PreParseBindOperation, PreParseOperation

This class defines an operation that may be used to authenticate a user to the Directory Server. Note that for security restrictions, response messages that may be returned to the client must be carefully cleaned to ensure that they do not provide a malicious client with information that may be useful in an attack. This does impact the debuggability of the server, but that can be addressed by calling the setAuthFailureReason(LocalizableMessage) method, which can provide a reason for a failure in a form that will not be returned to the client but may be written to a log file.