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();