Uses of Class
org.jboss.as.cli.impl.aesh.cmd.security.model.AuthFactorySpec
-
Packages that use AuthFactorySpec Package Description org.jboss.as.cli.impl.aesh.cmd.security.auth org.jboss.as.cli.impl.aesh.cmd.security.model -
-
Uses of AuthFactorySpec in org.jboss.as.cli.impl.aesh.cmd.security.auth
Methods in org.jboss.as.cli.impl.aesh.cmd.security.auth that return AuthFactorySpec Modifier and Type Method Description AuthFactorySpecAbstractDisableAuthenticationCommand. getFactorySpec()AuthFactorySpecAbstractEnableAuthenticationCommand. getFactorySpec()Constructors in org.jboss.as.cli.impl.aesh.cmd.security.auth with parameters of type AuthFactorySpec Constructor Description AbstractDisableAuthenticationCommand(AuthFactorySpec factorySpec)AbstractEnableAuthenticationCommand(AuthFactorySpec factorySpec)AbstractMgmtDisableAuthenticationCommand(AuthFactorySpec factorySpec)AbstractMgmtEnableAuthenticationCommand(AuthFactorySpec factorySpec) -
Uses of AuthFactorySpec in org.jboss.as.cli.impl.aesh.cmd.security.model
Fields in org.jboss.as.cli.impl.aesh.cmd.security.model declared as AuthFactorySpec Modifier and Type Field Description static AuthFactorySpecAuthFactorySpec. HTTPstatic AuthFactorySpecAuthFactorySpec. SASLMethods in org.jboss.as.cli.impl.aesh.cmd.security.model that return AuthFactorySpec Modifier and Type Method Description AuthFactorySpecAuthFactory. getSpec()Methods in org.jboss.as.cli.impl.aesh.cmd.security.model with parameters of type AuthFactorySpec Modifier and Type Method Description static org.jboss.dmr.ModelNodeElytronUtil. addAuthFactory(CommandContext ctx, SecurityDomain securityDomain, String newAuthFactoryName, AuthFactorySpec spec)static StringDefaultResourceNames. buildDefaultAuthFactoryName(AuthMechanism meca, AuthFactorySpec spec, CommandContext ctx)static booleanElytronUtil. factoryExists(CommandContext ctx, String name, AuthFactorySpec spec)static AuthFactoryElytronUtil. findMatchingAuthFactory(AuthMechanism newMechanism, AuthFactorySpec spec, CommandContext ctx)static AuthFactoryElytronUtil. getAuthFactory(String authFactory, AuthFactorySpec spec, CommandContext ctx)static AuthFactoryElytronUtil. getAuthFactory(org.jboss.dmr.ModelNode mn, String authFactory, AuthFactorySpec spec, CommandContext ctx)static org.jboss.dmr.ModelNodeElytronUtil. getAuthFactoryResource(String authFactory, AuthFactorySpec spec, CommandContext ctx)static List<String>ElytronUtil. getAvailableMechanisms(CommandContext ctx, AuthFactorySpec spec)static List<String>ElytronUtil. getMechanisms(CommandContext ctx, String factoryName, AuthFactorySpec spec)static List<String>ElytronUtil. getMechanisms(CommandContext ctx, AuthFactorySpec spec)static org.jboss.dmr.ModelNodeElytronUtil. removeMechanisms(CommandContext ctx, org.jboss.dmr.ModelNode factory, String factoryName, AuthFactorySpec spec, Set<String> toRemove)Constructors in org.jboss.as.cli.impl.aesh.cmd.security.model with parameters of type AuthFactorySpec Constructor Description AuthFactory(String name, SecurityDomain domain, AuthFactorySpec spec)AuthSecurityBuilder(AuthMechanism mechanism, AuthFactorySpec spec)
-