public class SecurityCommand extends Object implements org.aesh.command.GroupCommand<CLICommandInvocation,org.aesh.command.Command>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SecurityCommand.FailureConsumer |
static class |
SecurityCommand.OptionCompleters |
| Constructor and Description |
|---|
SecurityCommand(CommandContext ctx,
AtomicReference<EmbeddedProcessLaunch> embeddedServerRef) |
| Modifier and Type | Method and Description |
|---|---|
org.aesh.command.CommandResult |
execute(CLICommandInvocation commandInvocation) |
static void |
execute(CommandContext ctx,
org.jboss.dmr.ModelNode request,
SecurityCommand.FailureConsumer consumer) |
static void |
execute(CommandContext ctx,
org.jboss.dmr.ModelNode request,
SecurityCommand.FailureConsumer consumer,
boolean noReload) |
static String |
formatOption(String name) |
List<org.aesh.command.Command> |
getCommands() |
public static final SecurityCommand.FailureConsumer DEFAULT_FAILURE_CONSUMER
public static final String OPT_KEY_STORE_REALM_NAME
public static final String OPT_FILE_SYSTEM_REALM_NAME
public static final String OPT_USER_ROLE_DECODER
public static final String OPT_USER_PROPERTIES_FILE
public static final String OPT_GROUP_PROPERTIES_FILE
public static final String OPT_PROPERTIES_REALM_NAME
public static final String OPT_RELATIVE_TO
public static final String OPT_NO_RELOAD
public static final String OPT_EXPOSED_REALM
public static final String OPT_NEW_SECURITY_DOMAIN_NAME
public static final String OPT_NEW_AUTH_FACTORY_NAME
public static final String OPT_NEW_SECURITY_REALM_NAME
public static final String OPT_MECHANISMS_ORDER
public static final String OPT_MECHANISM
public static final String OPT_SUPER_USER
public static final String OPT_ROLES
public static final String OPT_INTERACTIVE
public static final String OPT_KEY_STORE_NAME
public static final String OPT_KEY_STORE_PATH
public static final String OPT_TRUSTED_CERTIFICATE_PATH
public static final String OPT_TRUST_STORE_NAME
public static final String OPT_NEW_TRUST_STORE_NAME
public static final String OPT_NEW_TRUST_MANAGER_NAME
public static final String OPT_TRUST_STORE_FILE_NAME
public static final String OPT_TRUST_STORE_FILE_PASSWORD
public static final String OPT_NO_TRUSTED_CERTIFICATE_VALIDATION
public static final String OPT_KEY_STORE_PATH_RELATIVE_TO
public static final String OPT_KEY_STORE_PASSWORD
public static final String OPT_KEY_STORE_TYPE
public static final String OPT_MANAGEMENT_INTERFACE
public static final String OPT_HTTP_SECURE_SOCKET_BINDING
public static final String OPT_NEW_KEY_MANAGER_NAME
public static final String OPT_NEW_SSL_CONTEXT_NAME
public static final String OPT_NEW_KEY_STORE_NAME
public static final String OPT_SERVER_NAME
public static final String OPT_NO_OVERRIDE_SECURITY_REALM
public static final String OPT_SECURITY_DOMAIN
public static final String OPT_REFERENCED_SECURITY_DOMAIN
public SecurityCommand(CommandContext ctx, AtomicReference<EmbeddedProcessLaunch> embeddedServerRef)
public List<org.aesh.command.Command> getCommands()
getCommands in interface org.aesh.command.GroupCommand<CLICommandInvocation,org.aesh.command.Command>public org.aesh.command.CommandResult execute(CLICommandInvocation commandInvocation) throws org.aesh.command.CommandException, InterruptedException
execute in interface org.aesh.command.Command<CLICommandInvocation>org.aesh.command.CommandExceptionInterruptedExceptionpublic static void execute(CommandContext ctx, org.jboss.dmr.ModelNode request, SecurityCommand.FailureConsumer consumer) throws org.aesh.command.CommandException
org.aesh.command.CommandExceptionpublic static void execute(CommandContext ctx, org.jboss.dmr.ModelNode request, SecurityCommand.FailureConsumer consumer, boolean noReload) throws org.aesh.command.CommandException
org.aesh.command.CommandExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.