| Package | Description |
|---|---|
| org.wildfly.extras.creaper.commands.security.realms |
| Modifier and Type | Method and Description |
|---|---|
AddSslServerIdentity.Builder |
AddSslServerIdentity.Builder.alias(String alias)
The alias of the entry to use from the keystore.
|
AddSslServerIdentity.Builder |
AddSslServerIdentity.Builder.cipherSuitesToEnable(String... cipherSuitesToEnable)
Adds ciphers which should be set as enabled on the underlying SSLEngine.
|
AddSslServerIdentity.Builder |
AddSslServerIdentity.Builder.generateSelfSignedCertHost(String generateSelfSignedCertHost)
If set, there shall be generated self signed certificate for the specified host name.
|
AddSslServerIdentity.Builder |
AddSslServerIdentity.Builder.keyPassword(String keyPassword)
Defines the password to obtain the key from the keystore.
|
AddSslServerIdentity.Builder |
AddSslServerIdentity.Builder.keystorePassword(String keystorePassword)
Defines the password to open the keystore.
|
AddSslServerIdentity.Builder |
AddSslServerIdentity.Builder.keystorePath(String keystorePath)
Defines the path of the keystore, will be ignored if the keystore provider is anything other than JKS.
|
AddSslServerIdentity.Builder |
AddSslServerIdentity.Builder.keystoreProvider(String keystoreProvider)
The provider for loading the keystore, defaults to JKS.
|
AddSslServerIdentity.Builder |
AddSslServerIdentity.Builder.keystoreRelativeTo(String keystoreRelativeTo)
Defines name of another previously named path, or of one of the standard paths provided by the system.
|
AddSslServerIdentity.Builder |
AddSslServerIdentity.Builder.protocol(String protocol)
Defines the protocol to use when creating the SSLContext.
|
AddSslServerIdentity.Builder |
AddSslServerIdentity.Builder.protocolsToEnable(String... protocolsToEnable)
Adds protocols which should be set as enabled on the underlying SSLEngine.
|
| Constructor and Description |
|---|
AddSslServerIdentity(AddSslServerIdentity.Builder builder) |
Copyright © 2021. All rights reserved.