org.cumulus4j.keymanager.cli
Class PutUserSubCommand
java.lang.Object
   org.cumulus4j.keymanager.cli.SubCommand
org.cumulus4j.keymanager.cli.SubCommand
       org.cumulus4j.keymanager.cli.SubCommandWithKeyManagerAPI
org.cumulus4j.keymanager.cli.SubCommandWithKeyManagerAPI
           org.cumulus4j.keymanager.cli.SubCommandWithKeyManagerAPIWithAuth
org.cumulus4j.keymanager.cli.SubCommandWithKeyManagerAPIWithAuth
               org.cumulus4j.keymanager.cli.PutUserSubCommand
org.cumulus4j.keymanager.cli.PutUserSubCommand
- public class PutUserSubCommand 
- extends SubCommandWithKeyManagerAPIWithAuth
SubCommand implementation for creating a new user or updating an existing one.
- Author:
- Marco หงุ่ยตระกูล-Schulze - marco at nightlabs dot de
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PutUserSubCommand
public PutUserSubCommand()
getSubCommandName
public String getSubCommandName()
- Description copied from class: SubCommand
- Get the name of the sub-command, i.e. what the user has to write in the command line.
 
- 
- Specified by:
- getSubCommandNamein class- SubCommand
 
- 
- Returns:
- the name of the sub-command.
 
getSubCommandDescription
public String getSubCommandDescription()
- Description copied from class: SubCommand
- Get the description for this sub-command.
 
- 
- Specified by:
- getSubCommandDescriptionin class- SubCommand
 
- 
- Returns:
- the description.
 
prepare
public void prepare()
             throws Exception
- 
- Overrides:
- preparein class- SubCommandWithKeyManagerAPIWithAuth
 
- 
- Throws:
- Exception
 
run
public void run()
         throws Exception
- 
- Specified by:
- runin class- SubCommand
 
- 
- Throws:
- Exception
 
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.