Uses of Enum Class
org.springframework.boot.web.server.Ssl.ClientAuth
Package
Description
Embedded reactive web server implementation backed by Netty.
Support for embedded web servers.
-
Uses of Ssl.ClientAuth in org.springframework.boot.web.embedded.netty
ModifierConstructorDescriptionSslServerCustomizer
(Http2 http2, Ssl.ClientAuth clientAuth, SslBundle sslBundle) -
Uses of Ssl.ClientAuth in org.springframework.boot.web.server
Modifier 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.Modifier and TypeMethodDescriptionstatic <R> R
Ssl.ClientAuth.map
(Ssl.ClientAuth clientAuth, R none, R want, R need) Map an optionalSsl.ClientAuth
value to a different type.void
Ssl.setClientAuth
(Ssl.ClientAuth clientAuth)