|
|||||||||
Home >> All >> com >> sun >> xacml >> [ cond overview ] | PREV NEXT |
Uses of Package
com.sun.xacml.cond
Classes in com.sun.xacml.cond used by com.sun.xacml.cond | |
Apply
Represents the XACML ApplyType and ConditionType XML types. |
|
BagFunction
Represents all of the Bag functions, though the actual implementations are in two sub-classes specific to the condition and general bag functions. |
|
BaseFunctionFactory
This is a basic implementation of FunctionFactory . |
|
EqualFunction
A class that implements all the *-equal functions. |
|
Evaluatable
Generic interface that is implemented by all objects that can appear in an ApplyType. |
|
EvaluationResult
This is used in cases where a normal result is some AttributeValue, but if an attribute couldn't be resolved (or some other problem occurred), then a Status object needs to be returned instead. |
|
Function
Interface that all functions in the system must implement. |
|
FunctionBase
An abstract utility superclass for functions. |
|
FunctionFactory
Factory used to create all functions. |
|
FunctionFactoryProxy
A simple proxy interface used to install new FunctionFactory s. |
|
FunctionProxy
Used by abstract functions to define how new functions are created by the factory. |
|
FunctionTypeException
Exception that gets thrown if one of the createFunction methods on the FunctionFactory was called, but the other method should have
been called instead. |
|
MapFunction
Represents the higher order bag function map. |
|
SetFunction
Represents all of the Set functions, though the actual implementations are in two sub-classes specific to the condition and general set functions. |
|
StandardFunctionFactory
This factory supports the standard set of functions specified in XACML 1.0 and 1.1. |
|
|||||||||
Home >> All >> com >> sun >> xacml >> [ cond overview ] | PREV NEXT |