Uses of Class
org.apache.directory.api.ldap.model.schema.LdapSyntax
-
Packages that use LdapSyntax Package Description org.apache.directory.api.ldap.model.schema Contains interfaces and base classes for representing the LDAP schema domain model.org.apache.directory.api.ldap.model.schema.parsers org.apache.directory.api.ldap.model.schema.registries org.apache.directory.api.ldap.model.schema.registries.helper org.apache.directory.api.ldap.schema.loader org.apache.directory.api.ldap.schema.manager.impl -
-
Uses of LdapSyntax in org.apache.directory.api.ldap.model.schema
Fields in org.apache.directory.api.ldap.model.schema declared as LdapSyntax Modifier and Type Field Description protected LdapSyntaxMatchingRule. ldapSyntaxThe associated LdapSyntaxprotected LdapSyntaxAttributeType. syntaxThe syntax associated with the syntaxIDMethods in org.apache.directory.api.ldap.model.schema that return LdapSyntax Modifier and Type Method Description LdapSyntaxLdapSyntax. copy()Copy the current SchemaObject on placeLdapSyntaxAttributeType. getSyntax()Gets the Syntax for this AttributeType's values.LdapSyntaxMatchingRule. getSyntax()Gets the LdapSyntax used by this MatchingRule.LdapSyntaxSchemaManager. lookupLdapSyntaxRegistry(String oid)Lookup for an LdapSyntax in the LdapSyntax registryMethods in org.apache.directory.api.ldap.model.schema with parameters of type LdapSyntax Modifier and Type Method Description EntryAttributesFactory. convert(LdapSyntax syntax, Schema schema, SchemaManager schemaManager)Convert a Syntax instance into an EntryStringSchemaObjectRenderer. render(LdapSyntax syntax)Renders a Syntax according to the LDAP Syntax Description Syntax 1.3.6.1.4.1.1466.115.121.1.54.voidAttributeType. setSyntax(LdapSyntax syntax)Sets the Syntax for this AttributeTypevoidMatchingRule. setSyntax(LdapSyntax ldapSyntax)Sets the Syntax -
Uses of LdapSyntax in org.apache.directory.api.ldap.model.schema.parsers
Methods in org.apache.directory.api.ldap.model.schema.parsers that return LdapSyntax Modifier and Type Method Description LdapSyntaxLdapSyntaxDescriptionSchemaParser. parse(String ldapSyntaxDescription)Parses a LDAP syntax description according to RFC 4512:LdapSyntaxOpenLdapSchemaParser. parseLdapSyntax(String ldapSyntaxDescription)Production for matching ldap syntax descriptions.Methods in org.apache.directory.api.ldap.model.schema.parsers with parameters of type LdapSyntax Modifier and Type Method Description static booleanParserDescriptionUtils. syntaxesMatch(LdapSyntax ldapSyntax0, LdapSyntax ldapSyntax1)Checks to see if two syntax match exactly. -
Uses of LdapSyntax in org.apache.directory.api.ldap.model.schema.registries
Methods in org.apache.directory.api.ldap.model.schema.registries that return LdapSyntax Modifier and Type Method Description LdapSyntaxImmutableLdapSyntaxRegistry. get(String oid)Gets the SchemaObject associated with a given OID.LdapSyntaxImmutableLdapSyntaxRegistry. lookup(String oid)Looks up a SchemaObject by its unique Object Identifier or by name.LdapSyntaxImmutableLdapSyntaxRegistry. unregister(String numericOid)Removes the SchemaObject registered with this registry, using its numeric OID.LdapSyntaxImmutableLdapSyntaxRegistry. unregister(LdapSyntax schemaObject)Removes the SchemaObject registered with this registry.Methods in org.apache.directory.api.ldap.model.schema.registries that return types with arguments of type LdapSyntax Modifier and Type Method Description Iterator<LdapSyntax>ImmutableLdapSyntaxRegistry. iterator()Gets an iterator over the registered schema objects in the registry.Methods in org.apache.directory.api.ldap.model.schema.registries with parameters of type LdapSyntax Modifier and Type Method Description voidImmutableLdapSyntaxRegistry. register(LdapSyntax schemaObject)Registers a new SchemaObject with this registry.LdapSyntaxImmutableLdapSyntaxRegistry. unregister(LdapSyntax schemaObject)Removes the SchemaObject registered with this registry. -
Uses of LdapSyntax in org.apache.directory.api.ldap.model.schema.registries.helper
Methods in org.apache.directory.api.ldap.model.schema.registries.helper with parameters of type LdapSyntax Modifier and Type Method Description static voidLdapSyntaxHelper. addToRegistries(LdapSyntax ldapSyntax, SchemaErrorHandler errorHandler, Registries registries)Inject the LdapSyntax into the registries, updating the references to other SchemaObjectstatic voidLdapSyntaxHelper. removeFromRegistries(LdapSyntax ldapSyntax, SchemaErrorHandler errorHandler, Registries registries)Remove the LdapSyntax from the Registries, updating the references to other SchemaObject. -
Uses of LdapSyntax in org.apache.directory.api.ldap.schema.loader
Methods in org.apache.directory.api.ldap.schema.loader that return LdapSyntax Modifier and Type Method Description LdapSyntaxEntityFactory. getSyntax(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName)LdapSyntaxSchemaEntityFactory. getSyntax(SchemaManager schemaManager, Entry entry, Registries targetRegistries, String schemaName) -
Uses of LdapSyntax in org.apache.directory.api.ldap.schema.manager.impl
Methods in org.apache.directory.api.ldap.schema.manager.impl that return LdapSyntax Modifier and Type Method Description LdapSyntaxDefaultSchemaManager. lookupLdapSyntaxRegistry(String oid)Lookup for an LdapSyntax in the LdapSyntax registry
-