Uses of Interface
org.jboss.as.cli.impl.aesh.cmd.security.SecurityCommand.FailureConsumer
-
Packages that use SecurityCommand.FailureConsumer Package Description org.jboss.as.cli.impl.aesh.cmd.security org.jboss.as.cli.impl.aesh.cmd.security.model -
-
Uses of SecurityCommand.FailureConsumer in org.jboss.as.cli.impl.aesh.cmd.security
Fields in org.jboss.as.cli.impl.aesh.cmd.security declared as SecurityCommand.FailureConsumer Modifier and Type Field Description static SecurityCommand.FailureConsumerSecurityCommand. DEFAULT_FAILURE_CONSUMERMethods in org.jboss.as.cli.impl.aesh.cmd.security with parameters of type SecurityCommand.FailureConsumer Modifier and Type Method Description static voidSecurityCommand. execute(CommandContext ctx, org.jboss.dmr.ModelNode request, SecurityCommand.FailureConsumer consumer)static voidSecurityCommand. execute(CommandContext ctx, org.jboss.dmr.ModelNode request, SecurityCommand.FailureConsumer consumer, boolean noReload) -
Uses of SecurityCommand.FailureConsumer in org.jboss.as.cli.impl.aesh.cmd.security.model
Classes in org.jboss.as.cli.impl.aesh.cmd.security.model that implement SecurityCommand.FailureConsumer Modifier and Type Class Description classInteractiveSecurityBuilderAn SSL security builder that handles interaction with user to collect required information.classKeyStoreNameSecurityBuilderAn SSL Security builder that retrieves an existing KeyStore.classKeyStorePathSecurityBuilderAn SSL Security builder that builds or reuses a KeyStore based on a file path.classSSLSecurityBuilderBase class to build a complete SSL configuration set of requests.
-