Uses of Enum Class
org.mariadb.jdbc.export.SslMode
Packages that use SslMode
-
Uses of SslMode in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as SslModeModifier and TypeFieldDescriptionprivate SslMode
Configuration.sslMode
final SslMode
HostAddress.sslMode
Methods in org.mariadb.jdbc that return SslModeConstructors in org.mariadb.jdbc with parameters of type SslMode -
Uses of SslMode in org.mariadb.jdbc.client.impl
Methods in org.mariadb.jdbc.client.impl that return SslModeModifier and TypeMethodDescriptionprivate SslMode
StandardClient.determineSslMode
(Configuration conf) Methods in org.mariadb.jdbc.client.impl with parameters of type SslModeModifier and TypeMethodDescriptionprivate boolean
StandardClient.requiresHostnameVerification
(SslMode sslMode) -
Uses of SslMode in org.mariadb.jdbc.export
Methods in org.mariadb.jdbc.export that return SslModeModifier and TypeMethodDescriptionstatic SslMode
Create SSLMode from enumeration value, or aliasesstatic SslMode
Returns the enum constant of this class with the specified name.static SslMode[]
SslMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.