Package | Description |
---|---|
org.jboss.security.xacml.sunxacml.cond |
Support for Conditions is in this package.
|
Modifier and Type | Class and Description |
---|---|
class |
MapFunctionProxy
A basic proxy class that supports map, the only standard abstract function.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.