Package org.apache.directory.server.core.authz.support

See:
          Description

Interface Summary
ACITupleFilter An interface that filters the specified collection of tuples using the specified extra information.
 

Class Summary
ACDFEngine An implementation of Access Control Decision Function (18.8, X.501).
HighestPrecedenceFilter An ACITupleFilter that discards all tuples having a precedence less than the highest remaining precedence.
MaxImmSubFilter An ACITupleFilter that discards all tuples that doesn't satisfy ProtectedItem.MaxImmSub constraint if available.
MaxValueCountFilter An ACITupleFilter that discards all tuples that doesn't satisfy ProtectedItem.MaxValueCount constraint if available.
MicroOperationFilter An ACITupleFilter that discard tuples which doesn't contain any related MicroOperations.
MostSpecificProtectedItemFilter An ACITupleFilter that chooses the tuples with the most specific protected item.
MostSpecificUserClassFilter An ACITupleFilter that chooses the tuples with the most specific user class.
OperationScope An enumeration that represents the scope of user operation.
RelatedProtectedItemFilter An ACITupleFilter that discards all tuples whose ProtectedItems are not related with the operation.
RelatedUserClassFilter An ACITupleFilter that discards all tuples whose UserClasses are not related with the current user.
RestrictedByFilter An ACITupleFilter that discards all tuples that doesn't satisfy ProtectedItem.RestrictedBy constraint if available.
 

Package org.apache.directory.server.core.authz.support Description

 

ACDF (Access Control Decision Function) and its support classes.

Version:
$Rev$, $Date$
Author:
Apache Directory Project


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