Class AbstractMgmtDisableAuthenticationCommand
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.cmd.security.auth.AbstractDisableAuthenticationCommand
-
- org.jboss.as.cli.impl.aesh.cmd.security.auth.AbstractMgmtDisableAuthenticationCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<CLICommandInvocation>,DMRCommand
- Direct Known Subclasses:
ManagementDisableHTTPCommand,ManagementDisableSASLCommand
public abstract class AbstractMgmtDisableAuthenticationCommand extends AbstractDisableAuthenticationCommand
- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description AbstractMgmtDisableAuthenticationCommand(AuthFactorySpec factorySpec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetMechanism()-
Methods inherited from class org.jboss.as.cli.impl.aesh.cmd.security.auth.AbstractDisableAuthenticationCommand
buildRequest, buildSecurityRequest, disableFactory, execute, getEnabledFactory, getFactorySpec, getSecuredEndpoint
-
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
-
-
-
-
Constructor Detail
-
AbstractMgmtDisableAuthenticationCommand
public AbstractMgmtDisableAuthenticationCommand(AuthFactorySpec factorySpec)
-
-
Method Detail
-
getMechanism
protected String getMechanism()
- Specified by:
getMechanismin classAbstractDisableAuthenticationCommand
-
-