Package org.forgerock.opendj.security
Class OpenDJProviderSchema
java.lang.Object
org.forgerock.opendj.security.OpenDJProviderSchema
Utility methods for accessing the LDAP schema elements required in order to support the OpenDJ security provider.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SchemaBuilderaddOpenDJProviderSchema(SchemaBuilder builder) Adds the schema elements required by the OpenDJ security provider to the provided schema builder.static Set<AttributeType> Returns the set of LDAP attribute types required in order to support the OpenDJ security provider.static Set<ObjectClass> Returns the set of LDAP object classes required in order to support the OpenDJ security provider.static URLReturns a URL referencing a resource containing the LDIF schema that is required in order to support the OpenDJ security provider.
-
Method Details
-
getObjectClasses
Returns the set of LDAP object classes required in order to support the OpenDJ security provider.- Returns:
- The set of LDAP object classes required in order to support the OpenDJ security provider.
-
getAttributeTypes
Returns the set of LDAP attribute types required in order to support the OpenDJ security provider.- Returns:
- The set of LDAP attribute types required in order to support the OpenDJ security provider.
-
getSchemaLDIFResource
Returns a URL referencing a resource containing the LDIF schema that is required in order to support the OpenDJ security provider.- Returns:
- The URL referencing the LDIF schema.
-
addOpenDJProviderSchema
Adds the schema elements required by the OpenDJ security provider to the provided schema builder.- Parameters:
builder- The schema builder to which the schema elements should be added.- Returns:
- The schema builder.
-