| 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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanPolicyOperatorExecutor<O>
Policy executor that returns a boolean result.
|
interface |
CollectionPolicyOperatorExecutor<O>
Policy executor that returns a collection of elements.
|
interface |
IntegerPolicyOperatorExecutor<O>
Policy executor that returns an integer result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryBooleanPolicyOperatorExecutor<O1,O2>
Executor that evaluates operations that take two parameters and return a boolean value.
|
class |
BinaryCollectionPolicyOperatorExecutor<O1,O2>
Executor that evaluates operations that take two parameters and return collection.
|
class |
BinaryIntegerPolicyOperatorExecutor<O1,O2>
Executor that evaluates operations that take two parameters and return an integer value.
|
class |
UnaryBooleanPolicyOperatorExecutor<O>
Executor that evaluates operations that take a single parameter and return a boolean value.
|
class |
UnaryIntegerPolicyOperatorExecutor<O>
Executor that evaluates operations that take a single parameter and return an integer value.
|
Copyright © 2010-2016 The Direct Project. All Rights Reserved.