![JAR search and dependency download from the Maven repository](/logo.png)
org.openl.rules.webstudio.SingleUserModeInit Maven / Gradle / Ivy
package org.openl.rules.webstudio;
import org.springframework.beans.factory.annotation.Autowired;
import org.openl.rules.webstudio.service.UserManagementService;
/**
* Creates a user for single user mode.
*/
public class SingleUserModeInit {
@Autowired
private UserManagementService userManagementService;
public void init() {
userManagementService.syncUserData("DEFAULT", "De", "Fault", "[email protected]", "DEFAULT");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy