| Modifier and Type | Class and Description |
|---|---|
class |
AttributeTypeHolder
A bean used to hold the literal values of an AttributeType parsed out of an
OpenLDAP schema configuration file.
|
class |
ObjectClassHolder
A bean used to encapsulate the literal String values of an ObjectClass
definition found within an OpenLDAP schema configuration file.
|
class |
SchemaElementImpl
An abstract SchemaElement implementation.
|
| Modifier and Type | Field and Description |
|---|---|
private List<SchemaElement> |
antlrSchemaConverterParser.schemaElements |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaElement> |
antlrSchemaConverterParser.getSchemaElements() |
private List<SchemaElement> |
SchemaParser.invokeParser(String schemaName)
Invoke the parser
|
List<SchemaElement> |
SchemaParser.parse(InputStream schemaIn)
Thread safe method parses a stream of OpenLDAP schemaObject elements/objects.
|
List<SchemaElement> |
SchemaParser.parse(String schemaObject)
Thread safe method parses an OpenLDAP schemaObject element/object.
|
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.