See: Description
| Interface | Description |
|---|---|
| ACITupleFilter |
An interface that filters the specified collection of tuples using the
specified extra information.
|
| Class | Description |
|---|---|
| ACDFEngine |
An implementation of Access Control Decision Function (18.8, X.501).
|
| AciContext |
A container used to pass parameters to the ACDF engine
|
| 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
MaxImmSubItem constraint if available. |
| MaxValueCountFilter |
An
ACITupleFilter that discards all tuples that doesn't satisfy
MaxValueCountItem 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
RestrictedByItem constraint if available. |
ACDF (Access Control Decision Function) and its support classes.
Copyright © 2021. All rights reserved.