Package | Description |
---|---|
org.wso2.balana.cond |
Support for Conditions is in this package.
|
org.wso2.balana.cond.xacml3 |
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 |
IPInRangeFunction
IP range function developed for Balana.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
StringComparingFunction
A class that implements all the *-start-with functions.
|
class |
StringConversionFunction
String conversion functions that creates different data-types from String type
|
class |
StringCreationFunction
String creation function that creates String from other data types
|
class |
SubStringFunction
Sub string functions .
|
class |
XPathFunction
The class that implement all XPath based functions.
|
Copyright © 2020 WSO2. All rights reserved.