Ejemplo n.º 1
0
 protected LdapNamingEnumeration getReferredResults(LdapReferralContext refCtx)
     throws NamingException {
   // repeat the original operation at the new context
   return (LdapSearchEnumeration)
       refCtx.search(searchArgs.name, searchArgs.filter, searchArgs.cons);
 }