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.cond |
Support for Conditions is in this package.
|
Modifier and Type | Method and Description |
---|---|
FunctionFactoryProxy |
ConfigurationStore.getDefaultFunctionFactoryProxy()
Returns the default function factory proxy.
|
FunctionFactoryProxy |
ConfigurationStore.getFunctionFactoryProxy(String name)
Returns the function factory proxy with the given name.
|
Constructor and Description |
---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
BasicFunctionFactoryProxy
A simple utility class that manages triples of function factories.
|
Modifier and Type | Method and Description |
---|---|
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
BaseFunctionFactory s that are correctly
supersetted and contain the standard functions and abstract functions. |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.