public final class OpenDJProviderSchema extends Object
| Modifier and Type | Method and Description |
|---|---|
static SchemaBuilder |
addOpenDJProviderSchema(SchemaBuilder builder)
Adds the schema elements required by the OpenDJ security provider to the provided schema builder.
|
static Set<AttributeType> |
getAttributeTypes()
Returns the set of LDAP attribute types required in order to support the OpenDJ security provider.
|
static Set<ObjectClass> |
getObjectClasses()
Returns the set of LDAP object classes required in order to support the OpenDJ security provider.
|
static URL |
getSchemaLDIFResource()
Returns a URL referencing a resource containing the LDIF schema that is required in order to support the
OpenDJ security provider.
|
public static Set<ObjectClass> getObjectClasses()
public static Set<AttributeType> getAttributeTypes()
public static URL getSchemaLDIFResource()
public static SchemaBuilder addOpenDJProviderSchema(SchemaBuilder builder)
builder - The schema builder to which the schema elements should be added.Copyright © 2017-2020 Wren Security. All Rights Reserved.