Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.