枚举类的使用
org.springframework.boot.web.server.Ssl.ClientAuth
使用Ssl.ClientAuth的程序包
程序包
说明
Embedded reactive web server implementation backed by Netty.
Support for embedded web servers.
-
org.springframework.boot.web.embedded.netty中Ssl.ClientAuth的使用
限定符构造器说明SslServerCustomizer
(Http2 http2, Ssl.ClientAuth clientAuth, SslBundle sslBundle, Map<String, SslBundle> serverNameSslBundles) -
org.springframework.boot.web.server中Ssl.ClientAuth的使用
修饰符和类型方法说明Ssl.getClientAuth()
Return Whether client authentication is not wanted ("none"), wanted ("want") or needed ("need").static Ssl.ClientAuth
返回带有指定名称的该类的枚举常量。static Ssl.ClientAuth[]
Ssl.ClientAuth.values()
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同修饰符和类型方法说明static <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)