JBoss port of sunxacml 2.0.5

Uses of Interface
org.jboss.security.xacml.sunxacml.cond.FunctionProxy

Packages that use FunctionProxy
org.jboss.security.xacml.sunxacml.cond Support for Conditions is in this package. 
 

Uses of FunctionProxy in org.jboss.security.xacml.sunxacml.cond
 

Classes in org.jboss.security.xacml.sunxacml.cond that implement FunctionProxy
 class MapFunctionProxy
          A basic proxy class that supports map, the only standard abstract function.
 

Methods in org.jboss.security.xacml.sunxacml.cond with parameters of type FunctionProxy
static void FunctionFactory.addAbstractConditionFunction(FunctionProxy proxy, URI identity)
          Deprecated. As of version 1.2, replaced by FunctionFactory.addAbstractFunction(FunctionProxy,URI). The new factory system requires you to get a factory instance and then call the non-static methods on that factory. The static versions of these methods have been left in for now, but are slower and will be removed in a future version.
abstract  void FunctionFactory.addAbstractFunction(FunctionProxy proxy, URI identity)
          Adds the abstract function proxy to the factory.
 void StandardFunctionFactory.addAbstractFunction(FunctionProxy proxy, URI identity)
          Always throws an exception, since support for new functions may not be added to a standard factory.
 void BaseFunctionFactory.addAbstractFunction(FunctionProxy proxy, URI identity)
          Adds the abstract function proxy to the factory.
static void FunctionFactory.addAbstractGeneralFunction(FunctionProxy proxy, URI identity)
          Deprecated. As of version 1.2, replaced by FunctionFactory.addAbstractFunction(FunctionProxy,URI). The new factory system requires you to get a factory instance and then call the non-static methods on that factory. The static versions of these methods have been left in for now, but are slower and will be removed in a future version.
static void FunctionFactory.addAbstractTargetFunction(FunctionProxy proxy, URI identity)
          Deprecated. As of version 1.2, replaced by FunctionFactory.addAbstractFunction(FunctionProxy,URI). The new factory system requires you to get a factory instance and then call the non-static methods on that factory. The static versions of these methods have been left in for now, but are slower and will be removed in a future version.
 


JBoss port of sunxacml 2.0.5

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.