Class ManagementDisableSASLCommand
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.cmd.security.auth.AbstractDisableAuthenticationCommand
-
- org.jboss.as.cli.impl.aesh.cmd.security.auth.AbstractMgmtDisableAuthenticationCommand
-
- org.jboss.as.cli.impl.aesh.cmd.security.auth.ManagementDisableSASLCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<CLICommandInvocation>,DMRCommand
public class ManagementDisableSASLCommand extends AbstractMgmtDisableAuthenticationCommand
Disable SASL authentication applied to a management interface.- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description ManagementDisableSASLCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.jboss.dmr.ModelNodedisableFactory(CommandContext context)StringgetEnabledFactory(CommandContext ctx)protected StringgetSecuredEndpoint(CommandContext ctx)-
Methods inherited from class org.jboss.as.cli.impl.aesh.cmd.security.auth.AbstractMgmtDisableAuthenticationCommand
getMechanism
-
Methods inherited from class org.jboss.as.cli.impl.aesh.cmd.security.auth.AbstractDisableAuthenticationCommand
buildRequest, buildSecurityRequest, execute, getFactorySpec
-
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
-
getEnabledFactory
public String getEnabledFactory(CommandContext ctx) throws Exception
- Specified by:
getEnabledFactoryin classAbstractDisableAuthenticationCommand- Throws:
Exception
-
disableFactory
protected org.jboss.dmr.ModelNode disableFactory(CommandContext context) throws Exception
- Specified by:
disableFactoryin classAbstractDisableAuthenticationCommand- Throws:
Exception
-
getSecuredEndpoint
protected String getSecuredEndpoint(CommandContext ctx)
- Specified by:
getSecuredEndpointin classAbstractDisableAuthenticationCommand
-
-