protected void process( NextInterceptor nextInterceptor, List call ) throws NamingException
{
super.process( nextInterceptor, call );
NamingEnumeration e;
ResultFilteringEnumeration retval;
LdapContext ctx = ( LdapContext ) call.getContextStack().peek();
e = ( NamingEnumeration ) call.getReturnValue();
retval = new ResultFilteringEnumeration( e, null, ctx,
new SearchResultFilter()
{
public boolean accept( LdapContext ctx, SearchResult result,
SearchControls controls )
throws NamingException