admin = ejbcawebbean.getAdminObject();
EjbLocalHelper ejb = new EjbLocalHelper();
hardtokensession = ejb.getHardTokenSession();
hardtokenbatchsession = ejb.getHardTokenBatchJobSession();
AuthorizationSession authorizationsession = ejb.getAuthorizationSession();
UserAdminSession useradminsession = ejb.getUserAdminSession();
CertificateProfileSession certificateProfileSession = ejb.getCertificateProfileSession();
keyrecoverysession = ejb.getKeyRecoverySession();
initialized=true;
this.informationmemory = ejbcawebbean.getInformationMemory();
this.hardtokenprofiledatahandler = new HardTokenProfileDataHandler(admin, hardtokensession, certificateProfileSession, authorizationsession , useradminsession, ejb.getCaSession(), informationmemory);