Uses of Enum Class
com.hazelcast.config.rest.RestConfig.Ssl.ClientAuth
Package
Description
This package contains the REST API configuration classes.
-
Uses of RestConfig.Ssl.ClientAuth in com.hazelcast.config.rest
Modifier 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.Modifier and TypeMethodDescriptionRestConfig.Ssl.setClientAuth
(RestConfig.Ssl.ClientAuth clientAuth) Set whether client authentication is not wanted ("none"), wanted ("want") or needed ("need").