JBoss port of sunxacml 2.0.8.Final-redhat-1

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

Packages that use FunctionFactoryProxy
org.jboss.security.xacml.sunxacml This is the root package, which contains the PDP class where most people will want to start. 
org.jboss.security.xacml.sunxacml.cond Support for Conditions is in this package. 
 

Uses of FunctionFactoryProxy in org.jboss.security.xacml.sunxacml
 

Methods in org.jboss.security.xacml.sunxacml that return FunctionFactoryProxy
 FunctionFactoryProxy ConfigurationStore.getDefaultFunctionFactoryProxy()
          Returns the default function factory proxy.
 FunctionFactoryProxy ConfigurationStore.getFunctionFactoryProxy(String name)
          Returns the function factory proxy with the given name.
 

Constructors in org.jboss.security.xacml.sunxacml with parameters of type FunctionFactoryProxy
PolicyMetaData(int xacmlVersion, int xpathVersion, AttributeFactoryProxy attributeFactoryProxy, CombiningAlgFactoryProxy combiningAlgFactoryProxy, FunctionFactoryProxy functionFactoryProxy)
          Creates a PolicyMetaData instance with the given parameters.
PolicyMetaData(String xacmlVersion, String xpathVersion, AttributeFactoryProxy attributeFactoryProxy, CombiningAlgFactoryProxy combiningAlgFactoryProxy, FunctionFactoryProxy functionFactoryProxy)
          Creates a PolicyMetaData instance with the given parameters.
 

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

Classes in org.jboss.security.xacml.sunxacml.cond that implement FunctionFactoryProxy
 class BasicFunctionFactoryProxy
          A simple utility class that manages triples of function factories.
 

Methods in org.jboss.security.xacml.sunxacml.cond that return FunctionFactoryProxy
static FunctionFactoryProxy FunctionFactory.getInstance()
          Returns the default FunctionFactoryProxy that provides access to all the functions.
static FunctionFactoryProxy FunctionFactory.getInstance(String identifier)
          Returns a factory based on the given identifier.
static FunctionFactoryProxy StandardFunctionFactory.getNewFactoryProxy()
          A convenience method that returns a proxy containing newly created instances of BaseFunctionFactorys that are correctly supersetted and contain the standard functions and abstract functions.
 

Methods in org.jboss.security.xacml.sunxacml.cond with parameters of type FunctionFactoryProxy
static void FunctionFactory.registerFactory(String identifier, FunctionFactoryProxy proxy)
          Registers the given factory proxy with the given identifier.
static void FunctionFactory.setDefaultFactory(FunctionFactoryProxy proxy)
          Sets the default factory.
 


JBoss port of sunxacml 2.0.8.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.