Package | Description |
---|---|
org.jboss.security.xacml.sunxacml.cond |
Support for Conditions is in this package.
|
Modifier and Type | Method and Description |
---|---|
abstract Function |
FunctionFactory.createAbstractFunction(String identity,
Node root)
Tries to get an instance of the specified abstract function.
|
Function |
BaseFunctionFactory.createAbstractFunction(String identity,
Node root)
Tries to get an instance of the specified abstract function.
|
abstract Function |
FunctionFactory.createAbstractFunction(String identity,
Node root,
String xpathVersion)
Tries to get an instance of the specified abstract function.
|
Function |
BaseFunctionFactory.createAbstractFunction(String identity,
Node root,
String xpathVersion)
Tries to get an instance of the specified abstract function.
|
abstract Function |
FunctionFactory.createAbstractFunction(URI identity,
Node root)
Tries to get an instance of the specified abstract function.
|
Function |
BaseFunctionFactory.createAbstractFunction(URI identity,
Node root)
Tries to get an instance of the specified abstract function.
|
abstract Function |
FunctionFactory.createAbstractFunction(URI identity,
Node root,
String xpathVersion)
Tries to get an instance of the specified abstract function.
|
Function |
BaseFunctionFactory.createAbstractFunction(URI identity,
Node root,
String xpathVersion)
Tries to get an instance of the specified abstract function.
|
abstract Function |
FunctionFactory.createFunction(String identity)
Tries to get an instance of the specified function.
|
Function |
BaseFunctionFactory.createFunction(String identity)
Tries to get an instance of the specified function.
|
abstract Function |
FunctionFactory.createFunction(URI identity)
Tries to get an instance of the specified function.
|
Function |
BaseFunctionFactory.createFunction(URI identity)
Tries to get an instance of the specified function.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.