Package org.ejbca.core.model.ra

Examples of org.ejbca.core.model.ra.UsernameGeneratorParams


    this.userAdminSession = userAdminSession;
    this.certificateRequestSession = certificateRequestSession;

    if (CmpConfiguration.getRAOperationMode()) {
      // create UsernameGeneratorParams
      this.usernameGenParams = new UsernameGeneratorParams();
      this.usernameGenParams.setMode(CmpConfiguration.getRANameGenerationScheme());
      this.usernameGenParams.setDNGeneratorComponent(CmpConfiguration.getRANameGenerationParameters());
      this.usernameGenParams.setPrefix(CmpConfiguration.getRANameGenerationPrefix());
      this.usernameGenParams.setPostfix(CmpConfiguration.getRANameGenerationPostfix());
      this.userPwdParams =  CmpConfiguration.getUserPasswordParams();
View Full Code Here

TOP

Related Classes of org.ejbca.core.model.ra.UsernameGeneratorParams

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.