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

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

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

SearchResultFilter used to filter out subentries based on objectClass values.


Constructor Summary
SubentryInterceptor.HideSubentriesFilter()
           
 
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.HideSubentriesFilter

public SubentryInterceptor.HideSubentriesFilter()
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.