public final class ReplicationClientConnection extends InternalClientConnection
This internal client connection automatically flags all operations as synchronization operations.
The dontSynchronize flag is either set or not, depending on how the client connection is created.
InternalClientConnection.SearchResultCollector
authenticationInfo, bindInProgress, DEFAULT_WRITE_TIME_LIMIT_MS, saslBindInProgress, startTLSInProgress
Modifier and Type | Method and Description |
---|---|
static org.forgerock.opendj.ldap.Connection |
getReplicationRepairRootConnection()
Retrieves a shared internal client connection that is authenticated as a root user and flags all operations as
synchronized operations but with the dontSynchronize flag.
|
static org.forgerock.opendj.ldap.Connection |
getReplicationReplayRootConnection()
Retrieves a shared internal client connection that is authenticated as a root user and flags all operations as
synchronized operation.
|
asConnection, disconnect, getClientAddress, getClientPort, getConnectionHandler, getConnectionID, getLocalAddress, getMonitorSummary, getNumberOfOperations, getOperationInProgress, getProtocol, getRemoteAddress, getRootConnection, getSdkRootConnection, getServerAddress, getServerPort, getSSF, handle, isConnectionValid, isSecure, newRequestContext, newRootRequestContext, nextMessageID, nextOperationID, removeOperationInProgress, sendIntermediateResponseMessage, sendResponse, sendSearchEntry, sendSearchReference, setAuthenticationInfo, setIdleTimeLimit, setLookthroughLimit, setSizeLimit, setTimeLimit, setUnauthenticated, toString
deregisterPersistentSearch, finalizeConnectionInternal, finishBind, finishSaslBind, finishStartTLS, getAuthenticationInfo, getCertificateAlias, getClientHostPort, getConnectTime, getConnectTimeString, getIdleTime, getIdleTimeLimit, getKeyManagerProviderDN, getLookthroughLimit, getMaxBlockedWriteTimeLimit, getPersistentSearches, getSASLAuthStateInfo, getServerHostPort, getSizeLimit, getTimeLimit, getTrustManagerProviderDN, hasAllPrivileges, hasPrivilege, hasPrivilege, isInnerConnection, mustChangePassword, registerPersistentSearch, sendIntermediateResponse, setMustChangePassword, setSASLAuthStateInfo, toString, updateAuthenticationInfo, updatePrivileges
public static org.forgerock.opendj.ldap.Connection getReplicationReplayRootConnection()
public static org.forgerock.opendj.ldap.Connection getReplicationRepairRootConnection()
Copyright © 2010–2017 ForgeRock AS. All rights reserved.