Package | Description |
---|---|
org.jboss.security.xacml.sunxacml.cond |
Support for Conditions is in this package.
|
Modifier and Type | Class and Description |
---|---|
class |
ConditionBagFunction
Specific
BagFunction class that supports the single
condition bag function: type-is-in. |
class |
GeneralBagFunction
Specific
BagFunction class that supports all of the
general-purpose bag functions: type-one-and-only, type-bag-size, and
type-bag. |
Modifier and Type | Method and Description |
---|---|
static BagFunction |
BagFunction.getBagInstance(String functionName,
String argumentType)
Returns a new
BagFunction that provides the
type-bag functionality over the given attribute type. |
static BagFunction |
BagFunction.getBagSizeInstance(String functionName,
String argumentType)
Returns a new
BagFunction that provides the
type-bag-size functionality over the given attribute type. |
static BagFunction |
BagFunction.getIsInInstance(String functionName,
String argumentType)
Returns a new
BagFunction that provides the
type-is-in functionality over the given attribute type. |
static BagFunction |
BagFunction.getOneAndOnlyInstance(String functionName,
String argumentType)
Returns a new
BagFunction that provides the
type-one-and-only functionality over the given attribute type. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.