assertTrue( entries.size() > 1 );
assertNull( entries.get( "cn=testsubentry,ou=system" ) );
// now add the control with visibility set to true where all entries
// except subentries disappear
LdapApiService codec = LdapApiServiceFactory.getSingleton();
SubentriesDecorator decorator = new SubentriesDecorator( codec );
Subentries ctl = ( Subentries ) decorator.getDecorated();
ctl.setVisibility( true );
decorator.getValue();