| Home >> All >> com >> sun >> xacml >> cond >> [ cluster Javadoc ] |
com.sun.xacml.cond.cluster: Javadoc index of package com.sun.xacml.cond.cluster.
Package Samples:
com.sun.xacml.cond.cluster: Support for Conditions is in this package.
Classes:
FunctionCluster: Interface used by classes that support more than one function. It's a common design model to have a single class support more than one XACML function. In those cases, you should provide a proxy that implements FunctionCluster in addition to the Function . This is particularly important for the run-time configuration system, which uses this interface to create "clusters" of functions and therefore can use a smaller configuration file.
StringNormalizeFunctionCluster: Clusters all the functions supported by StringNormalizeFunction .
NumericConvertFunctionCluster: Clusters all the functions supported by NumericConvertFunction .
ConditionBagFunctionCluster: Clusters all the functions supported by ConditionBagFunction .
ConditionSetFunctionCluster: Clusters all the functions supported by ConditionSetFunction .
HigherOrderFunctionCluster: Clusters all the functions supported by HigherOrderFunction .
ComparisonFunctionCluster: Clusters all the functions supported by ComparisonFunction .
GeneralBagFunctionCluster: Clusters all the functions supported by GeneralBagFunction .
GeneralSetFunctionCluster: Clusters all the functions supported by GeneralSetFunction .
DateMathFunctionCluster: Clusters all the functions supported by DateMathFunction .
MultiplyFunctionCluster: Clusters all the functions supported by MultiplyFunction .
SubtractFunctionCluster: Clusters all the functions supported by SubtractFunction .
LogicalFunctionCluster: Clusters all the functions supported by LogicalFunction .
DivideFunctionCluster: Clusters all the functions supported by DivideFunction .
EqualFunctionCluster: Clusters all the functions supported by EqualFunction .
FloorFunctionCluster: Clusters all the functions supported by FloorFunction .
MatchFunctionCluster: Clusters all the functions supported by MatchFunction .
RoundFunctionCluster: Clusters all the functions supported by RoundFunction .
AbsFunctionCluster: Clusters all the functions supported by AbsFunction .
AddFunctionCluster: Clusters all the functions supported by AddFunction .
ModFunctionCluster: Clusters all the functions supported by ModFunction .
NOfFunctionCluster: Clusters all the functions supported by NOfFunction .
NotFunctionCluster: Clusters all the functions supported by NotFunction .
| Home | Contact Us | Privacy Policy | Terms of Service |