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