Package de.bsvrz.dav.daf.userManagement
Class UserManagement
- java.lang.Object
-
- de.bsvrz.dav.daf.userManagement.CommandLineAction
-
- de.bsvrz.dav.daf.userManagement.UserManagement
-
public class UserManagement extends CommandLineAction
Main Klasse für das Migrationstool, das auch Benutzerverwaltung ermöglicht
-
-
Constructor Summary
Constructors Constructor Description UserManagement()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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ückstatic EditableAuthenticationFile
getPasswd()
static void
main(java.lang.String[] args)
Main-Methodestatic void
saveToPasswd(ConsoleInterface console, ClientCredentials loginToken, java.lang.String user, boolean alwaysSave)
java.lang.String
toString()
Gibt den Befehlsnamen zurück-
Methods inherited from class de.bsvrz.dav.daf.userManagement.CommandLineAction
dispose, execute, execute, printStatus, skipParent
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
Main-Methode- Parameters:
args
- Aufrufargumente- Throws:
java.lang.Exception
-
getActions
public static java.util.List<? extends CommandLineAction> getActions(ClientDavConnection connection, java.lang.String userName, char[] password)
-
getPasswd
public static EditableAuthenticationFile getPasswd()
-
saveToPasswd
public static void saveToPasswd(ConsoleInterface console, ClientCredentials loginToken, java.lang.String user, boolean alwaysSave) throws java.io.IOException
- Throws:
java.io.IOException
-
getActions
public static java.util.List<? extends CommandLineAction> getActions(UserManagementFileInterface userManagementInterface)
-
toString
public java.lang.String toString()
Description copied from class:CommandLineAction
Gibt den Befehlsnamen zurück- Specified by:
toString
in classCommandLineAction
- Returns:
- Name
-
getChildren
public java.util.List<? extends CommandLineAction> getChildren()
Description copied from class:CommandLineAction
Gibt die Kindbefehle zurück- Overrides:
getChildren
in classCommandLineAction
- Returns:
- Kindbefehle
-
-