|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PolicyOperator | |
|---|---|
| org.apache.neethi | |
| Uses of PolicyOperator in org.apache.neethi |
|---|
| Classes in org.apache.neethi that implement PolicyOperator | |
|---|---|
class |
AbstractPolicyOperator
AbstractPolicyOperator provides an implementation of few functions of PolicyOperator interface that other PolicyOperators can use. |
class |
All
All is a PolicyOperator that require all its PolicyComponents to be met. |
class |
ExactlyOne
ExactlyOne PolicyOperator requires exactly one of its PolicyComponents to be met. |
class |
Policy
Policy is a PolicyOperator that requires to satisfy all of its PolicyComponents. |
| Constructors in org.apache.neethi with parameters of type PolicyOperator | |
|---|---|
AbstractPolicyOperator(PolicyOperator parent)
|
|
All(PolicyOperator parent)
|
|
ExactlyOne(PolicyOperator parent)
|
|
Policy(PolicyOperator parent)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||