Interface SecurityCommand.FailureConsumer
-
- All Known Implementing Classes:
InteractiveSecurityBuilder,KeyStoreNameSecurityBuilder,KeyStorePathSecurityBuilder,SSLSecurityBuilder
- Enclosing class:
- SecurityCommand
public static interface SecurityCommand.FailureConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfailureOccured(CommandContext ctx, org.jboss.dmr.ModelNode reply)
-
-
-
Method Detail
-
failureOccured
void failureOccured(CommandContext ctx, org.jboss.dmr.ModelNode reply) throws org.aesh.command.CommandException
- Throws:
org.aesh.command.CommandException
-
-