|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.core.OperationWrapper
org.opends.server.core.BindOperationWrapper
org.opends.server.workflowelement.localbackend.LocalBackendBindOperation
public class LocalBackendBindOperation
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 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 |
| Constructor Detail |
|---|
public LocalBackendBindOperation(BindOperation bind)
bind - The operation to enhance.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||