| Package | Description |
|---|---|
| xdi2.core.features.policy | |
| xdi2.core.features.policy.operator |
| Modifier and Type | Method and Description |
|---|---|
static Operator |
PolicyUtil.createSecretTokenValidOperator(Policy policy) |
static Operator |
PolicyUtil.createSenderIsOperator(Policy policy,
XDIAddress sender) |
static Operator |
PolicyUtil.createSignatureValidOperator(Policy policy) |
| Modifier and Type | Method and Description |
|---|---|
ReadOnlyIterator<Operator> |
Policy.getOperators()
Returns the XDI operators underneath this XDI policy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConditionOperator |
class |
FalseOperator
An XDI $false operator, represented as a relation.
|
class |
TrueOperator
An XDI $true operator, represented as a relation.
|
| Modifier and Type | Method and Description |
|---|---|
static Operator |
Operator.castOperator(Operator operator)
Factory method that casts an Operator to the right subclass, e.g. to a TruePolicyStatement.
|
static Operator |
Operator.fromRelation(Relation relation)
Factory method that creates an XDI operator bound to a given relation.
|
| Modifier and Type | Method and Description |
|---|---|
static Operator |
Operator.castOperator(Operator operator)
Factory method that casts an Operator to the right subclass, e.g. to a TruePolicyStatement.
|
int |
Operator.compareTo(Operator other) |
Copyright © 2015. All Rights Reserved.