control = new EntryChangeDecorator( getDirectoryService().getLdapCodecService() );
break;
case MANAGE_DSA_IT_CONTROL:
control = new ManageDsaITDecorator( getDirectoryService().getLdapCodecService(), new ManageDsaITImpl() );
break;
case PAGED_RESULTS_CONTROL:
control = new PagedResultsDecorator( getDirectoryService().getLdapCodecService() );