Package | Description |
---|---|
org.opends.server.schema |
Contains implementations of various Directory Server schema elements.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data
types.
|
Modifier and Type | Method and Description |
---|---|
static LDAPSyntaxDescription |
LDAPSyntaxDescriptionSyntax.decodeLDAPSyntax(org.forgerock.opendj.ldap.ByteSequence value,
ServerContext serverContext,
Schema schema,
boolean allowUnknownElements,
boolean forDelete)
Decodes the contents of the provided byte sequence as an ldap syntax
definition according to the rules of this syntax.
|
Modifier and Type | Method and Description |
---|---|
LDAPSyntaxDescription |
Schema.getLdapSyntaxDescription(String lowerName)
Retrieves the ldap syntax definition with the OID.
|
Modifier and Type | Method and Description |
---|---|
ConcurrentHashMap<String,LDAPSyntaxDescription> |
Schema.getLdapSyntaxDescriptions()
Retrieves the ldap syntax definitions for this schema, as a
mapping between the OID for the syntax and the ldap syntax
definition itself.
|
Modifier and Type | Method and Description |
---|---|
void |
Schema.deregisterLdapSyntaxDescription(LDAPSyntaxDescription syntax)
Deregisters the provided ldap syntax description with this
schema.
|
void |
Schema.registerLdapSyntaxDescription(LDAPSyntaxDescription syntax,
boolean overwriteExisting)
Registers the provided ldap syntax description with this
schema.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.