org.axway.grapes.server.webapp.tasks
Class AddUserTask
java.lang.Object
com.yammer.dropwizard.tasks.Task
org.axway.grapes.server.webapp.tasks.AddUserTask
public class AddUserTask
- extends com.yammer.dropwizard.tasks.Task
Add User Task
At runtime, this task is able to add credentials to Grapes.
To add a user: POST :/addUser?user=&password=
- Author:
- jdcoffre
| Methods inherited from class com.yammer.dropwizard.tasks.Task |
getName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddUserTask
public AddUserTask(RepositoryHandler repoHandler)
execute
public void execute(com.google.common.collect.ImmutableMultimap<String,String> args,
PrintWriter printer)
throws com.yammer.dropwizard.auth.AuthenticationException
- Specified by:
execute in class com.yammer.dropwizard.tasks.Task
- Throws:
com.yammer.dropwizard.auth.AuthenticationException
Copyright © 2014. All Rights Reserved.