Uses of Class
org.opends.server.replication.protocol.ReplSessionSecurity
-
Packages that use ReplSessionSecurity Package Description org.opends.server.replication.protocol This package contains the code used by the replication server and by the code running on the Directory Server side to exchange their information.org.opends.server.replication.service 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
Methods in org.opends.server.replication.protocol with parameters of type ReplSessionSecurity Modifier and Type Method Description static org.opends.server.replication.protocol.DsSession
Session. newDsSession(ServerContext serverContext, Socket socket, com.forgerock.opendj.util.Host host, int soTimeout, ReplSessionSecurity securityConfiguration, Supplier<Boolean> shuttingDown)
Creates a new DS Session.static org.opends.server.replication.protocol.RsSession
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.static org.opends.server.replication.protocol.RsSession
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
Constructors in org.opends.server.replication.service with parameters of type ReplSessionSecurity Constructor Description ReplicationBroker(ServerContext serverContext, ReplicationDomain replicationDomain, ServerState state, ReplicationDomainCfg config, ReplSessionSecurity replSessionSecurity)
Creates a new ReplicationServer Broker for a particular ReplicationDomain.
-