Package org.forgerock.opendj.security
Class OpenDjSecurityProviderSchema
java.lang.Object
org.forgerock.opendj.security.OpenDjSecurityProviderSchema
Utility methods for accessing the LDAP schema elements required in order to support the OpenDJ security provider.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SchemaBuilder
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 URL
Returns 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.
-
addOpenDjSecurityProviderSchema
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.
-