Package | Description |
---|---|
org.jboss.security.xacml.sunxacml.cond |
Support for Conditions is in this package.
|
Modifier and Type | Class and Description |
---|---|
class |
AbsFunction
A class that implements all the *-abs functions.
|
class |
AddFunction
A class that implements all the *-add functions.
|
class |
BagFunction
Represents all of the Bag functions, though the actual implementations
are in two sub-classes specific to the condition and general bag
functions.
|
class |
ComparisonFunction
A class that implements all of the standard comparison functions.
|
class |
ConditionBagFunction
Specific
BagFunction class that supports the single
condition bag function: type-is-in. |
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 |
DateMathFunction
A class that implements several of the date math functions.
|
class |
DivideFunction
A class that implements all the *-divide functions.
|
class |
EqualFunction
A class that implements all the *-equal functions.
|
class |
FloorFunction
A class that implements the floor function.
|
class |
GeneralBagFunction
Specific
BagFunction class that supports all of the
general-purpose bag functions: type-one-and-only, type-bag-size, and
type-bag. |
class |
GeneralSetFunction
Specific
SetFunction class that supports all of the
general-purpose set functions: type-intersection and type-union. |
class |
LogicalFunction
A class that implements the logical functions "or" and "and".
|
class |
MatchFunction
Implements the standard matching and regular expression functions.
|
class |
ModFunction
A class that implements the integer-mod function.
|
class |
MultiplyFunction
A class that implements all the *-multiply functions.
|
class |
NOfFunction
A class that implements the n-of function.
|
class |
NotFunction
A class that implements the not function.
|
class |
NumericConvertFunction
A class that implements all the numeric type conversion functions
(double-to-integer and integer-to-double).
|
class |
RoundFunction
A class that implements the round function.
|
class |
SetFunction
Represents all of the Set functions, though the actual implementations
are in two sub-classes specific to the condition and general set
functions.
|
class |
StringFunction
This class implements the string-concatenate function from XACML 2.0.
|
class |
StringNormalizeFunction
A class that implements all the string conversion functions
(string-normalize-space and string-normalize-to-lower-case).
|
class |
SubtractFunction
A class that implements all the *-subtract functions.
|
class |
TimeInRangeFunction
This class implements the time-in-range function, which takes
three time values and returns true if the first value falls between the
second and the third value.
|
class |
URLStringCatFunction
Represents the XACML 2.0 url-string-concatenate function.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.