org.apache.directory.server.core.subtree
Class SubentryInterceptor.HideEntriesFilter

java.lang.Object
  extended by org.apache.directory.server.core.subtree.SubentryInterceptor.HideEntriesFilter
All Implemented Interfaces:
EntryFilter
Enclosing class:
SubentryInterceptor

public class SubentryInterceptor.HideEntriesFilter
extends java.lang.Object
implements EntryFilter

SearchResultFilter used to filter out normal entries but shows subentries based on objectClass values.


Constructor Summary
SubentryInterceptor.HideEntriesFilter()
           
 
Method Summary
 boolean accept(SearchingOperationContext operation, ClonedServerEntry entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubentryInterceptor.HideEntriesFilter

public SubentryInterceptor.HideEntriesFilter()
Method Detail

accept

public boolean accept(SearchingOperationContext operation,
                      ClonedServerEntry entry)
               throws java.lang.Exception
Specified by:
accept in interface EntryFilter
Throws:
java.lang.Exception


Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.