Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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 FunctionFactorys.
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.