Package org.projectforge.core

Examples of org.projectforge.core.SecurityConfig


    return NumberHelper.getSecureRandomBase64String(10);
  }

  private String getPepperString()
  {
    final SecurityConfig securityConfig = ConfigXml.getInstance().getSecurityConfig();
    if (securityConfig != null) {
      return securityConfig.getPasswordPepper();
    }
    return "";
  }
View Full Code Here

TOP

Related Classes of org.projectforge.core.SecurityConfig

Copyright © 2018 www.massapicom. 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.