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 MicroOperation s. |
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 ProtectedItem s
are not related with the operation. |
RelatedUserClassFilter |
An
ACITupleFilter that discards all tuples whose UserClass es
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 © 2003–2020 The Apache Software Foundation. All rights reserved.