Uses of Class
org.wildfly.core.cli.command.aesh.activator.AbstractCommandActivator
-
Packages that use AbstractCommandActivator Package Description org.jboss.as.cli.impl.aesh.cmd org.jboss.as.cli.impl.aesh.cmd.security -
-
Uses of AbstractCommandActivator in org.jboss.as.cli.impl.aesh.cmd
Subclasses of AbstractCommandActivator in org.jboss.as.cli.impl.aesh.cmd Modifier and Type Class Description classConnectedActivatorA command activator for command that require CLI to be connected. -
Uses of AbstractCommandActivator in org.jboss.as.cli.impl.aesh.cmd.security
Subclasses of AbstractCommandActivator in org.jboss.as.cli.impl.aesh.cmd.security Modifier and Type Class Description classControlledCommandActivatorA command activator that enables the command only if the security constraints are full-filled.classHttpServerCommandActivatorActivator to control undertow related commands visibility and executability.classSecurityCommandActivatorActivator to control security related commands visibility and executability.
-