All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openl.rules.webstudio.SingleUserModeInit Maven / Gradle / Ivy

There is a newer version: 5.27.9
Show newest version
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