|
|||||||||
| Home >> All >> com >> sun >> xacml >> [ cond overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.xacml.cond
Interface FunctionFactoryProxy

- All Known Implementing Classes:
- BasicFunctionFactoryProxy
- public interface FunctionFactoryProxy
A simple proxy interface used to install new FunctionFactorys.
The three kinds of factory (Target, Condition, and General) are tied
together in this interface because implementors writing new factories
should always implement all three types and provide them together.
- Since:
- 1.2
| Method Summary | |
FunctionFactory |
getConditionFactory()
Returns the Condition version of an instance of the FunctionFactory for which this is a proxy. |
FunctionFactory |
getGeneralFactory()
Returns the General version of an instance of the FunctionFactory for which this is a proxy. |
FunctionFactory |
getTargetFactory()
Returns the Target version of an instance of the FunctionFactory for which this is a proxy. |
| Method Detail |
getTargetFactory
public FunctionFactory getTargetFactory()
- Returns the Target version of an instance of the
FunctionFactoryfor which this is a proxy.
getConditionFactory
public FunctionFactory getConditionFactory()
- Returns the Condition version of an instance of the
FunctionFactoryfor which this is a proxy.
getGeneralFactory
public FunctionFactory getGeneralFactory()
- Returns the General version of an instance of the
FunctionFactoryfor which this is a proxy.
|
|||||||||
| Home >> All >> com >> sun >> xacml >> [ cond overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC