Uses of Class
org.opends.server.replication.protocol.ReplSessionSecurity
Package
Description
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
This package contains the generic of the Multi-Master replication code that works on the Directory Server side.
-
Uses of ReplSessionSecurity in org.opends.server.replication.protocol
Modifier and TypeMethodDescriptionSession.newDsSession
(ServerContext serverContext, Socket socket, com.forgerock.opendj.util.Host host, int soTimeout, ReplSessionSecurity securityConfiguration, BooleanSupplier shuttingDown) Creates a new DS Session.Session.newRsClientSession
(ServerContext serverContext, Socket socket, com.forgerock.opendj.util.Host host, int soTimeout, ReplSessionSecurity securityConfiguration) Creates a new RS Session in the client role.Session.newRsServerSession
(ServerContext serverContext, Socket socket, int soTimeout, ReplSessionSecurity securityConfiguration) Creates a new RS Session in the server role. -
Uses of ReplSessionSecurity in org.opends.server.replication.service
ModifierConstructorDescriptionReplicationBroker
(ServerContext serverContext, ReplicationDomain replicationDomain, ServerState state, ReplicationDomainCfg config, ReplSessionSecurity replSessionSecurity) Creates a new ReplicationServer Broker for a particular ReplicationDomain.