public class ManagementInterfaces extends Object
| Constructor and Description |
|---|
ManagementInterfaces() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.dmr.ModelNode |
disableHTTPAuth(CommandContext context) |
static org.jboss.dmr.ModelNode |
disableSASL(CommandContext context,
String managementInterface) |
static String |
disableSSL(CommandContext context,
String managementInterface,
org.jboss.dmr.ModelNode steps) |
static void |
enableHTTPAuthentication(AuthSecurityBuilder http,
CommandContext ctx) |
static void |
enableSASL(String managementInterface,
AuthSecurityBuilder sasl,
CommandContext ctx) |
static void |
enableSSL(String managementInterface,
String secureSocketBinding,
CommandContext ctx,
SSLSecurityBuilder builder) |
static String |
getManagementInterfaceHTTPFactoryName(CommandContext ctx) |
static String |
getManagementInterfaceSaslFactoryName(String managementInterface,
CommandContext ctx) |
static String |
getManagementInterfaceSSLContextName(CommandContext ctx,
String interfaceName) |
public static void enableSSL(String managementInterface, String secureSocketBinding, CommandContext ctx, SSLSecurityBuilder builder) throws IOException, OperationFormatException
IOExceptionOperationFormatExceptionpublic static String disableSSL(CommandContext context, String managementInterface, org.jboss.dmr.ModelNode steps) throws IOException, OperationFormatException
IOExceptionOperationFormatExceptionpublic static String getManagementInterfaceSSLContextName(CommandContext ctx, String interfaceName) throws IOException, OperationFormatException
IOExceptionOperationFormatExceptionpublic static String getManagementInterfaceSaslFactoryName(String managementInterface, CommandContext ctx) throws IOException, OperationFormatException
IOExceptionOperationFormatExceptionpublic static String getManagementInterfaceHTTPFactoryName(CommandContext ctx) throws IOException, OperationFormatException
IOExceptionOperationFormatExceptionpublic static void enableHTTPAuthentication(AuthSecurityBuilder http, CommandContext ctx) throws IOException, OperationFormatException
IOExceptionOperationFormatExceptionpublic static void enableSASL(String managementInterface, AuthSecurityBuilder sasl, CommandContext ctx) throws IOException, OperationFormatException
IOExceptionOperationFormatExceptionpublic static org.jboss.dmr.ModelNode disableSASL(CommandContext context, String managementInterface) throws IOException, OperationFormatException
IOExceptionOperationFormatExceptionpublic static org.jboss.dmr.ModelNode disableHTTPAuth(CommandContext context) throws IOException, OperationFormatException
IOExceptionOperationFormatExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.