| Package | Description |
|---|---|
| xdi2.core.features.policy.condition | |
| xdi2.core.features.policy.operator |
| Modifier and Type | Class and Description |
|---|---|
class |
EqualsCondition
An XDI $equals condition, represented as a statement.
|
class |
GenericCondition
An XDI generic condition, represented as a statement.
|
class |
GreaterCondition
An XDI $greater condition, represented as a statement.
|
class |
IsCondition
An XDI $is condition, represented as a statement.
|
class |
LesserCondition
An XDI $lesser condition, represented as a statement.
|
class |
MatchesCondition
An XDI $matches condition, represented as a statement.
|
| Modifier and Type | Method and Description |
|---|---|
static Condition |
Condition.castCondition(Condition condition)
Factory method that casts a Condition to the right subclass, e.g. to a EqualsCondition.
|
static Condition |
Condition.fromStatement(XDIStatement XDIstatement)
Factory method that creates an XDI condition bound to a given statement.
|
| Modifier and Type | Method and Description |
|---|---|
static Condition |
Condition.castCondition(Condition condition)
Factory method that casts a Condition to the right subclass, e.g. to a EqualsCondition.
|
int |
Condition.compareTo(Condition other) |
| Modifier and Type | Method and Description |
|---|---|
IterableIterator<Condition> |
ConditionOperator.getConditions()
Returns the XDI conditions of the XDI policy statement.
|
| Modifier and Type | Method and Description |
|---|---|
static FalseOperator |
FalseOperator.createFalseOperator(Policy policy,
Condition condition) |
static TrueOperator |
TrueOperator.createTrueOperator(Policy policy,
Condition condition) |
Copyright © 2015. All Rights Reserved.