Class ManagementReorderSASLCommand
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.cmd.security.auth.AbstractReorderSASLCommand
-
- org.jboss.as.cli.impl.aesh.cmd.security.auth.ManagementReorderSASLCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<CLICommandInvocation>,DMRCommand
public class ManagementReorderSASLCommand extends AbstractReorderSASLCommand
Reorder sasl mechanisms of a sasl factory attached to a management interface.- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description ManagementReorderSASLCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSASLFactoryName(CommandContext ctx)-
Methods inherited from class org.jboss.as.cli.impl.aesh.cmd.security.auth.AbstractReorderSASLCommand
buildRequest, execute
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.core.cli.command.DMRCommand
buildRequest
-
-
-
-
Method Detail
-
getSASLFactoryName
public String getSASLFactoryName(CommandContext ctx) throws IOException, OperationFormatException
- Specified by:
getSASLFactoryNamein classAbstractReorderSASLCommand- Throws:
IOExceptionOperationFormatException
-
-