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