| Package | Description |
|---|---|
| org.wildfly.extras.creaper.commands.undertow |
| Modifier and Type | Method and Description |
|---|---|
AddHttpsSecurityRealm.Builder |
AddHttpsSecurityRealm.Builder.alias(String alias)
The alias of the entry to use from the keystore.
|
AddHttpsSecurityRealm.Builder |
AddHttpsSecurityRealm.Builder.cipherSuitesToEnable(String... cipherSuitesToEnable)
Adds ciphers which should be set as enabled on the underlying SSLEngine.
|
AddHttpsSecurityRealm.Builder |
AddHttpsSecurityRealm.Builder.keyPassword(String keyPassword)
Defines the password to obtain the key from the keystore.
|
AddHttpsSecurityRealm.Builder |
AddHttpsSecurityRealm.Builder.keystorePassword(String keystorePassword)
Defines the password to open the keystore.
|
AddHttpsSecurityRealm.Builder |
AddHttpsSecurityRealm.Builder.keystorePath(String keystorePath)
Defines the path of the keystore, will be ignored if the keystore provider is anything other than JKS.
|
AddHttpsSecurityRealm.Builder |
AddHttpsSecurityRealm.Builder.keystoreProvider(String keystoreProvider)
The provider for loading the keystore, defaults to JKS.
|
AddHttpsSecurityRealm.Builder |
AddHttpsSecurityRealm.Builder.keystoreRelativeTo(String keystoreRelativeTo)
Defines name of another previously named path, or of one of the standard paths provided by the system.
|
AddHttpsSecurityRealm.Builder |
AddHttpsSecurityRealm.Builder.protocol(String protocol)
Defines the protocol to use when creating the SSLContext.
|
AddHttpsSecurityRealm.Builder |
AddHttpsSecurityRealm.Builder.protocolsToEnable(String... protocolsToEnable)
Adds protocols which should be set as enabled on the underlying SSLEngine.
|
AddHttpsSecurityRealm.Builder |
AddHttpsSecurityRealm.Builder.truststorePassword(String truststorePassword)
Defines the password to open the truststore.
|
AddHttpsSecurityRealm.Builder |
AddHttpsSecurityRealm.Builder.truststorePath(String truststorePath)
Defines the path of the trustore, will be ignored if the truststore provider is anything other than JKS.
|
AddHttpsSecurityRealm.Builder |
AddHttpsSecurityRealm.Builder.truststoreProvider(String truststoreProvider)
Defines the provider for loading the truststore, defaults to JKS.
|
AddHttpsSecurityRealm.Builder |
AddHttpsSecurityRealm.Builder.truststoreRelativeTo(String truststoreRelativeTo)
Define name of another previously named path, or of one of the standard paths provided by the system.
|
Copyright © 2022. All rights reserved.