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 SchemaSchemaFactory. createSchema(InputStream is)Creates a new schema.static SchemaSchemaFactory. createSchema(ConnectionFactory factory)Creates a new schema.static SchemaSchemaFactory. createSchema(ConnectionFactory factory, String entryDn)Creates a new schema.private static SchemaSchemaFactory. createSchema(ConnectionFactory factory, String dn, String filter, String... retAttrs)Searches for the supplied dn and returns its ldap entry.static SchemaSchemaFactory. 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 SchemaBeanGenerator. schemaSchema to generate beans from.Methods in org.ldaptive.beans.generate that return Schema Modifier and Type Method Description SchemaBeanGenerator. getSchema()Returns the schema.Methods in org.ldaptive.beans.generate with parameters of type Schema Modifier and Type Method Description BeanGenerator.BuilderBeanGenerator.Builder. schema(Schema schema)voidBeanGenerator. 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 SchemaSchemaFactory. createSchema(InputStream is)Creates a new schema.static SchemaSchemaFactory. createSchema(ConnectionFactory factory)Creates a new schema.static SchemaSchemaFactory. createSchema(ConnectionFactory factory, String entryDn)Creates a new schema.static SchemaSchemaFactory. createSchema(LdapEntry schemaEntry)Creates a new schema.
-