| Package | Description |
|---|---|
| org.jboss.as.cli.impl.aesh.cmd.security.auth | |
| org.jboss.as.cli.impl.aesh.cmd.security.model |
| Modifier and Type | Method and Description |
|---|---|
AuthFactorySpec |
AbstractEnableAuthenticationCommand.getFactorySpec() |
AuthFactorySpec |
AbstractDisableAuthenticationCommand.getFactorySpec() |
| Constructor and Description |
|---|
AbstractDisableAuthenticationCommand(AuthFactorySpec factorySpec) |
AbstractEnableAuthenticationCommand(AuthFactorySpec factorySpec) |
AbstractMgmtDisableAuthenticationCommand(AuthFactorySpec factorySpec) |
AbstractMgmtEnableAuthenticationCommand(AuthFactorySpec factorySpec) |
| Modifier and Type | Field and Description |
|---|---|
static AuthFactorySpec |
AuthFactorySpec.HTTP |
static AuthFactorySpec |
AuthFactorySpec.SASL |
| Modifier and Type | Method and Description |
|---|---|
AuthFactorySpec |
AuthFactory.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.dmr.ModelNode |
ElytronUtil.addAuthFactory(CommandContext ctx,
SecurityDomain securityDomain,
String newAuthFactoryName,
AuthFactorySpec spec) |
static String |
DefaultResourceNames.buildDefaultAuthFactoryName(AuthMechanism meca,
AuthFactorySpec spec,
CommandContext ctx) |
static boolean |
ElytronUtil.factoryExists(CommandContext ctx,
String name,
AuthFactorySpec spec) |
static AuthFactory |
ElytronUtil.findMatchingAuthFactory(AuthMechanism newMechanism,
AuthFactorySpec spec,
CommandContext ctx) |
static AuthFactory |
ElytronUtil.getAuthFactory(org.jboss.dmr.ModelNode mn,
String authFactory,
AuthFactorySpec spec,
CommandContext ctx) |
static AuthFactory |
ElytronUtil.getAuthFactory(String authFactory,
AuthFactorySpec spec,
CommandContext ctx) |
static org.jboss.dmr.ModelNode |
ElytronUtil.getAuthFactoryResource(String authFactory,
AuthFactorySpec spec,
CommandContext ctx) |
static List<String> |
ElytronUtil.getAvailableMechanisms(CommandContext ctx,
AuthFactorySpec spec) |
static List<String> |
ElytronUtil.getMechanisms(CommandContext ctx,
AuthFactorySpec spec) |
static List<String> |
ElytronUtil.getMechanisms(CommandContext ctx,
String factoryName,
AuthFactorySpec spec) |
static org.jboss.dmr.ModelNode |
ElytronUtil.removeMechanisms(CommandContext ctx,
org.jboss.dmr.ModelNode factory,
String factoryName,
AuthFactorySpec spec,
Set<String> toRemove) |
| Constructor and Description |
|---|
AuthFactory(String name,
SecurityDomain domain,
AuthFactorySpec spec) |
AuthSecurityBuilder(AuthMechanism mechanism,
AuthFactorySpec spec) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.