JBoss port of sunxacml 2.0.8.Final-redhat-1

Package org.jboss.security.xacml.sunxacml.cond.cluster

This package defines the FunctionCluster interface that is used to define a cluster of functions that are all implemented by some common class.

See:
          Description

Interface Summary
FunctionCluster Interface used by classes that support more than one function.
 

Class Summary
AbsFunctionCluster Clusters all the functions supported by AbsFunction.
AddFunctionCluster Clusters all the functions supported by AddFunction.
ComparisonFunctionCluster Clusters all the functions supported by ComparisonFunction.
ConditionBagFunctionCluster Clusters all the functions supported by ConditionBagFunction.
ConditionSetFunctionCluster Clusters all the functions supported by ConditionSetFunction.
DateMathFunctionCluster Clusters all the functions supported by DateMathFunction.
DivideFunctionCluster Clusters all the functions supported by DivideFunction.
EqualFunctionCluster Clusters all the functions supported by EqualFunction.
FloorFunctionCluster Clusters all the functions supported by FloorFunction.
GeneralBagFunctionCluster Clusters all the functions supported by GeneralBagFunction.
GeneralSetFunctionCluster Clusters all the functions supported by GeneralSetFunction.
HigherOrderFunctionCluster Clusters all the functions supported by HigherOrderFunction.
LogicalFunctionCluster Clusters all the functions supported by LogicalFunction.
MatchFunctionCluster Clusters all the functions supported by MatchFunction.
ModFunctionCluster Clusters all the functions supported by ModFunction.
MultiplyFunctionCluster Clusters all the functions supported by MultiplyFunction.
NOfFunctionCluster Clusters all the functions supported by NOfFunction.
NotFunctionCluster Clusters all the functions supported by NotFunction.
NumericConvertFunctionCluster Clusters all the functions supported by NumericConvertFunction.
RoundFunctionCluster Clusters all the functions supported by RoundFunction.
StringFunctionCluster Clusters all the functions supported by StringFunction and URLStringCatFunction.
StringNormalizeFunctionCluster Clusters all the functions supported by StringNormalizeFunction.
SubtractFunctionCluster Clusters all the functions supported by SubtractFunction.
 

Package org.jboss.security.xacml.sunxacml.cond.cluster Description

This package defines the FunctionCluster interface that is used to define a cluster of functions that are all implemented by some common class. Also included in this package, as a convenience, are cluster classes for all the standard functions. These are used by the standard factory and by the run-time configuration system.


JBoss port of sunxacml 2.0.8.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.