Package | Description |
---|---|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.setup.model |
Contains code of the opendj setup model.
|
org.opends.server.tools.dsreplication |
Defines the classes that are you used by the replication command lines.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionSecurity |
ConnectionSecurity.connectionSecurity(boolean useSsl,
boolean useStartTls)
Returns the connection security equivalent to the provided
useSsl and
useStartTls boolean parameters. |
static ConnectionSecurity |
ConnectionSecurity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionSecurity[] |
ConnectionSecurity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ProxyServerSetup.ServiceDiscoveryMechanism<T> |
ProxyServerSetup.ServiceDiscoveryMechanism.connectionSecurity(ConnectionSecurity connectionSecurity)
Specifies how to secure communications performed by the service discovery mechanism.
|
Modifier and Type | Method and Description |
---|---|
ConnectionSecurity |
PreferredConnection.getType()
Returns the connection security.
|
Copyright 2010-2022 ForgeRock AS.