Package | Description |
---|---|
org.springframework.boot.context.embedded |
Specialized
ApplicationContext that supports
embedded servlet containers. |
Modifier and Type | Method and Description |
---|---|
Ssl.ClientAuth |
Ssl.getClientAuth() |
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 © 2017 Pivotal Software, Inc.. All rights reserved.