Uses of Enum Class
org.springframework.boot.web.server.Ssl.ClientAuth
Packages that use Ssl.ClientAuth
Package
Description
Reactive web server implementation backed by Netty.
Reactive and servlet web server implementations backed by Tomcat.
Support for embedded web servers.
-
Uses of Ssl.ClientAuth in org.springframework.boot.reactor.netty
Constructors in org.springframework.boot.reactor.netty with parameters of type Ssl.ClientAuthModifierConstructorDescriptionSslServerCustomizer
(@Nullable Http2 http2, @Nullable Ssl.ClientAuth clientAuth, SslBundle sslBundle, Map<String, SslBundle> serverNameSslBundles) -
Uses of Ssl.ClientAuth in org.springframework.boot.tomcat
Constructors in org.springframework.boot.tomcat with parameters of type Ssl.ClientAuthModifierConstructorDescriptionSslConnectorCustomizer
(org.apache.commons.logging.Log logger, Connector connector, @Nullable Ssl.ClientAuth clientAuth) -
Uses of Ssl.ClientAuth in org.springframework.boot.web.server
Subclasses with type arguments of type Ssl.ClientAuth in org.springframework.boot.web.serverMethods in org.springframework.boot.web.server that return Ssl.ClientAuthModifier and TypeMethodDescription@Nullable Ssl.ClientAuth
Ssl.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.ClientAuthModifier and TypeMethodDescriptionstatic <R> @Nullable R
Ssl.ClientAuth.map
(@Nullable Ssl.ClientAuth clientAuth, @Nullable R none, R want, R need) Map an optionalSsl.ClientAuth
value to a different type.void
Ssl.setClientAuth
(@Nullable Ssl.ClientAuth clientAuth)