|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LdapSyntax | |
---|---|
org.apache.directory.shared.ldap.schema | Contains interfaces and base classes for representing the LDAP schema domain model. |
org.apache.directory.shared.ldap.schema.loader.ldif | |
org.apache.directory.shared.ldap.schema.manager.impl | |
org.apache.directory.shared.ldap.schema.parsers | |
org.apache.directory.shared.ldap.schema.registries |
Uses of LdapSyntax in org.apache.directory.shared.ldap.schema |
---|
Fields in org.apache.directory.shared.ldap.schema declared as LdapSyntax | |
---|---|
protected LdapSyntax |
MatchingRule.ldapSyntax
The associated LdapSyntax |
Methods in org.apache.directory.shared.ldap.schema that return LdapSyntax | |
---|---|
LdapSyntax |
LdapSyntax.copy()
Copy a LdapSyntax |
LdapSyntax |
AttributeType.getSyntax()
Gets the Syntax for this AttributeType's values. |
LdapSyntax |
MatchingRule.getSyntax()
Gets the LdapSyntax used by this MatchingRule. |
LdapSyntax |
EntityFactory.getSyntax(SchemaManager schemaManager,
Entry entry,
Registries targetRegistries,
java.lang.String schemaName)
|
LdapSyntax |
SchemaManager.lookupLdapSyntaxRegistry(java.lang.String oid)
Lookup for an LdapSyntax in the LdapSyntax registry |
Methods in org.apache.directory.shared.ldap.schema with parameters of type LdapSyntax | |
---|---|
static java.lang.String |
DescriptionUtils.getDescription(LdapSyntax syntax)
Generates the SyntaxDescription for a Syntax as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.54. |
static java.lang.StringBuffer |
SchemaUtils.render(LdapSyntax syntax)
Renders a Syntax into a new StringBuffer according to the LDAP Syntax Description Syntax 1.3.6.1.4.1.1466.115.121.1.54. |
void |
AttributeType.setSyntax(LdapSyntax syntax)
Sets the Syntax for this AttributeType |
void |
MatchingRule.setSyntax(LdapSyntax ldapSyntax)
Sets the Syntax |
void |
AttributeType.updateSyntax(LdapSyntax syntax)
Update the associated Syntax, even if the SchemaObject is readOnly |
void |
MatchingRule.updateSyntax(LdapSyntax ldapSyntax)
Update the associated Syntax, even if the SchemaObject is readOnly |
Uses of LdapSyntax in org.apache.directory.shared.ldap.schema.loader.ldif |
---|
Methods in org.apache.directory.shared.ldap.schema.loader.ldif that return LdapSyntax | |
---|---|
LdapSyntax |
SchemaEntityFactory.getSyntax(SchemaManager schemaManager,
Entry entry,
Registries targetRegistries,
java.lang.String schemaName)
|
Uses of LdapSyntax in org.apache.directory.shared.ldap.schema.manager.impl |
---|
Methods in org.apache.directory.shared.ldap.schema.manager.impl that return LdapSyntax | |
---|---|
LdapSyntax |
DefaultSchemaManager.lookupLdapSyntaxRegistry(java.lang.String oid)
Lookup for an LdapSyntax in the LdapSyntax registry |
Uses of LdapSyntax in org.apache.directory.shared.ldap.schema.parsers |
---|
Methods in org.apache.directory.shared.ldap.schema.parsers that return LdapSyntax | |
---|---|
LdapSyntax |
LdapSyntaxDescriptionSchemaParser.parse(java.lang.String schemaDescription)
Parses a LdapSyntax description |
LdapSyntax |
LdapSyntaxDescriptionSchemaParser.parseLdapSyntaxDescription(java.lang.String ldapSyntaxDescription)
Parses a LDAP syntax description according to RFC 4512: |
Methods in org.apache.directory.shared.ldap.schema.parsers with parameters of type LdapSyntax | |
---|---|
static boolean |
ParserDescriptionUtils.syntaxesMatch(LdapSyntax ldapSyntax0,
LdapSyntax ldapSyntax1)
Checks to see if two syntax match exactly. |
Uses of LdapSyntax in org.apache.directory.shared.ldap.schema.registries |
---|
Methods in org.apache.directory.shared.ldap.schema.registries that return LdapSyntax | |
---|---|
LdapSyntax |
ImmutableLdapSyntaxRegistry.lookup(java.lang.String oid)
Looks up a SchemaObject by its unique Object Identifier or by name. |
LdapSyntax |
ImmutableLdapSyntaxRegistry.unregister(LdapSyntax schemaObject)
Removes the SchemaObject registered with this registry. |
LdapSyntax |
ImmutableLdapSyntaxRegistry.unregister(java.lang.String numericOid)
Removes the SchemaObject registered with this registry, using its numeric OID. |
Methods in org.apache.directory.shared.ldap.schema.registries that return types with arguments of type LdapSyntax | |
---|---|
java.util.Iterator<LdapSyntax> |
ImmutableLdapSyntaxRegistry.iterator()
Gets an iterator over the registered schema objects in the registry. |
Methods in org.apache.directory.shared.ldap.schema.registries with parameters of type LdapSyntax | |
---|---|
void |
ImmutableLdapSyntaxRegistry.register(LdapSyntax schemaObject)
Registers a new SchemaObject with this registry. |
LdapSyntax |
ImmutableLdapSyntaxRegistry.unregister(LdapSyntax schemaObject)
Removes the SchemaObject registered with this registry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |