Package | Description |
---|---|
org.apache.directory.server.core.authz.support |
Modifier and Type | Class and Description |
---|---|
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 MicroOperation s. |
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 ProtectedItem s
are not related with the operation. |
class |
RelatedUserClassFilter
An
ACITupleFilter that discards all tuples whose UserClass es
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–2015 The Apache Software Foundation. All rights reserved.