Package | Description |
---|---|
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.quicksetup |
Defines the main classes that are you used by both the QuickSetup utilities:
the installer.
|
org.opends.quicksetup.installer |
Defines the classes that are you used by the installer.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
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.plugin |
This package contains the part of the Multi-master
replication code that works on the Directory Server side.
|
org.opends.server.replication.server |
This package contains the code for the Replication Server part
of the Multimaster replication feature.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
HostPort |
ConnectionWrapper.getHostPort()
Returns the host name and port number of this connection.
|
static HostPort |
ConnectionUtils.getHostPort(InitialLdapContext ctx)
Returns the host port representation of the server to which this
context is connected.
|
Modifier and Type | Method and Description |
---|---|
static String |
ConnectionUtils.getLDAPUrl(HostPort hostPort,
boolean useSSL)
Returns the LDAP URL for the provided parameters.
|
Constructor and Description |
---|
ConnectionWrapper(HostPort hostPort,
PreferredConnection.Type connectionType,
String bindDn,
String bindPwd,
int connectTimeout,
TrustManager trustManager)
Creates a connection wrapper.
|
ConnectionWrapper(HostPort hostPort,
PreferredConnection.Type connectionType,
String bindDn,
String bindPwd,
int connectTimeout,
TrustManager trustManager,
KeyManager keyManager)
Creates a connection wrapper.
|
Modifier and Type | Method and Description |
---|---|
static LDAPURL |
LDAPConnectionPool.makeLDAPUrl(HostPort hostPort,
String dn,
boolean isSSL)
Make an url from the specified arguments.
|
Modifier and Type | Method and Description |
---|---|
HostPort |
UserData.getHostPort()
Returns the server host name and LDAP port.
|
Modifier and Type | Method and Description |
---|---|
HostPort |
AuthenticationData.getHostPort()
Returns the host name and port to connect to.
|
Modifier and Type | Method and Description |
---|---|
void |
Installer.initializeSuffix(InitialLdapContext ctx,
int replicaId,
String suffixDn,
boolean displayProgress,
HostPort sourceServerDisplay)
Initializes a suffix with the contents of a replica that has a given
replication id.
|
void |
AuthenticationData.setHostPort(HostPort hostport)
Sets the host name to connect to.
|
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 |
---|---|
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 |
---|---|
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 |
---|---|
void |
ReplicationServerDomain.stopReplicationServers(Collection<HostPort> serversToDisconnect)
Stop operations with a list of replication servers.
|
Modifier and Type | Method and Description |
---|---|
HostPort |
SourceDestinationServerUserData.getDestination()
Returns a
HostPort representing the destination server. |
HostPort |
SourceDestinationServerUserData.getSource()
Returns a
HostPort representing the source 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 |
---|---|
boolean |
HostPort.isEquivalentTo(HostPort other)
Checks whether the supplied HostPort is an equivalent to the current
HostPort.
|
Copyright 2010-2017 ForgeRock AS.