public class HTTPServerEnableAuthCommand extends AbstractEnableAuthenticationCommand
| Modifier and Type | Class and Description |
|---|---|
static class |
HTTPServerEnableAuthCommand.FactoryMechanismCompleter |
static class |
HTTPServerEnableAuthCommand.MechanismActivator |
static class |
HTTPServerEnableAuthCommand.ReferencedSecurityDomainActivator |
| Constructor and Description |
|---|
HTTPServerEnableAuthCommand(CommandContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected AuthSecurityBuilder |
buildSecurityRequest(CommandContext context) |
protected String |
getEnabledFactory(CommandContext ctx) |
protected String |
getMechanism() |
protected String |
getOOTBFactory(CommandContext ctx) |
protected String |
getOOTBSecurityDomain(CommandContext ctx) |
protected String |
getSecuredEndpoint(CommandContext ctx) |
protected void |
secure(CommandContext ctx,
AuthSecurityBuilder builder) |
buildExternalConfiguration, buildLocalUserConfiguration, buildRequest, buildUserPasswordConfiguration, execute, getFactorySpec, throwInvalidOptionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildRequestpublic HTTPServerEnableAuthCommand(CommandContext ctx)
protected String getMechanism()
getMechanism in class AbstractEnableAuthenticationCommandprotected void secure(CommandContext ctx, AuthSecurityBuilder builder) throws Exception
secure in class AbstractEnableAuthenticationCommandExceptionprotected AuthSecurityBuilder buildSecurityRequest(CommandContext context) throws Exception
buildSecurityRequest in class AbstractEnableAuthenticationCommandExceptionprotected String getEnabledFactory(CommandContext ctx) throws IOException, OperationFormatException
getEnabledFactory in class AbstractEnableAuthenticationCommandIOExceptionOperationFormatExceptionprotected String getOOTBFactory(CommandContext ctx) throws Exception
getOOTBFactory in class AbstractEnableAuthenticationCommandExceptionprotected String getOOTBSecurityDomain(CommandContext ctx) throws Exception
Exceptionprotected String getSecuredEndpoint(CommandContext ctx)
getSecuredEndpoint in class AbstractEnableAuthenticationCommandCopyright © 2018 JBoss by Red Hat. All rights reserved.