private class EditUser.ManageOneTimePasswords extends CommandLineAction
Modifier | Constructor and Description |
---|---|
private |
ManageOneTimePasswords() |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends CommandLineAction> |
getChildren()
Gibt die Kindbefehle zurück
|
private void |
printPasswords(ConsoleInterface console,
java.util.Collection<java.lang.String> passwords) |
void |
printStatus(ConsoleInterface console)
Gibt einen Text vor der Auswahl der Aktion aus (zum überschreiben)
|
java.lang.String |
toString()
Gibt den Befehlsnamen zurück
|
dispose, execute, execute, skipParent
public void printStatus(ConsoleInterface console) throws java.lang.Exception
CommandLineAction
Gibt einen Text vor der Auswahl der Aktion aus (zum überschreiben)
printStatus
in class CommandLineAction
console
- Konsolejava.lang.Exception
public java.util.List<? extends CommandLineAction> getChildren()
CommandLineAction
Gibt die Kindbefehle zurück
getChildren
in class CommandLineAction
private void printPasswords(ConsoleInterface console, java.util.Collection<java.lang.String> passwords) throws ConfigurationTaskException
ConfigurationTaskException
public java.lang.String toString()
CommandLineAction
Gibt den Befehlsnamen zurück
toString
in class CommandLineAction