public class ReadOnlyServerSecurityConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected ServerSecurityConfigurator.ClientAuth |
clientAuth |
protected java.util.function.Supplier<java.io.InputStream> |
keyCertChainSupplier |
protected javax.net.ssl.KeyManagerFactory |
keyManagerFactory |
protected java.lang.String |
keyPassword |
protected java.util.function.Supplier<java.io.InputStream> |
keySupplier |
Modifier | Constructor and Description |
---|---|
protected |
ReadOnlyServerSecurityConfig()
Creates new instance.
|
protected |
ReadOnlyServerSecurityConfig(ReadOnlyServerSecurityConfig from)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
ServerSecurityConfigurator.ClientAuth |
clientAuth()
Returns the
ServerSecurityConfigurator.ClientAuth mode. |
protected ServerSecurityConfigurator.ClientAuth clientAuth
@Nullable protected javax.net.ssl.KeyManagerFactory keyManagerFactory
protected java.util.function.Supplier<java.io.InputStream> keyCertChainSupplier
protected java.util.function.Supplier<java.io.InputStream> keySupplier
@Nullable protected java.lang.String keyPassword
protected ReadOnlyServerSecurityConfig()
protected ReadOnlyServerSecurityConfig(ReadOnlyServerSecurityConfig from)
from
- ReadOnlyServerSecurityConfig
to copy.public ServerSecurityConfigurator.ClientAuth clientAuth()
ServerSecurityConfigurator.ClientAuth
mode.ServerSecurityConfigurator.ClientAuth
mode.