Class AbstractMgmtEnableAuthenticationCommand
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.cmd.security.auth.AbstractEnableAuthenticationCommand
-
- org.jboss.as.cli.impl.aesh.cmd.security.auth.AbstractMgmtEnableAuthenticationCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<CLICommandInvocation>,DMRCommand
- Direct Known Subclasses:
ManagementEnableHTTPCommand,ManagementEnableSASLCommand
public abstract class AbstractMgmtEnableAuthenticationCommand extends AbstractEnableAuthenticationCommand
- Author:
- jdenise@redhat.com
-
-
Constructor Summary
Constructors Constructor Description AbstractMgmtEnableAuthenticationCommand(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.AbstractEnableAuthenticationCommand
buildExternalConfiguration, buildLocalUserConfiguration, buildRequest, buildSecurityRequest, buildUserPasswordConfiguration, execute, getEnabledFactory, getFactorySpec, getOOTBFactory, getSecuredEndpoint, secure, throwInvalidOptions
-
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
-
AbstractMgmtEnableAuthenticationCommand
public AbstractMgmtEnableAuthenticationCommand(AuthFactorySpec factorySpec)
-
-
Method Detail
-
getMechanism
protected String getMechanism()
- Specified by:
getMechanismin classAbstractEnableAuthenticationCommand
-
-