| Package | Description |
|---|---|
| org.ldaptive.ad.schema | |
| org.ldaptive.beans.generate | |
| org.ldaptive.schema |
| Modifier and Type | Method and Description |
|---|---|
static Schema |
SchemaFactory.createSchema(ConnectionFactory factory,
String entryDn)
Creates a new schema.
|
static Schema |
SchemaFactory.createSchema(InputStream is)
Creates a new schema.
|
static Schema |
SchemaFactory.createSchema(SearchResult schemaResult)
Creates a new schema.
|
| Modifier and Type | Field and Description |
|---|---|
private Schema |
BeanGenerator.schema
Schema to generate beans from.
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
BeanGenerator.getSchema()
Returns the schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanGenerator.setSchema(Schema s)
Sets the schema.
|
| Constructor and Description |
|---|
BeanGenerator(Schema s,
String name,
String[] oc)
Creates a new bean generator.
|
| Modifier and Type | Method and Description |
|---|---|
static Schema |
SchemaFactory.createSchema(ConnectionFactory factory)
Creates a new schema.
|
static Schema |
SchemaFactory.createSchema(ConnectionFactory factory,
String entryDn)
Creates a new schema.
|
static Schema |
SchemaFactory.createSchema(InputStream is)
Creates a new schema.
|
static Schema |
SchemaFactory.createSchema(LdapEntry schemaEntry)
Creates a new schema.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.