org.opends.server.workflowelement.localbackend
Class LocalBackendBindOperation

java.lang.Object
  extended by org.opends.server.core.OperationWrapper
      extended by org.opends.server.core.BindOperationWrapper
          extended by org.opends.server.workflowelement.localbackend.LocalBackendBindOperation
All Implemented Interfaces:
BindOperation, Operation, PluginOperation, PostOperationBindOperation, PostOperationOperation, PostResponseBindOperation, PreOperationBindOperation, PreOperationOperation

public class LocalBackendBindOperation
extends BindOperationWrapper
implements PreOperationBindOperation, PostOperationBindOperation, PostResponseBindOperation

This class defines an operation used to bind against the Directory Server, with the bound user entry within a local backend.


Field Summary
 
Fields inherited from interface org.opends.server.types.Operation
LOCALBACKENDOPERATIONS
 
Constructor Summary
LocalBackendBindOperation(BindOperation bind)
          Creates a new operation that may be used to bind where the bound user entry is stored in a local backend of the Directory Server.
 
Method Summary
 
Methods inherited from class org.opends.server.core.BindOperationWrapper
getAuthenticationInfo, getAuthenticationType, getAuthFailureReason, getBindDN, getProtocolVersion, getRawBindDN, getSASLAuthUserEntry, getSASLCredentials, getSASLMechanism, getServerSASLCredentials, getSimplePassword, getUserEntryDN, setAuthenticationInfo, setAuthFailureReason, setProtocolVersion, setRawBindDN, setSASLAuthUserEntry, setSASLCredentials, setServerSASLCredentials, setSimplePassword, setUserEntryDN, toString
 
Methods inherited from class org.opends.server.core.OperationWrapper
abort, addRequestControl, addResponseControl, appendAdditionalLogMessage, appendErrorMessage, cancel, checkIfCanceled, disconnectClient, dontSynchronize, getAdditionalLogMessage, getAttachment, getAttachments, getAuthorizationDN, getAuthorizationEntry, getCancelRequest, getCancelResult, getClientConnection, getCommonLogElements, getConnectionID, getErrorMessage, getMatchedDN, getMessageID, getOperationID, getOperationType, getProcessingNanoTime, getProcessingStartTime, getProcessingStopTime, getProcessingTime, getReferralURLs, getRequestControls, getRequestLogElements, getResponseControls, getResponseLogElements, getResultCode, isInternalOperation, isSynchronizationOperation, operationCompleted, removeAttachment, removeRequestControl, removeResponseControl, setAdditionalLogMessage, setAttachment, setAttachments, setAuthorizationEntry, setDontSynchronize, setErrorMessage, setInternalOperation, setMatchedDN, setReferralURLs, setResponseData, setResultCode, setSynchronizationOperation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opends.server.types.operation.PreOperationBindOperation
getAuthenticationType, getBindDN, getProtocolVersion, getRawBindDN, getSASLCredentials, getSASLMechanism, getSimplePassword, getUserEntryDN, setAuthFailureReason, setServerSASLCredentials
 
Methods inherited from interface org.opends.server.types.operation.PreOperationOperation
addResponseControl, appendAdditionalLogMessage, appendErrorMessage, getAdditionalLogMessage, getAuthorizationDN, getErrorMessage, removeResponseControl, setAdditionalLogMessage, setErrorMessage
 
Methods inherited from interface org.opends.server.types.operation.PostOperationBindOperation
getAuthenticationType, getAuthFailureReason, getBindDN, getProtocolVersion, getRawBindDN, getSASLAuthUserEntry, getSASLCredentials, getSASLMechanism, getServerSASLCredentials, getSimplePassword, getUserEntryDN, setAuthFailureReason, setServerSASLCredentials
 
Methods inherited from interface org.opends.server.types.operation.PostResponseBindOperation
getAuthenticationType, getAuthFailureReason, getBindDN, getProtocolVersion, getRawBindDN, getSASLAuthUserEntry, getSASLCredentials, getSASLMechanism, getServerSASLCredentials, getSimplePassword, getUserEntryDN
 
Methods inherited from interface org.opends.server.types.operation.PostOperationOperation
addResponseControl, appendAdditionalLogMessage, appendErrorMessage, getAdditionalLogMessage, getAuthorizationDN, getErrorMessage, getMatchedDN, getReferralURLs, getResultCode, removeResponseControl, setAdditionalLogMessage, setErrorMessage, setMatchedDN, setReferralURLs, setResponseData, setResultCode
 
Methods inherited from interface org.opends.server.types.operation.PluginOperation
checkIfCanceled, disconnectClient, getAttachment, getAttachments, getClientConnection, getConnectionID, getMessageID, getOperationID, getOperationType, getProcessingStartTime, getRequestControls, getResponseControls, isInternalOperation, isSynchronizationOperation, removeAttachment, setAttachment, toString, toString
 
Methods inherited from interface org.opends.server.types.Operation
abort, addRequestControl, addResponseControl, appendAdditionalLogMessage, appendErrorMessage, cancel, checkIfCanceled, disconnectClient, dontSynchronize, getAdditionalLogMessage, getAttachment, getAttachments, getAuthorizationDN, getAuthorizationEntry, getCancelRequest, getCancelResult, getClientConnection, getCommonLogElements, getConnectionID, getErrorMessage, getMatchedDN, getMessageID, getOperationID, getOperationType, getProcessingNanoTime, getProcessingStartTime, getProcessingStopTime, getProcessingTime, getReferralURLs, getRequestControls, getRequestLogElements, getResponseControls, getResponseLogElements, getResultCode, isInternalOperation, isSynchronizationOperation, operationCompleted, removeAttachment, removeRequestControl, removeResponseControl, setAdditionalLogMessage, setAttachment, setAttachments, setAuthorizationEntry, setDontSynchronize, setErrorMessage, setInternalOperation, setMatchedDN, setReferralURLs, setResponseData, setResultCode, setSynchronizationOperation, toString
 

Constructor Detail

LocalBackendBindOperation

public LocalBackendBindOperation(BindOperation bind)
Creates a new operation that may be used to bind where the bound user entry is stored in a local backend of the Directory Server.

Parameters:
bind - The operation to enhance.