Uses of Enum Class
org.forgerock.opendj.ldap.ConnectionSecurity
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
-
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.