Uses of Enum Class
org.forgerock.opendj.ldap.ConnectionSecurity
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using LDAPv3.
This package contains utilities that can are used by all the packages below org.opends.server.replication.
Contains implementations for various Directory Server utility classes and methods which may be used throughout the
server but do not necessarily fit in elsewhere.
-
Uses of ConnectionSecurity in org.forgerock.opendj.ldap
Modifier and TypeMethodDescriptionstatic ConnectionSecurity
ConnectionSecurity.connectionSecurity
(boolean useSsl, boolean useStartTls) Returns the connection security equivalent to the provideduseSsl
anduseStartTls
boolean parameters.static ConnectionSecurity
Returns the enum constant of this class with the specified name.static ConnectionSecurity[]
ConnectionSecurity.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConnectionSecurity in org.opends.server.protocols.ldap
Modifier and TypeMethodDescriptionLDAPConnectionHandler.getConnectionSecurity()
Indicates the connection security used by this connection handler. -
Uses of ConnectionSecurity in org.opends.server.replication.common
Modifier and TypeMethodDescriptionMap<ConnectionSecurity,
Set<com.forgerock.opendj.util.HostPort>> DSInfo.ldapEndpoints()
Returns the value of theldapEndpoints
record component.Modifier and TypeMethodDescriptionvoid
Topology.addLocalLdapPorts
(ConnectionSecurity connSecurity, Collection<com.forgerock.opendj.util.HostPort> ldapEndpoints) Adds LDAP (LDAPS / StartTLS) host ports to the local server.void
Topology.removeLocalLdapPorts
(ConnectionSecurity connSecurity, Collection<com.forgerock.opendj.util.HostPort> ldapEndpoints) Removes LDAP (LDAPS / StartTLS) host ports from the local server.ModifierConstructorDescriptionDSInfo
(ReplicaId replicaId, com.forgerock.opendj.util.HostPort adminEndpoint, ReplicationServerId rsId, GenerationId generationId, ServerStatus status, com.forgerock.opendj.discovery.GroupId groupId, ProcessId processId, Set<String> refUrls, Set<String> eclIncludes, Set<String> eclIncludesForDeletes, short protocolVersion, Set<com.forgerock.opendj.util.HostPort> adminEndpoints, Map<ConnectionSecurity, Set<com.forgerock.opendj.util.HostPort>> ldapEndpoints) Canonical constructor. -
Uses of ConnectionSecurity in org.opends.server.util
Modifier and TypeMethodDescriptionstatic Options
SslUtils.createOptionsForSslContext
(Dn trustManagerProviderDn, Dn keyManagerProviderDn, String friendlyName, SortedSet<String> sslCertNicknames, SortedSet<String> sslCipherSuites, SortedSet<String> sslProtocols, ServerContext serverContext, ConnectionSecurity connectionSecurity) Create SSL communicationsOptions
for an SSL context.