|
|||||||||
Home >> All >> com >> sun >> xacml >> [ cond overview ] | PREV NEXT |
Uses of Class
com.sun.xacml.cond.EvaluationResult
Uses of EvaluationResult in com.sun.xacml.cond |
Fields in com.sun.xacml.cond declared as EvaluationResult | |
private static EvaluationResult |
EvaluationResult.falseBooleanResult
Single instances of EvaluationResults with false and true BooleanAttributes in them. |
private static EvaluationResult |
EvaluationResult.trueBooleanResult
|
Methods in com.sun.xacml.cond that return EvaluationResult | |
EvaluationResult |
SubtractFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluate the function, using the specified parameters. |
EvaluationResult |
StringNormalizeFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluate the function, using the specified parameters. |
EvaluationResult |
RoundFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluate the function, using the specified parameters. |
EvaluationResult |
NumericConvertFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluate the function, using the specified parameters. |
EvaluationResult |
NotFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluate the function, using the specified parameters. |
EvaluationResult |
NOfFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluate the function, using the specified parameters. |
EvaluationResult |
MultiplyFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluate the function, using the specified parameters. |
EvaluationResult |
ModFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluate the function, using the specified parameters. |
EvaluationResult |
MatchFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluate the function, using the specified parameters. |
private static EvaluationResult |
MapFunction.makeProcessingError(java.lang.String message)
Helper function to create a processing error message. |
EvaluationResult |
MapFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluates the function given the input data. |
EvaluationResult |
LogicalFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluate the function, using the specified parameters. |
EvaluationResult |
HigherOrderFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluates the function, using the specified parameters. |
private EvaluationResult |
HigherOrderFunction.any(com.sun.xacml.attr.AttributeValue value,
com.sun.xacml.attr.BagAttribute bag,
Function function,
com.sun.xacml.EvaluationCtx context,
boolean argumentsAreSwapped)
Private helper function that performs the any function, but lets you swap the argument order (so it can be used by any-of-all) |
private EvaluationResult |
HigherOrderFunction.all(com.sun.xacml.attr.AttributeValue value,
com.sun.xacml.attr.BagAttribute bag,
Function function,
com.sun.xacml.EvaluationCtx context)
Private helper function that performs the all function |
private EvaluationResult |
HigherOrderFunction.anyAndAllHelper(com.sun.xacml.attr.AttributeValue value,
com.sun.xacml.attr.BagAttribute bag,
Function function,
com.sun.xacml.EvaluationCtx context,
boolean allFunction,
boolean argumentsAreSwapped)
Private helper for any & all functions |
private EvaluationResult |
HigherOrderFunction.anyOfAll(com.sun.xacml.attr.BagAttribute anyBag,
com.sun.xacml.attr.BagAttribute allBag,
Function function,
com.sun.xacml.EvaluationCtx context)
any-of-all |
private EvaluationResult |
HigherOrderFunction.allOfAny(com.sun.xacml.attr.BagAttribute anyBag,
com.sun.xacml.attr.BagAttribute allBag,
Function function,
com.sun.xacml.EvaluationCtx context)
all-of-any |
private EvaluationResult |
HigherOrderFunction.allAnyHelper(com.sun.xacml.attr.BagAttribute anyBag,
com.sun.xacml.attr.BagAttribute allBag,
Function function,
com.sun.xacml.EvaluationCtx context,
boolean argumentsAreSwapped)
Private helper for the all-of-any and any-of-all functions |
EvaluationResult |
GeneralSetFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluates the function, using the specified parameters. |
EvaluationResult |
GeneralBagFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluate the function, using the specified parameters. |
protected static EvaluationResult |
FunctionBase.makeProcessingError(java.lang.String message)
Create an EvaluationResult that indicates a
processing error with the specified message. |
protected EvaluationResult |
FunctionBase.evalArgs(java.util.List params,
com.sun.xacml.EvaluationCtx context,
com.sun.xacml.attr.AttributeValue[] args)
Evaluates each of the parameters, in order, filling in the argument array with the resulting values. |
EvaluationResult |
Function.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluates the Function using the given inputs. |
EvaluationResult |
FloorFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluate the function, using the specified parameters. |
static EvaluationResult |
EvaluationResult.getInstance(boolean value)
Returns an EvaluationResult that represents
the boolean value provided. |
static EvaluationResult |
EvaluationResult.getFalseInstance()
Returns an EvaluationResult that represents
a false value. |
static EvaluationResult |
EvaluationResult.getTrueInstance()
Returns an EvaluationResult that represents
a true value. |
EvaluationResult |
Evaluatable.evaluate(com.sun.xacml.EvaluationCtx context)
Evaluates the object using the given context, and either returns an error or a resulting value. |
EvaluationResult |
EqualFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluate the function, using the specified parameters. |
EvaluationResult |
DivideFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluate the function, using the specified parameters. |
EvaluationResult |
DateMathFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluate the function, using the specified parameters. |
EvaluationResult |
ConditionSetFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluates the function, using the specified parameters. |
EvaluationResult |
ConditionBagFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluate the function, using the specified parameters. |
EvaluationResult |
ComparisonFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluate the function, using the specified parameters. |
EvaluationResult |
Apply.evaluate(com.sun.xacml.EvaluationCtx context)
Evaluates the apply object using the given function. |
EvaluationResult |
AddFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluate the function, using the specified parameters. |
EvaluationResult |
AbsFunction.evaluate(java.util.List inputs,
com.sun.xacml.EvaluationCtx context)
Evaluate the function, using the specified parameters. |
|
|||||||||
Home >> All >> com >> sun >> xacml >> [ cond overview ] | PREV NEXT |