| Package | Description |
|---|---|
| org.nhindirect.policy |
Interface definition and structures for the certificate policy engine.
|
| org.nhindirect.policy.impl |
Implementations of the
PolicyExpression, PolicyLexiconParser, and PolicyOperatorExecutor interfaces. |
| org.nhindirect.policy.impl.machine |
Implementations of the
ExecutionEngine |
| Modifier and Type | Method and Description |
|---|---|
static PolicyOperator |
PolicyOperator.fromToken(String token)
Gets the policy operator associated with a specific token string.
|
PolicyOperator |
OperationPolicyExpressionFactory.OperationPolicyExpressionImpl.getPolicyOperator()
Gets the operator that will be executed when the expression is evaluated.
|
PolicyOperator |
OperationPolicyExpression.getPolicyOperator()
Gets the operator that will be executed when the expression is evaluated.
|
static PolicyOperator |
PolicyOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyOperator[] |
PolicyOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static OperationPolicyExpression |
OperationPolicyExpressionFactory.getInstance(PolicyOperator operator,
Vector<PolicyExpression> operands)
Creates an instance from a
OperationPolicyExpression |
| Constructor and Description |
|---|
BinaryBooleanPolicyOperatorExecutor(PolicyValue<O1> operand1,
PolicyValue<O2> operand2,
PolicyOperator operator)
Constructor
|
BinaryCollectionPolicyOperatorExecutor(PolicyValue<O1> operand1,
PolicyValue<O2> operand2,
PolicyOperator operator)
Constructor
|
BinaryIntegerPolicyOperatorExecutor(PolicyValue<O1> operand1,
PolicyValue<O2> operand2,
PolicyOperator operator) |
UnaryBooleanPolicyOperatorExecutor(PolicyValue<O> operand,
PolicyOperator operator)
Constructor
|
UnaryIntegerPolicyOperatorExecutor(PolicyValue<O> operand,
PolicyOperator operator)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
PolicyOperator |
StackMachineEntry.getOperator() |
| Constructor and Description |
|---|
StackMachineEntry(PolicyOperator operator) |
Copyright © 2010–2020 The Direct Project. All rights reserved.