Class HttpServerCommandActivator

  • All Implemented Interfaces:
    org.aesh.command.activator.CommandActivator, CLICommandActivator

    public class HttpServerCommandActivator
    extends SecurityCommandActivator
    Activator to control undertow related commands visibility and executability.
    Author:
    jdenise@redhat.com
    • Constructor Detail

      • HttpServerCommandActivator

        public HttpServerCommandActivator()
    • Method Detail

      • isActivated

        public boolean isActivated​(org.aesh.command.impl.internal.ParsedCommand command)
        Specified by:
        isActivated in interface org.aesh.command.activator.CommandActivator
        Overrides:
        isActivated in class SecurityCommandActivator