Class AbstractReorderSASLCommand
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.cmd.security.auth.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
-
-
Constructor Summary
Constructors Constructor Description AbstractReorderSASLCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description org.jboss.dmr.ModelNodebuildRequest(CommandContext context)org.aesh.command.CommandResultexecute(CLICommandInvocation commandInvocation)abstract StringgetSASLFactoryName(CommandContext ctx)-
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 abstract String getSASLFactoryName(CommandContext ctx) throws IOException, OperationFormatException
- Throws:
IOExceptionOperationFormatException
-
execute
public org.aesh.command.CommandResult execute(CLICommandInvocation commandInvocation) throws org.aesh.command.CommandException, InterruptedException
- Specified by:
executein interfaceorg.aesh.command.Command<CLICommandInvocation>- Throws:
org.aesh.command.CommandExceptionInterruptedException
-
buildRequest
public org.jboss.dmr.ModelNode buildRequest(CommandContext context) throws CommandFormatException
- Specified by:
buildRequestin interfaceDMRCommand- Throws:
CommandFormatException
-
-