this.appClientLoginHandler = (AppClientLoginHandler)Class.forName(appClientLoginHandlerClass).newInstance();
}catch (Exception e) {
// TODO: handle exception
}
}
keyService = new DefaultKeyServiceImpl(ki4soServerFetchKeyUrl, ki4soClientAppId);
this.encryCredentialManager = new EncryCredentialManagerImpl();
this.encryCredentialManager.setKeyService(keyService);
logger.info("the ki4so sever is :"+this.ki4soServerHost+", please check this service is ok.");
}