Uses of Class
org.ldaptive.schema.Schema
-
Packages that use Schema Package Description org.ldaptive.ad.schema org.ldaptive.beans.generate org.ldaptive.schema -
-
Uses of Schema in org.ldaptive.ad.schema
Methods in org.ldaptive.ad.schema that return Schema Modifier and Type Method Description static Schema
SchemaFactory. createSchema(InputStream is)
Creates a new schema.static Schema
SchemaFactory. createSchema(ConnectionFactory factory, String entryDn)
Creates a new schema.static Schema
SchemaFactory. createSchema(SearchResponse schemaResult)
Creates a new schema. -
Uses of Schema in org.ldaptive.beans.generate
Fields in org.ldaptive.beans.generate declared as Schema Modifier and Type Field Description private Schema
BeanGenerator. schema
Schema to generate beans from.Methods in org.ldaptive.beans.generate that return Schema Modifier and Type Method Description Schema
BeanGenerator. getSchema()
Returns the schema.Methods in org.ldaptive.beans.generate with parameters of type Schema Modifier and Type Method Description BeanGenerator.Builder
BeanGenerator.Builder. schema(Schema schema)
void
BeanGenerator. setSchema(Schema s)
Sets the schema.Constructors in org.ldaptive.beans.generate with parameters of type Schema Constructor Description BeanGenerator(Schema s, String name, String[] oc)
Creates a new bean generator. -
Uses of Schema in org.ldaptive.schema
Methods in org.ldaptive.schema that return Schema Modifier and Type Method Description static Schema
SchemaFactory. createSchema(InputStream is)
Creates a new schema.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(LdapEntry schemaEntry)
Creates a new schema.
-