public class AuthTool extends Object
| Constructor and Description |
|---|
AuthTool() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
addUser(org.overlord.commons.auth.jboss7.tools.AuthTool.Options options)
Stores a password in the password vault.
|
static void |
main(String[] args) |
protected static void |
storePassword(org.overlord.commons.auth.jboss7.tools.AuthTool.Options options)
Stores a password in the password vault.
|
public static void main(String[] args)
args - protected static void storePassword(org.overlord.commons.auth.jboss7.tools.AuthTool.Options options)
throws Exception
Command line options for this command: -vaultdir -keystore -storepass -alias -salt -count -name -password -block -propertyfile [optional] -property [optional]
options - Exceptionprotected static void addUser(org.overlord.commons.auth.jboss7.tools.AuthTool.Options options)
throws Exception
Command line options for this command: -configdir -vaultdir -keystore -storepass -alias -salt -count -user -password -roles (comma separated list of roles) -propertyfile [optional] -property [optional]
options - ExceptionCopyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.