All Methods Static Methods Concrete Methods
| 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 |
getReferencedSecurityDomainName(String securityDomain,
CommandContext ctx) |
static ApplicationSecurityDomain |
getSecurityDomain(CommandContext ctx,
String name) |
static String |
getSecurityDomainFactoryName(String securityDomain,
CommandContext ctx) |
static String |
getSSLContextName(String serverName,
CommandContext ctx) |
static boolean |
hasAuthFactory(CommandContext ctx,
String securityDomain) |
static boolean |
isReferencedSecurityDomainSupported(CommandContext commandContext) |
static boolean |
isUnderowSupported(CommandContext commandContext) |
static void |
writeReferencedSecurityDomain(AuthSecurityBuilder authBuilder,
String securityDomain,
CommandContext ctx) |