public class HTTPServer extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_SERVER |
| Constructor and Description |
|---|
HTTPServer() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.dmr.ModelNode |
disableHTTPAuthentication(String securityDomain,
CommandContext ctx) |
static String |
disableSSL(CommandContext context,
String serverName,
org.jboss.dmr.ModelNode steps) |
static void |
enableHTTPAuthentication(AuthSecurityBuilder builder,
String securityDomain,
CommandContext ctx) |
static void |
enableSSL(String serverName,
boolean noOverride,
CommandContext context,
SSLSecurityBuilder builder) |
static String |
getSecurityDomainFactoryName(String securityDomain,
CommandContext ctx) |
static String |
getSSLContextName(String serverName,
CommandContext ctx) |
static boolean |
isUnderowSupported(CommandContext commandContext) |
public static final String DEFAULT_SERVER
public static void enableSSL(String serverName, boolean noOverride, CommandContext context, SSLSecurityBuilder builder) throws OperationFormatException
OperationFormatExceptionpublic static String disableSSL(CommandContext context, String serverName, org.jboss.dmr.ModelNode steps) throws OperationFormatException
OperationFormatExceptionpublic static String getSSLContextName(String serverName, CommandContext ctx) throws IOException, OperationFormatException
IOExceptionOperationFormatExceptionpublic static boolean isUnderowSupported(CommandContext commandContext) throws IOException, OperationFormatException
IOExceptionOperationFormatExceptionpublic static void enableHTTPAuthentication(AuthSecurityBuilder builder, String securityDomain, CommandContext ctx) throws Exception
Exceptionpublic static org.jboss.dmr.ModelNode disableHTTPAuthentication(String securityDomain, CommandContext ctx) throws Exception
Exceptionpublic static String getSecurityDomainFactoryName(String securityDomain, CommandContext ctx) throws IOException, OperationFormatException
IOExceptionOperationFormatExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.