Uses of Enum Class
org.springframework.boot.web.server.Ssl.ClientAuth
Packages that use Ssl.ClientAuth
-
Uses of Ssl.ClientAuth in org.springframework.boot.web.server
Methods in org.springframework.boot.web.server that return Ssl.ClientAuthModifier and TypeMethodDescriptionSsl.getClientAuth()
Return Whether client authentication is not wanted ("none"), wanted ("want") or needed ("need").static Ssl.ClientAuth
Returns the enum constant of this class with the specified name.static Ssl.ClientAuth[]
Ssl.ClientAuth.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.web.server with parameters of type Ssl.ClientAuth