Package org.infinispan.cli.commands
Class Credentials
java.lang.Object
org.infinispan.cli.commands.CliCommand
org.infinispan.cli.commands.Credentials
- All Implemented Interfaces:
org.aesh.command.Command<ContextAwareCommandInvocation>
- Since:
- 12.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.aesh.command.CommandResultexec(ContextAwareCommandInvocation invocation) booleanisHelp()Methods inherited from class org.infinispan.cli.commands.CliCommand
execute, nesting
-
Field Details
-
STORE_TYPE
- See Also:
-
CREDENTIALS_PATH
- See Also:
-
help
protected boolean help
-
-
Constructor Details
-
Credentials
public Credentials()
-
-
Method Details
-
isHelp
public boolean isHelp()- Specified by:
isHelpin classCliCommand
-
exec
- Specified by:
execin classCliCommand
-