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

Quick Search    Search Deep

com.sun.xacml.cond
Class MapFunctionProxy  view MapFunctionProxy download MapFunctionProxy.java

java.lang.Object
  extended bycom.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

Constructor Summary
MapFunctionProxy()
          Default constructor.
 
Method Summary
 Function getInstance(org.w3c.dom.Node root, java.lang.String xpathVersion)
          Creates an instance of some abstract function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapFunctionProxy

public MapFunctionProxy()
Default constructor.

Method Detail

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