Class AbstractReorderSASLCommand

  • All Implemented Interfaces:
    org.aesh.command.Command<CLICommandInvocation>, DMRCommand
    Direct Known Subclasses:
    ManagementReorderSASLCommand

    public abstract class AbstractReorderSASLCommand
    extends Object
    implements org.aesh.command.Command<CLICommandInvocation>, DMRCommand
    SASL mechanism re-ordering. SASL protocol use the first realm present in a factory. Order is of importance. NB: HTTP Auth is not subject to realm ordering, all realms are sent to the client.
    Author:
    jdenise@redhat.com