Uses of Enum Class
com.hazelcast.config.rest.RestConfig.Ssl.ClientAuth
Packages that use RestConfig.Ssl.ClientAuth
Package
Description
This package contains the REST API configuration classes.
-
Uses of RestConfig.Ssl.ClientAuth in com.hazelcast.config.rest
Methods in com.hazelcast.config.rest that return RestConfig.Ssl.ClientAuthModifier and TypeMethodDescriptionRestConfig.Ssl.getClientAuth()
Return Whether client authentication is not wanted ("none"), wanted ("want") or needed ("need").static RestConfig.Ssl.ClientAuth
Returns the enum constant of this class with the specified name.static RestConfig.Ssl.ClientAuth[]
RestConfig.Ssl.ClientAuth.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hazelcast.config.rest with parameters of type RestConfig.Ssl.ClientAuthModifier and TypeMethodDescriptionRestConfig.Ssl.setClientAuth
(RestConfig.Ssl.ClientAuth clientAuth) Set whether client authentication is not wanted ("none"), wanted ("want") or needed ("need").