public class EncodePasswordCommand extends OptionParsingCommand
Command to encode passwords for use with Spring Security.| Constructor and Description |
|---|
EncodePasswordCommand() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<HelpExample> |
getExamples()
Return some examples for the command.
|
java.lang.String |
getUsageHelp()
Returns usage help for the command.
|
getHandler, getHelp, getOptionsHelp, rungetDescription, getNamepublic java.lang.String getUsageHelp()
CommandgetUsageHelp in interface CommandgetUsageHelp in class AbstractCommandpublic java.util.Collection<HelpExample> getExamples()
CommandgetExamples in interface CommandgetExamples in class AbstractCommand