Uses of Interface
org.apache.neethi.PolicyOperator
Packages that use PolicyOperator
-
Uses of PolicyOperator in org.apache.neethi
Classes in org.apache.neethi that implement PolicyOperatorModifier and TypeClassDescriptionclassAbstractPolicyOperator provides an implementation of few functions of PolicyOperator interface that other PolicyOperators can use.classAll is a PolicyOperator that require all its PolicyComponents to be met.classExactlyOne PolicyOperator requires exactly one of its PolicyComponents to be met.classPolicy is a PolicyOperator that requires to satisfy all of its PolicyComponents.Constructors in org.apache.neethi with parameters of type PolicyOperatorModifierConstructorDescriptionAbstractPolicyOperator(PolicyOperator parent) All(PolicyOperator parent) ExactlyOne(PolicyOperator parent) Policy(PolicyOperator parent)