| 
SunTM's XACML Implementation for JavaTM | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xacml.cond.BasicFunctionFactoryProxy
A simple utility class that manages triples of function factories.
| Constructor Summary | |
BasicFunctionFactoryProxy(FunctionFactory targetFactory,
                          FunctionFactory conditionFactory,
                          FunctionFactory generalFactory)
Creates a new proxy.  | 
|
| 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. | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public BasicFunctionFactoryProxy(FunctionFactory targetFactory,
                                 FunctionFactory conditionFactory,
                                 FunctionFactory generalFactory)
targetFactory - the target factory provided by this proxyconditionFactory - the target condition provided by this proxygeneralFactory - the general factory provided by this proxy| Method Detail | 
public FunctionFactory getTargetFactory()
FunctionFactoryProxyFunctionFactory for which this is a proxy.
getTargetFactory in interface FunctionFactoryProxyFunctionFactory instancepublic FunctionFactory getConditionFactory()
FunctionFactoryProxyFunctionFactory for which this is a proxy.
getConditionFactory in interface FunctionFactoryProxyFunctionFactory instancepublic FunctionFactory getGeneralFactory()
FunctionFactoryProxyFunctionFactory for which this is a proxy.
getGeneralFactory in interface FunctionFactoryProxyFunctionFactory instance
  | 
Sun's XACML Implementation Version 1.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Sun, Sun Microsystems, the Sun Logo, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.