Package | Description |
---|---|
org.forgerock.opendj.setup.model |
Contains code of the opendj setup model.
|
org.opends.admin.ads |
Defines the different classes that are you used to have a read-only view of the configuration of the servers that are
registered in the Administration Directory Server (ADS).
|
org.opends.admin.ads.util |
Defines a set of auxiliary classes and utilities that are used to retrieve the configuration of the servers that are
registered in the Administration Directory Server (ADS).
|
org.opends.guitools.controlpanel.datamodel |
Defines the data structures that are used in the control panel.
|
org.opends.guitools.controlpanel.util |
Contains some utilities used in the Control Panel.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.discovery |
Contains the Service Discovery Mechanisms and APIs.
|
org.opends.server.protocols |
Contains various Directory Server connection handler implementations which will be used to accept connections from
and perform communication with clients over various protocols.
|
org.opends.server.protocols.http |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
|
org.opends.server.protocols.jmx |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using JMX.
|
org.opends.server.protocols.ldap |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using LDAPv3.
|
org.opends.server.replication.common |
This package contains utilities that can are used by all the packages below org.opends.server.replication.
|
org.opends.server.replication.plugin |
This package contains the part of the Multi-master
replication code that works on the Directory Server side.
|
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.server |
This package contains the code for the Replication Server part of the Multimaster replication feature.
|
org.opends.server.replication.service |
This package contains the generic of the Multi-Master replication code that works on the Directory Server side.
|
org.opends.server.snmp |
This package contains Simple Network Management Protocol (SNMP) connection handler, the required classes to support
MIB 2605 objects and SNMP requests, and the SNMP adaptor that allows a SNMP manager to access OpenDS monitoring
information.
|
org.opends.server.tools.dsreplication |
Defines the classes that are you used by the replication command lines.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data types.
|
org.opends.server.util.cli |
Provides a high-level framework for implementing command-line tools.
|
Modifier and Type | Method and Description |
---|---|
HostPort |
ProxyServerSetup.Server.getHostPort()
Returns this server hostname and port.
|
Modifier and Type | Method and Description |
---|---|
static int |
SetupUtils.validateReplicationServer(HostPort rs,
Options options,
String password)
Validates that the provided connection is bind to a replication server part of an existing topology and returns
the replication port of the server.
|
Modifier and Type | Method and Description |
---|---|
HostPort |
TopologyCacheException.getHostPort()
Returns the host port representation of the server we where connected to (or trying to connect) when this
exception was generated.
|
HostPort |
ADSContext.getHostPort()
Returns the host name and port number of this connection.
|
HostPort |
ServerDescriptor.getHostPort(boolean securePreferred)
Returns a String of type host-name:port-number for the server.
|
HostPort |
ServerDescriptor.getLdapHostPort()
Returns the HostPort to access this server using LDAP.
|
HostPort |
ServerDescriptor.getLdapsHostPort()
Returns the HostPort to access this server using LDAPS.
|
HostPort |
ServerDescriptor.getReplicationServerHostPort()
Returns the String representation of this replication server based on the information we have
("hostname":"replication port") and
null if this is not a replication server. |
Modifier and Type | Method and Description |
---|---|
Set<HostPort> |
SuffixDescriptor.getReplicationServers()
Returns the Set of Replication servers for the whole suffix topology.
|
Set<HostPort> |
ReplicaDescriptor.getReplicationServers()
Returns a set containing the String representation of the replication servers that are defined in the replication
domain for this replica.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicaDescriptor.setReplicationServers(Set<HostPort> replicationServers)
Sets the list of replication servers (in their String representation) that are defined in the replication domain
for this replica.
|
Constructor and Description |
---|
TopologyCacheException(TopologyCacheException.Type type,
LdapException e,
ApplicationTrustManager trustManager,
HostPort ldapHostPort)
Constructor for the exception that must be generated when a LdapException occurs.
|
Modifier and Type | Method and Description |
---|---|
HostPort |
PreferredConnection.getHostPort()
Returns the host name and port number.
|
HostPort |
ConnectionWrapper.getHostPort()
Returns the host name and port number of this connection.
|
Constructor and Description |
---|
ConnectionWrapper(HostPort hostPort,
ConnectionSecurity connectionSecurity,
Dn bindDn,
String bindPwd,
int connectTimeout,
TrustManager trustManager)
Creates a connection wrapper.
|
ConnectionWrapper(HostPort hostPort,
ConnectionSecurity connectionSecurity,
Dn bindDn,
String bindPwd,
int connectTimeout,
TrustManager trustManager,
KeyManager keyManager)
Creates a connection wrapper.
|
PreferredConnection(HostPort hostPort,
ConnectionSecurity connectionSecurity)
The constructor of the PreferredConnection.
|
Modifier and Type | Method and Description |
---|---|
HostPort |
ControlPanelInfo.getAdminConnectorHostPort()
Gets the Administration Connector HostPort based in what is read in the configuration.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionWrapper |
Utilities.getAdminConnection(HostPort hostPort,
ControlPanelInfo controlInfo,
Dn bindDN,
String pwd)
Returns the connection to connect to the administration connector of the server using the information in the
ControlCenterInfo object (which provides the host and administration connector port to be used) and some LDAP
credentials.
|
Modifier and Type | Method and Description |
---|---|
abstract Collection<HostPort> |
ConnectionHandler.getListeners()
Retrieves information about the listener(s) that will be used to accept client connections.
|
Modifier and Type | Method and Description |
---|---|
HostPort |
Partition.Server.getHostPort()
Returns the host port for this server.
|
Modifier and Type | Method and Description |
---|---|
Collection<HostPort> |
LDIFConnectionHandler.getListeners() |
Modifier and Type | Method and Description |
---|---|
Collection<HostPort> |
HTTPConnectionHandler.getListeners() |
Modifier and Type | Method and Description |
---|---|
Collection<HostPort> |
JmxConnectionHandler.getListeners() |
Modifier and Type | Method and Description |
---|---|
Collection<HostPort> |
LDAPConnectionHandler.getListeners() |
Modifier and Type | Method and Description |
---|---|
HostPort |
RSInfo.getHostPort()
Gets the server host port.
|
HostPort |
DSInfo.getHostPort()
Get the host port.
|
Modifier and Type | Method and Description |
---|---|
RSInfo |
RSInfo.changeHostPort(HostPort newHostPort)
Returns a new RSInfo object where the host port has been changed to the provided value.
|
Constructor and Description |
---|
DSInfo(int dsId,
HostPort hostPort,
int rsId,
long generationId,
ServerStatus status,
boolean assuredFlag,
AssuredMode assuredMode,
byte safeDataLevel,
byte groupId,
Collection<String> refUrls,
Collection<String> eclIncludes,
Collection<String> eclIncludesForDeletes,
short protocolVersion)
Creates a new instance of DSInfo with every given info.
|
RSInfo(int rsServerId,
HostPort rsHostPort,
long generationId,
byte groupId,
int weight)
Creates a new instance of RSInfo with every given info.
|
Modifier and Type | Method and Description |
---|---|
void |
MultimasterReplication.UnreachableReplicationServers.addServer(HostPort server)
Add a server to the set of temporarily unreachable unreachableServers.
|
boolean |
MultimasterReplication.UnreachableReplicationServers.isUnreachable(HostPort server)
Returns
true if the provided server is temporarily unreachable. |
Modifier and Type | Method and Description |
---|---|
HostPort |
ServerStartMsg.getHostPort()
Get the server host port from the message.
|
HostPort |
ReplServerStartMsg.getHostPort()
Get the host port.
|
HostPort |
Session.getRemoteAddress()
Retrieve the IP address and port of the remote server.
|
Constructor and Description |
---|
ReplServerStartDSMsg(int serverId,
HostPort hostPort,
Dn baseDN,
ServerState serverState,
long generationId,
boolean sslEncryption,
byte groupId,
int degradedStatusThreshold,
int weight,
int connectedDSNumber)
Create a ReplServerStartDSMsg.
|
ReplServerStartMsg(int serverId,
HostPort rsHostPort,
Dn baseDN,
ServerState serverState,
long generationId,
boolean sslEncryption,
byte groupId,
int degradedStatusThreshold)
Create a ReplServerStartMsg.
|
ServerStartMsg(int serverId2,
HostPort hostPort,
Dn baseDN,
long heartbeatInterval,
ServerState serverState,
long generationId,
boolean sslEncryption,
byte groupId)
Creates a new ServerStartMsg.
|
Modifier and Type | Method and Description |
---|---|
HostPort |
ReplicationServer.getHostPort()
Getter on the server host port.
|
HostPort |
ReplicationServerHandler.getServerAddressHostPort()
Retrieves the address host port for this server handler.
|
Modifier and Type | Method and Description |
---|---|
static void |
ReplicationServer.onlyForTestsAddlocalReplicationServer(HostPort server)
WARNING : only use this methods for tests purpose.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationServerDomain.stopReplicationServers(Collection<HostPort> serversToDisconnect)
Stop operations with a list of replication servers.
|
Modifier and Type | Method and Description |
---|---|
HostPort |
ReplicationBroker.getReplicationServer()
Get the host and port of the replicationServer to which this broker is currently connected.
|
Modifier and Type | Method and Description |
---|---|
Collection<HostPort> |
SNMPConnectionHandler.getListeners() |
Modifier and Type | Method and Description |
---|---|
static TopologyCache |
ReplicationCliMain.createTopologyCache(HostPort hostPort,
String password)
Returns a
TopologyCache corresponding to the replication topology of the provided server. |
Modifier and Type | Method and Description |
---|---|
static HostPort |
HostPort.allAddresses(int port)
Returns a a new HostPort for all addresses, also known as a wildcard address.
|
static HostPort |
HostPort.localAddress(int port)
Builds a new instance of
HostPort representing the local machine with the supplied port. |
static HostPort |
HostPort.valueOf(String hostPort)
Creates a new
HostPort object by parsing the supplied "hostName:port" String URL. |
static HostPort |
HostPort.valueOf(String hostPort,
Integer defaultPort)
Creates a new
HostPort object by parsing the supplied "hostName:port" String URL. |
Modifier and Type | Method and Description |
---|---|
int |
HostPort.compareTo(HostPort o) |
boolean |
HostPort.isEquivalentTo(HostPort other)
Checks whether the supplied HostPort is an equivalent to the current HostPort.
|
Modifier and Type | Method and Description |
---|---|
HostPort |
LDAPConnectionConsoleInteraction.getHostPort()
Returns the host port that should be used for connections based on this interaction.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LDAPConnectionConsoleInteraction.promptForCertificateConfirmation(ApplicationTrustManager trustManager,
HostPort hostPort,
LocalizedLogger logger)
Prompts the user to accept the certificate.
|
Copyright 2010-2018 ForgeRock AS.