public final class OpenDjSecurityProviderSchema extends Object
Modifier and Type | Method and Description |
---|---|
static SchemaBuilder |
addOpenDjSecurityProviderSchema(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 addOpenDjSecurityProviderSchema(SchemaBuilder builder)
builder
- The schema builder to which the schema elements should be added.Copyright © 2010-2018, ForgeRock All Rights Reserved.