Package org.wildfly.security.tool
Class ElytronTool
- java.lang.Object
-
- org.wildfly.security.tool.ElytronTool
-
public class ElytronTool extends Object
Elytron Tool main class which drives all registered commands.- Author:
- Peter Skopek
-
-
Field Summary
Fields Modifier and Type Field Description static intElytronToolExitStatus_OKstatus code for no problemsstatic intElytronToolExitStatus_unrecognizedCommandstatus code for unrecognized commandstatic StringLOG_MANAGER_PROPERTY
-
Constructor Summary
Constructors Constructor Description ElytronTool()Construct ElytronTool with registration of all supported commands.
-
-
-
Field Detail
-
LOG_MANAGER_PROPERTY
public static final String LOG_MANAGER_PROPERTY
- See Also:
- Constant Field Values
-
ElytronToolExitStatus_unrecognizedCommand
public static int ElytronToolExitStatus_unrecognizedCommand
status code for unrecognized command
-
ElytronToolExitStatus_OK
public static int ElytronToolExitStatus_OK
status code for no problems
-
-
Method Detail
-
main
public static void main(String[] args)
Main method to call from scripts.- Parameters:
args- parameters to pass farther. The first parameter is name or alias of the command.
-
-