public class UserManagement extends CommandLineAction
TBD Dokumentation
Constructor and Description |
---|
UserManagement() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<? extends CommandLineAction> |
getActions(ClientDavConnection connection,
java.lang.String userName,
char[] password) |
static java.util.List<? extends CommandLineAction> |
getActions(UserManagementFileInterface userManagementInterface) |
java.util.List<? extends CommandLineAction> |
getChildren()
Gibt die Kindbefehle zurück
|
static EditableAuthenticationFile |
getPasswd() |
static void |
main(java.lang.String[] args) |
static void |
saveToPasswd(ConsoleInterface console,
ClientCredentials loginToken,
java.lang.String user,
boolean alwaysSave) |
java.lang.String |
toString()
Gibt den Befehlsnamen zurück
|
dispose, execute, execute, printStatus, skipParent
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public static java.util.List<? extends CommandLineAction> getActions(ClientDavConnection connection, java.lang.String userName, char[] password)
public static EditableAuthenticationFile getPasswd()
public static void saveToPasswd(ConsoleInterface console, ClientCredentials loginToken, java.lang.String user, boolean alwaysSave) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
CommandLineAction
Gibt den Befehlsnamen zurück
toString
in class CommandLineAction
public java.util.List<? extends CommandLineAction> getChildren()
CommandLineAction
Gibt die Kindbefehle zurück
getChildren
in class CommandLineAction
public static java.util.List<? extends CommandLineAction> getActions(UserManagementFileInterface userManagementInterface)