| 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 | Method and Description |
|---|---|
static PolicyLexiconParser |
PolicyLexiconParserFactory.getInstance(PolicyLexicon lexicon)
Creates an instance for a given lexicon.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends PolicyLexiconParser> |
PolicyLexicon.getParserClass()
Gets the
PolicyLexiconParser class that will be used to parse the specific lexicon. |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaSerializedObjectLexiconPolicyParser
Implementation of a
PolicyLexiconParser that parses expressions using the PolicyLexicon.JAVA_SER lexicon. |
class |
SimpleTextV1LexiconPolicyParser
Implementation of a
PolicyLexiconParser that parses expressions using the PolicyLexicon.SIMPLE_TEXT_V1 lexicon. |
class |
XMLLexiconPolicyParser
Implementation of a
PolicyLexiconParser that parses expressions using the PolicyLexicon.XML lexicon. |
Copyright © 2010–2020 The Direct Project. All rights reserved.