java.lang.Object
com.sun.xacml.cond.MapFunctionProxy
- All Implemented Interfaces:
- FunctionProxy
- public class MapFunctionProxy
- extends java.lang.Object
- implements FunctionProxy
A basic proxy class that supports map, the only standard abstract function.
This is useful if you're configuring the PDP at runtime.
- Since:
- 1.2
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapFunctionProxy
public MapFunctionProxy()
- Default constructor.
getInstance
public Function getInstance(org.w3c.dom.Node root,
java.lang.String xpathVersion)
throws java.lang.Exception
- Description copied from interface:
FunctionProxy
- Creates an instance of some abstract function. If the function
being created is not using XPath, then the version parameter can be
ignored, otherwise a value must be present and the version must
be acceptable.
- Specified by:
getInstance in interface FunctionProxy