See: Description
| Interface | Description |
|---|---|
| Condition |
An interface for evaluating conditions.
|
| Class | Description |
|---|---|
| ANDCondition |
A condition which evaluates to
true if and only if
all of its sub-conditions are true. |
| Conditions |
This class consists exclusively of static methods that operate on
or return conditions.
|
| ContainsCondition |
A condition which evaluates to
true if and only if a
property contains a particular value. |
| IsPresentCondition |
A condition which evaluates to
true if and only if a
particular property has any values specified. |
| NOTCondition |
A condition which evaluates to
true if the
sub-condition is false, or false if
the sub-condition is true. |
| ORCondition |
A condition which evaluates to
false if and only if
all of its sub-conditions are false. |
This package contains interfaces for building and evaluating arbitrary logical conditions which can be used with constraints.
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.