Class INIT
java.lang.Object
org.jpos.q2.cli.ssm.actions.INIT
- All Implemented Interfaces:
CLICommand
Initialize
JCESecurityModule and stores it in the context of the ssm subsystem.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexec(CLIContext cli, String[] strings) Executes the CLI command.
-
Constructor Details
-
INIT
public INIT()Default constructor; no instance state to initialise.
-
-
Method Details
-
exec
Description copied from interface:CLICommandExecutes the CLI command.- Specified by:
execin interfaceCLICommand- Parameters:
cli- the CLI contextstrings- command arguments- Throws:
Exception- on error
-