Package org.projectforge.user

Examples of org.projectforge.user.LoginHandler.initialize()


    }

    if (loginHandler == null) {
      log.error("Can't load login handler '" + projectForgeApp.getConfigXml().getLoginHandlerClass() + "'. No login will be possible!");
    } else {
      loginHandler.initialize();
      Login.getInstance().setLoginHandler(loginHandler);
      if (UserFilter.isUpdateRequiredFirst() == false) {
        projectForgeApp.finalizeInitialization();
      }
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.