Properties props = ConfigurationUtil.loadConfig(PROPERTY_FILE);
MyProxyInit myproxyInit = getMyProxyInit(props);
VomsProxyInit vomsProxyInit = getVomsProxyInit(props);
TsukubaGamaProxyInitImpl proxyInit = new TsukubaGamaProxyInitImpl();
proxyInit.setMyProxyInit(myproxyInit);
proxyInit.setVomsProxyInit(vomsProxyInit);
return proxyInit;
}