Package | Description |
---|---|
org.jboss.security.xacml.sunxacml.cond |
Support for Conditions is in this package.
|
Modifier and Type | Class and Description |
---|---|
class |
ConditionSetFunction
Specific
SetFunction class that supports all of the
condition set functions: type-at-least-one-member-of, type-subset, and
type-set-equals. |
class |
GeneralSetFunction
Specific
SetFunction class that supports all of the
general-purpose set functions: type-intersection and type-union. |
Modifier and Type | Method and Description |
---|---|
static SetFunction |
SetFunction.getAtLeastOneInstance(String functionName,
String argumentType)
Creates a new instance of the at-least-one-member-of set function.
|
static SetFunction |
SetFunction.getIntersectionInstance(String functionName,
String argumentType)
Creates a new instance of the intersection set function.
|
static SetFunction |
SetFunction.getSetEqualsInstance(String functionName,
String argumentType)
Creates a new instance of the equals set function.
|
static SetFunction |
SetFunction.getSubsetInstance(String functionName,
String argumentType)
Creates a new instance of the subset set function.
|
static SetFunction |
SetFunction.getUnionInstance(String functionName,
String argumentType)
Creates a new instance of the union set function.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.