Uses of Class
org.forgerock.opendj.ldap.ConnectionSecurity
-
Packages that use ConnectionSecurity Package Description org.forgerock.opendj.ldap 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 ConnectionSecurity Modifier and Type Method Description static ConnectionSecurity
ConnectionSecurity. connectionSecurity(boolean useSsl, boolean useStartTls)
Returns the connection security equivalent to the provideduseSsl
anduseStartTls
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.
-