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 ConnectionSecurityConnectionSecurity.connectionSecurity(boolean useSsl, boolean useStartTls) Returns the connection security equivalent to the provideduseSslanduseStartTlsboolean parameters.static ConnectionSecurityReturns 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.