"Init CertGenerationObject" )
{
public void action( CertGenerationContainer container )
{
CertGenerationRequestDecorator certGenerationRequest = new CertGenerationRequestDecorator(
LdapApiServiceFactory.getSingleton(), new CertGenerationRequestImpl() );
container.setCertGenerationRequest( certGenerationRequest );
}
} );
/**