Uses of Class
org.jboss.as.cli.impl.aesh.cmd.security.model.AuthFactory
-
Packages that use AuthFactory Package Description org.jboss.as.cli.impl.aesh.cmd.security.model -
-
Uses of AuthFactory in org.jboss.as.cli.impl.aesh.cmd.security.model
Methods in org.jboss.as.cli.impl.aesh.cmd.security.model that return AuthFactory Modifier and Type Method Description static AuthFactoryElytronUtil. findMatchingAuthFactory(AuthMechanism newMechanism, AuthFactorySpec spec, CommandContext ctx)AuthFactoryAuthSecurityBuilder. getAuthFactory()static AuthFactoryElytronUtil. getAuthFactory(String authFactory, AuthFactorySpec spec, CommandContext ctx)static AuthFactoryElytronUtil. getAuthFactory(org.jboss.dmr.ModelNode mn, String authFactory, AuthFactorySpec spec, CommandContext ctx)Methods in org.jboss.as.cli.impl.aesh.cmd.security.model with parameters of type AuthFactory Modifier and Type Method Description static voidElytronUtil. addAuthMechanism(CommandContext ctx, AuthFactory authFactory, AuthMechanism mechanism, org.jboss.dmr.ModelNode steps)Constructors in org.jboss.as.cli.impl.aesh.cmd.security.model with parameters of type AuthFactory Constructor Description AuthSecurityBuilder(AuthFactory ootbFactory)
-