WildFly Elytron's wildfly-elytron-tool repository is no longer in use to date. The code has moved to a new location: https://github.com/wildfly-security/wildfly-elytron/tree/1.x/tool
WildFly Elytron is a new WildFly sub-project which is completely replacing the combination of PicketBox and JAAS as the WildFly client and server security mechanism. This project is the command line tool to expose utilities when working with WildFly Elytron.
An "elytron" (ĕl´·ĭ·trŏn, plural "elytra") is the hard, protective casing over a wing of certain flying insects (e.g. beetles).
git clone [email protected]:wildfly-security/wildfly-elytron-tool.git
To use dependencies from JBoss.org, you need to add the JBoss Maven Repositories to your Maven settings.xml. For details see http://community.jboss.org/wiki/MavenGettingStarted-Users
The command below builds the project and runs the embedded suite.
$ mvn clean install
Bugs and features are tracked within the WildFly Elytron Tool GitHub project https://github.com/wildfly-security/wildfly-elytron-tool/issues