Class HTTPServerDisableAuthCommand

  • All Implemented Interfaces:
    org.aesh.command.Command<CLICommandInvocation>, DMRCommand

    public class HTTPServerDisableAuthCommand
    extends AbstractDisableAuthenticationCommand
    Disable authentication applied to an http-server security-domain. Complexity comes from the fact that an undertow application-security-domain can references a factory or a security domain.
    Author:
    jdenise@redhat.com