public class SSM extends java.lang.Object implements CLISubSystem, CLICommand
| Constructor and Description |
|---|
SSM() |
| Modifier and Type | Method and Description |
|---|---|
void |
exec(CLIContext cli,
java.lang.String[] strings) |
java.lang.String[] |
getCompletionPrefixes(CLIContext ctx,
java.lang.String[] args) |
java.lang.String |
getPrompt(CLIContext ctx,
java.lang.String[] args) |
static JCESecurityModule |
getSecurityModule(CLIContext cliContext) |
static void |
setSecurityModule(CLIContext cliContext,
JCESecurityModule securityModule) |
public java.lang.String getPrompt(CLIContext ctx, java.lang.String[] args)
getPrompt in interface CLISubSystempublic java.lang.String[] getCompletionPrefixes(CLIContext ctx, java.lang.String[] args)
getCompletionPrefixes in interface CLISubSystempublic void exec(CLIContext cli, java.lang.String[] strings) throws java.lang.Exception
exec in interface CLICommandjava.lang.Exceptionpublic static JCESecurityModule getSecurityModule(CLIContext cliContext)
public static void setSecurityModule(CLIContext cliContext, JCESecurityModule securityModule)