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>
@MetaInfServices(org.aesh.command.Command.class) public class Credentials extends CliCommand
- Since:
- 12.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCredentials.Addstatic classCredentials.Lsstatic classCredentials.Maskstatic classCredentials.Remove
-
Field Summary
Fields Modifier and Type Field Description static StringCREDENTIALS_PATHprotected booleanhelpstatic StringSTORE_TYPE
-
Constructor Summary
Constructors Constructor Description Credentials()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.aesh.command.CommandResultexec(ContextAwareCommandInvocation invocation)booleanisHelp()-
Methods inherited from class org.infinispan.cli.commands.CliCommand
execute, nesting
-
-
-
-
Field Detail
-
STORE_TYPE
public static final String STORE_TYPE
- See Also:
- Constant Field Values
-
CREDENTIALS_PATH
public static final String CREDENTIALS_PATH
- See Also:
- Constant Field Values
-
help
protected boolean help
-
-
Method Detail
-
isHelp
public boolean isHelp()
- Specified by:
isHelpin classCliCommand
-
exec
public org.aesh.command.CommandResult exec(ContextAwareCommandInvocation invocation)
- Specified by:
execin classCliCommand
-
-