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.browser |
Defines the main classes that are you used by the entry browser of the Control Panel.
|
org.opends.guitools.controlpanel.datamodel |
Defines the data structures that are 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.internal |
Contains the implementation for the "internal" connection handler and its associated classes.
|
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,
org.forgerock.util.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 |
ServerDescriptor.getAdminConnectorHostPort()
Returns the HostPort to access this server using the administration connector.
|
HostPort |
ADSContext.getHostPort()
Returns the host name and port number of this connection.
|
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 |
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> |
ReplicaDescriptor.getReplicationServers()
Returns a set containing the String representation of the replication servers that are defined in the replication
domain for this replica.
|
Set<HostPort> |
SuffixDescriptor.getReplicationServers()
Returns the Set of Replication servers for the whole suffix topology.
|
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,
org.forgerock.opendj.ldap.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.
|
static HostPort |
ServerLoader.toHostPort(String ldapUrl)
Converts an ldapUrl to a HostPort.
|
Constructor and Description |
---|
ConnectionWrapper(HostPort hostPort,
org.forgerock.opendj.ldap.ConnectionSecurity connectionSecurity,
org.forgerock.opendj.ldap.Dn bindDn,
String bindPwd,
int connectTimeout,
TrustManager trustManager)
Creates a connection wrapper.
|
ConnectionWrapper(HostPort hostPort,
org.forgerock.opendj.ldap.ConnectionSecurity connectionSecurity,
org.forgerock.opendj.ldap.Dn bindDn,
String bindPwd,
int connectTimeout,
TrustManager trustManager,
KeyManager keyManager)
Creates a connection wrapper.
|
PreferredConnection(HostPort hostPort,
org.forgerock.opendj.ldap.ConnectionSecurity connectionSecurity)
The constructor of the PreferredConnection.
|
Modifier and Type | Method and Description |
---|---|
static LDAPURL |
LDAPConnectionPool.makeLDAPUrl(HostPort hostPort,
String dn,
org.forgerock.opendj.ldap.ConnectionSecurity connectionSecurity)
Make an url from the specified arguments.
|
Modifier and Type | Method and Description |
---|---|
HostPort |
ControlPanelInfo.getAdminConnectorHostPort()
Gets the Administration Connector HostPort based in what is read in the configuration.
|
HostPort |
ControlPanelInfo.getLdapHostPort()
Gets the LDAP HostPort based in what is read in the configuration.
|
HostPort |
ControlPanelInfo.getLdapsHostPort()
Gets the LDAPS HostPort based in what is read in the configuration.
|
HostPort |
ControlPanelInfo.getLocalAdminConnectorHostPort()
Gets the Administration Connector HostPort based in what is read in the local configuration.
|
HostPort |
ControlPanelInfo.getStartTlsHostPort()
Gets the Start TLS HostPort based in what is read in the configuration.
|
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> |
InternalConnectionHandler.getListeners()
Retrieves information about the listener(s) that will be used to accept client connections.
|
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 |
DSInfo.getDsUrl()
Get the DS URL.
|
HostPort |
RSInfo.getServerUrl()
Gets the server URL.
|
Constructor and Description |
---|
DSInfo(int dsId,
HostPort dsUrl,
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 rsServerURL,
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 |
Session.getLocalUrl()
Retrieve the local URL in the form host:port.
|
HostPort |
Session.getRemoteAddress()
Retrieve the IP address and port of the remote server.
|
HostPort |
ServerStartMsg.getServerURL()
Get the Server URL from the message.
|
HostPort |
ReplServerStartMsg.getServerURL()
Get the server URL.
|
HostPort |
ReplServerStartDSMsg.getServerURL()
Get the server URL.
|
Constructor and Description |
---|
ReplServerStartDSMsg(int serverId,
HostPort serverURL,
org.forgerock.opendj.ldap.Dn baseDN,
int windowSize,
ServerState serverState,
long generationId,
boolean sslEncryption,
byte groupId,
int degradedStatusThreshold,
int weight,
int connectedDSNumber)
Create a ReplServerStartDSMsg.
|
ReplServerStartMsg(int serverId,
HostPort serverURL,
org.forgerock.opendj.ldap.Dn baseDN,
int windowSize,
ServerState serverState,
long generationId,
boolean sslEncryption,
byte groupId,
int degradedStatusThreshold)
Create a ReplServerStartMsg.
|
ServerStartMsg(int serverId2,
HostPort serverURL,
org.forgerock.opendj.ldap.Dn baseDN,
int windowSize,
long heartbeatInterval,
ServerState serverState,
long generationId,
boolean sslEncryption,
byte groupId)
Creates a new ServerStartMsg.
|
Modifier and Type | Field and Description |
---|---|
protected HostPort |
ServerHandler.serverURL
The serverURL of the remote server.
|
Modifier and Type | Method and Description |
---|---|
HostPort |
ReplicationServerHandler.getServerAddressURL()
Retrieves the Address URL for this server handler.
|
HostPort |
ReplicationServer.getServerURL()
Getter on the server URL.
|
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 |
ReplicationDomain.getReplicationServer()
Get the name of the replicationServer to which this domain is currently connected.
|
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 |
---|---|
static Set<String> |
HostPort.toLowerCaseStrings(Set<HostPort> hostPorts)
Converts a set of
HostPort s to a new set where each host/port is converted to a lowercase string. |
Modifier and Type | Method and Description |
---|---|
boolean |
LDAPConnectionConsoleInteraction.promptForCertificateConfirmation(Throwable errorRaised,
ApplicationTrustManager usedTrustManager,
HostPort hostPort,
org.forgerock.i18n.slf4j.LocalizedLogger logger)
Prompts the user to accept the certificate.
|
Copyright © 2010–2017 ForgeRock AS. All rights reserved.