JBoss port of sunxacml 2.0.5-redhat-1

Uses of Class
org.jboss.security.xacml.sunxacml.combine.CombiningAlgFactory

Packages that use CombiningAlgFactory
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.combine All of the combining algorithm support is in this package. 
 

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

Methods in org.jboss.security.xacml.sunxacml that return CombiningAlgFactory
 CombiningAlgFactory PolicyMetaData.getCombiningAlgFactory()
          Returns the CombiningAlgFactory used by the associated policy.
 CombiningAlgFactory ConfigurationStore.getCombiningAlgFactory(String name)
          Returns the combiningAlg factory with the given name.
 CombiningAlgFactory ConfigurationStore.getDefaultCombiningAlgFactory()
          Returns the default combiningAlg factory.
 

Uses of CombiningAlgFactory in org.jboss.security.xacml.sunxacml.combine
 

Subclasses of CombiningAlgFactory in org.jboss.security.xacml.sunxacml.combine
 class BaseCombiningAlgFactory
          This is a basic implementation of CombiningAlgFactory.
 class StandardCombiningAlgFactory
          This factory supports the standard set of algorithms specified in XACML 1.x and 2.0.
 

Methods in org.jboss.security.xacml.sunxacml.combine that return CombiningAlgFactory
 CombiningAlgFactory CombiningAlgFactoryProxy.getFactory()
          Returns an instance of the CombiningAlgFactory for which this is a proxy.
static CombiningAlgFactory CombiningAlgFactory.getInstance()
          Returns the default factory.
static CombiningAlgFactory CombiningAlgFactory.getInstance(String identifier)
          Returns a factory based on the given identifier.
static CombiningAlgFactory StandardCombiningAlgFactory.getNewFactory()
          A convenience method that returns a new instance of a CombiningAlgFactory that supports all of the standard algorithms.
 


JBoss port of sunxacml 2.0.5-redhat-1

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