| Package | Description |
|---|---|
| org.jboss.as.cli.impl.aesh.cmd.security.model | |
| org.jboss.as.cli.impl.aesh.cmd.security.ssl |
| Modifier and Type | Class and Description |
|---|---|
class |
InteractiveSecurityBuilder
An SSL security builder that handles interaction with user to collect
required information.
|
class |
KeyStoreNameSecurityBuilder
An SSL Security builder that retrieves an existing KeyStore.
|
class |
KeyStorePathSecurityBuilder
An SSL Security builder that builds or reuses a KeyStore based on a file
path.
|
| Modifier and Type | Method and Description |
|---|---|
SSLSecurityBuilder |
SSLSecurityBuilder.setKeyManagerName(String keyManagerName) |
SSLSecurityBuilder |
SSLSecurityBuilder.setSSLContextName(String sslContextName) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HTTPServer.enableSSL(String serverName,
boolean noOverride,
CommandContext context,
SSLSecurityBuilder builder) |
static void |
ManagementInterfaces.enableSSL(String managementInterface,
String secureSocketBinding,
CommandContext ctx,
SSLSecurityBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HTTPServerEnableSSLCommand.secure(CommandContext ctx,
SSLSecurityBuilder builder) |
protected void |
ManagementEnableSSLCommand.secure(CommandContext ctx,
SSLSecurityBuilder builder) |
protected abstract void |
AbstractEnableSSLCommand.secure(CommandContext ctx,
SSLSecurityBuilder ssl) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.