Uses of Interface
org.apache.directory.server.core.authz.support.ACITupleFilter

Packages that use ACITupleFilter
org.apache.directory.server.core.authz.support  
 

Uses of ACITupleFilter in org.apache.directory.server.core.authz.support
 

Classes in org.apache.directory.server.core.authz.support that implement ACITupleFilter
 class HighestPrecedenceFilter
          An ACITupleFilter that discards all tuples having a precedence less than the highest remaining precedence.
 class MaxImmSubFilter
          An ACITupleFilter that discards all tuples that doesn't satisfy ProtectedItem.MaxImmSub constraint if available.
 class MaxValueCountFilter
          An ACITupleFilter that discards all tuples that doesn't satisfy ProtectedItem.MaxValueCount constraint if available.
 class MicroOperationFilter
          An ACITupleFilter that discard tuples which doesn't contain any related MicroOperations.
 class MostSpecificProtectedItemFilter
          An ACITupleFilter that chooses the tuples with the most specific protected item.
 class MostSpecificUserClassFilter
          An ACITupleFilter that chooses the tuples with the most specific user class.
 class RelatedProtectedItemFilter
          An ACITupleFilter that discards all tuples whose ProtectedItems are not related with the operation.
 class RelatedUserClassFilter
          An ACITupleFilter that discards all tuples whose UserClasses are not related with the current user.
 class RestrictedByFilter
          An ACITupleFilter that discards all tuples that doesn't satisfy ProtectedItem.RestrictedBy constraint if available.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.