Class HTTPServerDisableAuthCommand.MechanismCompleter
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.cmd.AbstractCompleter
-
- org.jboss.as.cli.impl.aesh.cmd.security.SecurityCommand.OptionCompleters.MechanismDisableCompleter
-
- org.jboss.as.cli.impl.aesh.cmd.security.auth.HTTPServerDisableAuthCommand.MechanismCompleter
-
- All Implemented Interfaces:
org.aesh.command.completer.OptionCompleter<CLICompleterInvocation>
- Enclosing class:
- HTTPServerDisableAuthCommand
public static class HTTPServerDisableAuthCommand.MechanismCompleter extends SecurityCommand.OptionCompleters.MechanismDisableCompleter
-
-
Constructor Summary
Constructors Constructor Description MechanismCompleter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>getItems(CLICompleterInvocation completerInvocation)-
Methods inherited from class org.jboss.as.cli.impl.aesh.cmd.AbstractCompleter
complete
-
-
-
-
Method Detail
-
getItems
protected List<String> getItems(CLICompleterInvocation completerInvocation)
- Overrides:
getItemsin classSecurityCommand.OptionCompleters.MechanismDisableCompleter
-
-