Package | Description |
---|---|
org.springframework.boot.web.server |
Support for embedded web servers.
|
Modifier and Type | Method and Description |
---|---|
Ssl.ClientAuth |
Ssl.getClientAuth()
Return Whether client authentication is wanted ("want") or needed ("need").
|
static Ssl.ClientAuth |
Ssl.ClientAuth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ssl.ClientAuth[] |
Ssl.ClientAuth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Ssl.setClientAuth(Ssl.ClientAuth clientAuth) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.