Uses of Enum
org.redisson.config.SslVerificationMode
Packages that use SslVerificationMode
-
Uses of SslVerificationMode in org.redisson.client
Methods in org.redisson.client that return SslVerificationModeMethods in org.redisson.client with parameters of type SslVerificationModeModifier and TypeMethodDescriptionRedisClientConfig.setSslVerificationMode(SslVerificationMode sslVerificationMode) -
Uses of SslVerificationMode in org.redisson.config
Methods in org.redisson.config that return SslVerificationModeModifier and TypeMethodDescriptionBaseConfig.getSslVerificationMode()static SslVerificationModeReturns the enum constant of this type with the specified name.static SslVerificationMode[]SslVerificationMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redisson.config with parameters of type SslVerificationModeModifier and TypeMethodDescriptionBaseConfig.setSslVerificationMode(SslVerificationMode sslVerificationMode) Defines SSL verification mode, which prevents man-in-the-middle attacks.