Uses of Interface
org.apache.directory.api.ldap.model.schema.SchemaObject
-
Packages that use SchemaObject Package Description org.apache.directory.api.ldap.aci org.apache.directory.api.ldap.model.exception 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.comparators org.apache.directory.api.ldap.model.schema.normalizers org.apache.directory.api.ldap.model.schema.parsers org.apache.directory.api.ldap.model.schema.registries org.apache.directory.api.ldap.model.schema.syntaxCheckers org.apache.directory.api.ldap.schema.manager.impl org.apache.directory.ldap.client.api -
-
Uses of SchemaObject in org.apache.directory.api.ldap.aci
Classes in org.apache.directory.api.ldap.aci that implement SchemaObject Modifier and Type Class Description classACIItemSyntaxCheckerA SyntaxChecker which verifies that a value is a valid ACIItem. -
Uses of SchemaObject in org.apache.directory.api.ldap.model.exception
Methods in org.apache.directory.api.ldap.model.exception that return SchemaObject Modifier and Type Method Description SchemaObjectLdapSchemaException. getOtherObject()Gets the 'other' schema object.SchemaObjectLdapSchemaException. getSourceObject()Gets the 'source' schema object.Methods in org.apache.directory.api.ldap.model.exception with parameters of type SchemaObject Modifier and Type Method Description voidLdapSchemaException. setOtherObject(SchemaObject other)Sets the 'other' schema object.voidLdapSchemaException. setSourceObject(SchemaObject source)Sets the 'source' schema object. -
Uses of SchemaObject in org.apache.directory.api.ldap.model.schema
Classes in org.apache.directory.api.ldap.model.schema that implement SchemaObject Modifier and Type Class Description classAbstractSchemaObjectMost schema objects have some common attributes.classAttributeTypeAn attributeType specification.classDitContentRuleA ditContentRule specification.classDitStructureRuleA dITStructureRule definition.classLdapComparator<T>An class used for Comparator.classLdapSyntaxA syntax definition.classLoadableSchemaObjectAn abstract class used to manage the ADS specific SchemaObject, which can contain some compiled Java class to implement the specific logic.classMatchingRuleA matchingRule definition.classMatchingRuleUseRepresents an LDAP MatchingRuleUseDescription defined in RFC 2252.classNameFormA nameForm description.classNormalizerConverts attribute values to a canonical form.classObjectClassAn objectClass definition.classSyntaxCheckerUsed to validate values of a particular syntax.Methods in org.apache.directory.api.ldap.model.schema that return SchemaObject Modifier and Type Method Description SchemaObjectAbstractSchemaObject. copy(SchemaObject original)Copies the given schema object into this schema object.SchemaObjectSchemaObject. copy()Copy the current SchemaObject on placeSchemaObjectSchemaObject. copy(SchemaObject original)Copies the given schema object into this schema object.SchemaObjectSchemaObjectWrapper. get()SchemaObjectSchemaManager. unregisterAttributeType(String attributeTypeOid)Removes the registered attributeType from the attributeTypeRegistrySchemaObjectSchemaManager. unregisterComparator(String comparatorOid)Removes the registered Comparator from the ComparatorRegistrySchemaObjectSchemaManager. unregisterDitControlRule(String ditControlRuleOid)Removes the registered DitControlRule from the DitControlRuleRegistrySchemaObjectSchemaManager. unregisterDitStructureRule(String ditStructureRuleOid)Removes the registered DitStructureRule from the DitStructureRuleRegistrySchemaObjectSchemaManager. unregisterLdapSyntax(String ldapSyntaxOid)Removes the registered LdapSyntax from the LdapSyntaxRegistrySchemaObjectSchemaManager. unregisterMatchingRule(String matchingRuleOid)Removes the registered MatchingRule from the MatchingRuleRegistrySchemaObjectSchemaManager. unregisterMatchingRuleUse(String matchingRuleUseOid)Removes the registered MatchingRuleUse from the MatchingRuleUseRegistrySchemaObjectSchemaManager. unregisterNameForm(String nameFormOid)Removes the registered NameForm from the NameFormRegistrySchemaObjectSchemaManager. unregisterNormalizer(String normalizerOid)Removes the registered Normalizer from the NormalizerRegistrySchemaObjectSchemaManager. unregisterObjectClass(String objectClassOid)Removes the registered ObjectClass from the ObjectClassRegistrySchemaObjectSchemaManager. unregisterSyntaxChecker(String syntaxCheckerOid)Removes the registered SyntaxChecker from the SyntaxCheckerRegistryMethods in org.apache.directory.api.ldap.model.schema with parameters of type SchemaObject Modifier and Type Method Description booleanSchemaManager. add(SchemaObject schemaObject)Registers a new SchemaObject.SchemaObjectAbstractSchemaObject. copy(SchemaObject original)Copies the given schema object into this schema object.SchemaObjectSchemaObject. copy(SchemaObject original)Copies the given schema object into this schema object.booleanSchemaManager. delete(SchemaObject schemaObject)Unregisters a new SchemaObject.EntryAttributesFactory. getAttributes(SchemaObject obj, Schema schema, SchemaManager schemaManager)Get a SchemaObject as an EntryConstructors in org.apache.directory.api.ldap.model.schema with parameters of type SchemaObject Constructor Description SchemaObjectWrapper(SchemaObject schemaObject)Creates a new instance of SchemaObjectWrapper. -
Uses of SchemaObject in org.apache.directory.api.ldap.model.schema.comparators
Classes in org.apache.directory.api.ldap.model.schema.comparators that implement SchemaObject Modifier and Type Class Description classBitStringComparatorA class for the bitStringMatch matchingRule (RFC 4517, par.classBooleanComparatorA class for the BooleanComparator matchingRule (RFC 4517, par.classByteArrayComparatorA comparator for byte[]s.classCertificateComparatorA Comparator for CertificatesclassComparableComparator<T>Compares two objects taking into account that one might be a Comparable.classCsnComparatorA comparator for CSN.classCsnSidComparatorA comparator for CSN SID.classDeepTrimComparatorA comparator that uses the DeepTrimNormalizer before comparing two valuesclassDeepTrimToLowerComparatorA comparator that uses the DeepTrimToLowerNormalizer before comparing two valuesclassDnComparatorCompare two DNsclassGeneralizedTimeComparatorA class for the generalizedTimeOrderingMatch matchingRule (RFC 4517, par.classIntegerComparatorA class for the integerOrderingMatch matchingRule (RFC 4517, par.classLongComparatorCompares Long keys and values within a table.classNormalizingComparatorA comparator which normalizes a value first before using a subordinate comparator to compare them.classNumericStringComparatorA class for the numericStringOrderingMatch matchingRule (RFC 4517, par.classObjectClassTypeComparator<T>A comparator that compares the objectClass type with values: AUXILIARY, ABSTRACT, and STRUCTURAL.classObjectIdentifierComparatorA comparator for the objectIdentifierMatch matchingRule.classObjectIdentifierFirstComponentComparatorA comparator for Comparators.classParsedDnComparatorCompare two DNsclassSerializableComparator<E>A serializable wrapper around a Comparator which uses delayed initialization of the underlying wrapped comparator which is JIT resolved from a static global registry.classStringComparatorA comparator for Strings.classTelephoneNumberComparatorA comparator for TelephoneNumber.classUniqueMemberComparatorA comparator that sorts OIDs based on their numeric id value.classUuidComparatorA comparator for UUID.classWordComparatorA comparator for Words/KeyWords. -
Uses of SchemaObject in org.apache.directory.api.ldap.model.schema.normalizers
Classes in org.apache.directory.api.ldap.model.schema.normalizers that implement SchemaObject Modifier and Type Class Description classBooleanNormalizerNormalizer for boolean values.classDeepTrimNormalizerNormalizer which trims down whitespace replacing multiple whitespace characters on the edges and within the string with a single space character thereby preserving tokenization order.classDeepTrimToLowerNormalizerNormalizer which trims down whitespace replacing multiple whitespace characters on the edges and within the string with a single space character thereby preserving tokenization order - while doing all this in the same pass it lower cases all characters.classDnNormalizerNormalizer a DnclassGeneralizedTimeNormalizerNormalizer which normalize a time following those rules : if minutes are ommited, then they are replaced by 00 if seconds are ommited, then they are replaced by 00 if fraction is 0 or omitted, it is replaced by 000 the time is supposed to be expressed in Zulu (GMT), so increment is applied to hours/days/yeah, and a Z is added at the end Note : there is no Substring for this type of values.classNameOrNumericIdNormalizerA name or numeric id normalizer.classNoOpNormalizerNo op (pass through or do nothing) normalizer returning what its given.classNumericNormalizerNormalize Numeric StringsclassObjectIdentifierNormalizerA normalizer for the objectIdentifierMatch matching rule.classRegexNormalizerA Normalizer that uses Perl5 based regular expressions to normalize values.classTelephoneNumberNormalizerNormalize Telephone Number Strings.classUniqueMemberNormalizerA normalizer for UniqueMember. -
Uses of SchemaObject in org.apache.directory.api.ldap.model.schema.parsers
Classes in org.apache.directory.api.ldap.model.schema.parsers with type parameters of type SchemaObject Modifier and Type Class Description classAbstractSchemaParser<T extends SchemaObject>Base class of all schema parsers.Classes in org.apache.directory.api.ldap.model.schema.parsers that implement SchemaObject Modifier and Type Class Description classLdapComparatorDescriptionAn ApacheDS specific schema description for a Comparator.classNormalizerDescriptionAn ApacheDS specific schema description for a Normalizer.classSyntaxCheckerDescriptionAn ApacheDS specific schema description for a SyntaxChecker.Methods in org.apache.directory.api.ldap.model.schema.parsers that return SchemaObject Modifier and Type Method Description SchemaObjectOpenLdapSchemaParser. parse(String schemaObject)Parses an OpenLDAP schemaObject element/object.Methods in org.apache.directory.api.ldap.model.schema.parsers with parameters of type SchemaObject Modifier and Type Method Description static booleanParserDescriptionUtils. aliasNamesMatch(SchemaObject so0, SchemaObject so1)Checks to see if the alias names of a schema description match another description.static booleanParserDescriptionUtils. descriptionsMatch(SchemaObject so0, SchemaObject so1)Checks if two base schema descriptions match for the common components in every schema description.static booleanParserDescriptionUtils. extensionsMatch(SchemaObject lsd0, SchemaObject lsd1)Checks to see if the extensions of a schema description match another description.protected voidAbstractSchemaParser. updateSchemaName(SchemaObject schemaObject)Update the schemaName for the given SchemaObject, accordingly to the X-SCHEMA parameter. -
Uses of SchemaObject in org.apache.directory.api.ldap.model.schema.registries
Classes in org.apache.directory.api.ldap.model.schema.registries with type parameters of type SchemaObject Modifier and Type Class Description classDefaultSchemaObjectRegistry<T extends SchemaObject>Common schema object registry interface.classOidRegistry<T extends SchemaObject>Object identifier registry.interfaceSchemaObjectRegistry<T extends SchemaObject>Common schema object registry interface.Fields in org.apache.directory.api.ldap.model.schema.registries with type parameters of type SchemaObject Modifier and Type Field Description protected OidRegistry<SchemaObject>Registries. globalOidRegistryThe global OID registryMethods in org.apache.directory.api.ldap.model.schema.registries that return types with arguments of type SchemaObject Modifier and Type Method Description OidRegistry<SchemaObject>Registries. getGlobalOidRegistry()Methods in org.apache.directory.api.ldap.model.schema.registries with parameters of type SchemaObject Modifier and Type Method Description voidRegistries. add(SchemaObject schemaObject, boolean check)Applies the added SchemaObject to the given registervoidRegistries. addReference(SchemaObject base, SchemaObject referenced)Add an association between a SchemaObject an the SchemaObject it refersvoidRegistries. associateWithSchema(SchemaObject schemaObject)Store the given SchemaObject in the Map associating SchemaObjetcs to their related Schema.voidRegistries. buildReference(SchemaObject schemaObject)Build the SchemaObject referencesbooleanRegistries. contains(SchemaObject schemaObject)Tells if the given SchemaObject is present in one schema.voidRegistries. delete(SchemaObject schemaObject)Remove the given SchemaObject from the registriesvoidRegistries. delReference(SchemaObject base, SchemaObject referenced)Delete an association between a SchemaObject an the SchemaObject it refersvoidRegistries. dissociateFromSchema(SchemaObject schemaObject)Store the given SchemaObject in the Map associating SchemaObjetcs to their related Schema.Set<SchemaObjectWrapper>Registries. getReferencing(SchemaObject schemaObject)Check that we can remove a given SchemaObject without breaking some of its references.Set<SchemaObjectWrapper>Registries. getUsedBy(SchemaObject schemaObject)Gets the Set of SchemaObjects referencing the given SchemaObjectSet<SchemaObjectWrapper>Registries. getUsing(SchemaObject schemaObject)Gets the Set of SchemaObjects referenced by the given SchemaObjectbooleanRegistries. isReferenced(SchemaObject schemaObject)Checks if a specific SchemaObject is referenced by any other SchemaObject.voidRegistries. removeReference(SchemaObject schemaObject)Unlink the SchemaObject references -
Uses of SchemaObject in org.apache.directory.api.ldap.model.schema.syntaxCheckers
Classes in org.apache.directory.api.ldap.model.schema.syntaxCheckers that implement SchemaObject Modifier and Type Class Description classAccessPointSyntaxCheckerA SyntaxChecker which verifies that a value is an AccessPoint.classAttributeTypeDescriptionSyntaxCheckerA SyntaxChecker which verifies that a value follows the attribute type descripton syntax according to RFC 4512, par 4.2.2:classAttributeTypeUsageSyntaxCheckerA syntax checker which checks to see if an attributeType's type is either: userApplications directoryOperation distributedOperation dSAOperation .* The case is NOT ignored.classAudioSyntaxCheckerA SyntaxChecker which verifies that a value is an Audio according to RFC 2252.classBinarySyntaxCheckerA binary value (universal value acceptor) syntax checker.classBitStringSyntaxCheckerA SyntaxChecker which verifies that a value is a Boolean according to RFC 4517.classBooleanSyntaxCheckerA SyntaxChecker which verifies that a value is a Boolean according to RFC 4517.classBootParameterSyntaxCheckerA SyntaxChecker which verifies that a value is a BootParameter according to RFC 2307 :classCertificateListSyntaxCheckerA SyntaxChecker which verifies that a value is a certificateList according to RFC 4523 :classCertificatePairSyntaxCheckerA SyntaxChecker which verifies that a value is a certificate pair according to RFC 4523 :classCertificateSyntaxCheckerA SyntaxChecker which verifies that a value is a certificate according to RFC 4523 :classComparatorSyntaxCheckerA SyntaxChecker for the Comparator schema elementclassCountrySyntaxCheckerA SyntaxChecker which verifies that a value is a country according to RFC 4517.classCsnSidSyntaxCheckerAn CSN SID syntax checker.classCsnSyntaxCheckerAn CSN syntax checker.classDataQualitySyntaxSyntaxCheckerA SyntaxChecker which verifies that a value is a DataQualitySyntax.classDeliveryMethodSyntaxCheckerA SyntaxChecker which verifies that a value is a delivery method according to RFC 4517.classDerefAliasSyntaxCheckerA SyntaxChecker which verifies that a value is a valid DerefAlias.classDirectoryStringSyntaxCheckerA SyntaxChecker which verifies that a value is a Directory String according to RFC 4517.classDitContentRuleDescriptionSyntaxCheckerA SyntaxChecker which verifies that a value follows the DIT content rule descripton syntax according to RFC 4512, par 4.2.6:classDitStructureRuleDescriptionSyntaxCheckerA SyntaxChecker which verifies that a value follows the DIT structure rule descripton syntax according to RFC 4512, par 4.2.7.1:classDlSubmitPermissionSyntaxCheckerA SyntaxChecker which verifies that a value is a DLSubmitPermission.classDnSyntaxCheckerA SyntaxChecker which verifies that a value is a validDn.classDsaQualitySyntaxSyntaxCheckerA SyntaxChecker which verifies that a value is a DSAQualitySyntax according to http://tools.ietf.org/id/draft-ietf-asid-ldapv3-attributes-03.txt, par 5.2.2.2 :classDseTypeSyntaxCheckerA SyntaxChecker which verifies that a value is a DSEType according to http://tools.ietf.org/id/draft-ietf-asid-ldapv3-attributes-03.txt, par 6.2.1.5 :classEnhancedGuideSyntaxCheckerA SyntaxChecker which verifies that a value is an EnhancedGuide according to RFC 4517.classFacsimileTelephoneNumberSyntaxCheckerA SyntaxChecker which verifies that a value is a facsimile TelephoneNumber according to ITU recommendation E.123 for the Telephone number part, and from RFC 4517, par.classFaxSyntaxCheckerA SyntaxChecker which verifies that a value is a Fax according to RFC 4517.classGeneralizedTimeSyntaxCheckerA SyntaxChecker which verifies that a value is a generalized time according to RFC 4517.classGuideSyntaxCheckerA SyntaxChecker which verifies that a value is a Guide according to RFC 4517.classIa5StringSyntaxCheckerA SyntaxChecker which verifies that a value is a IA5 String according to RFC 4517.classIntegerSyntaxCheckerA SyntaxChecker which verifies that a value is an Integer according to RFC 4517.classJavaByteSyntaxCheckerA SyntaxChecker which verifies that a value is a valid Java primitive short or the Short wrapper.classJavaIntegerSyntaxCheckerA SyntaxChecker which verifies that a value is a valid Java primitive int or the Integer wrapper.classJavaLongSyntaxCheckerA SyntaxChecker which verifies that a value is a valid Java primitive long or the Long wrapper.classJavaShortSyntaxCheckerA SyntaxChecker which verifies that a value is a valid Java primitive Short or the Short wrapper.classJpegSyntaxCheckerA SyntaxChecker which verifies that a value is a Jpeg according to RFC 4517.classLdapSyntaxDescriptionSyntaxCheckerA SyntaxChecker which verifies that a value follows the LDAP syntax description syntax according to RFC 4512, par 4.2.2:classMailPreferenceSyntaxCheckerA SyntaxChecker which verifies that a value is a Boolean according to RFC 1778.classMasterAndShadowAccessPointSyntaxCheckerA SyntaxChecker which verifies that a value is a MasterAndShadowAccessPoint.classMatchingRuleDescriptionSyntaxCheckerA SyntaxChecker which verifies that a value follows the matching rule description syntax according to RFC 4512, par 4.2.3:classMatchingRuleUseDescriptionSyntaxCheckerA SyntaxChecker which verifies that a value follows the matching rule use descripton syntax according to RFC 4512, par 4.2.4:classMhsOrAddressSyntaxCheckerA SyntaxChecker which verifies that a value is a MHSORAddress.classNameAndOptionalUIDSyntaxCheckerA SyntaxChecker which verifies that a value is a valid Name and Optional UID.classNameFormDescriptionSyntaxCheckerA SyntaxChecker which verifies that a value follows the name descripton syntax according to RFC 4512, par 4.2.7.2:classNisNetgroupTripleSyntaxCheckerA SyntaxChecker which verifies that a value is a NisNetGroupTriple according to RFC 2307 :classNormalizerSyntaxCheckerA SyntaxChecker for the Normalizer schema elementclassNumberSyntaxCheckerA SyntaxChecker which verifies that a value is a Number according to RFC 4512.classNumericOidSyntaxCheckerA SyntaxChecker which verifies that a value is a numeric oid according to RFC 4512.classNumericStringSyntaxCheckerA SyntaxChecker which verifies that a value is a Numeric String according to RFC 4517.classObjectClassDescriptionSyntaxCheckerA SyntaxChecker which verifies that a value follows the object class descripton syntax according to RFC 4512, par 4.2.1:classObjectClassTypeSyntaxCheckerA syntax checker which checks to see if an objectClass' type is either: AUXILIARY, STRUCTURAL, or ABSTRACT.classObjectNameSyntaxCheckerA SyntaxChecker which verifies that a name is valid for an ObjectClass or an AttributeTypeclassOctetStringSyntaxCheckerA SyntaxChecker which verifies that a value is a Octet String according to RFC 4517.classOidLenSyntaxCheckerA SyntaxChecker which verifies that a value is a numeric oid and a length constraint according to RFC 4512.classOidSyntaxCheckerA SyntaxChecker which verifies that a value is an oid according to RFC 4512.classOtherMailboxSyntaxCheckerA SyntaxChecker which verifies that a value is an OtherMailbox according to RFC 4517 :classPostalAddressSyntaxCheckerA SyntaxChecker which verifies that a value is a PostalAddress according to RFC 4517 :classPresentationAddressSyntaxCheckerA SyntaxChecker which verifies that a value is a PresentationAddressSyntax.classPrintableStringSyntaxCheckerA SyntaxChecker which verifies that a value is a Printable String according to RFC 4517.classProtocolInformationSyntaxCheckerA SyntaxChecker which verifies that a value is a protocol information according to RFC 2252.classRegexSyntaxCheckerA SyntaxChecker implemented using Perl5 regular expressions to constrain values.classSearchScopeSyntaxCheckerA SyntaxChecker which verifies that a value is a valid Search Scope.classSubstringAssertionSyntaxCheckerA SyntaxChecker which verifies that a value is a SubstringAssertion according to RFC 4517.classSubtreeSpecificationSyntaxCheckerA SyntaxChecker which verifies that a value is a subtree specification.classSupplierAndConsumerSyntaxCheckerA SyntaxChecker which verifies that a value is a supplier and consumer according to RFC 2252.classSupplierInformationSyntaxCheckerA SyntaxChecker which verifies that a value is a supplier information according to RFC 2252.classSupplierOrConsumerSyntaxCheckerA SyntaxChecker which verifies that a value is a supplier or consummer according to RFC 2252.classSupportedAlgorithmSyntaxCheckerA SyntaxChecker which verifies that a value is a SupportedAlgorithm according to RFC 2252.classSyntaxCheckerSyntaxCheckerA SyntaxChecker for the SyntaxChecker schema elementclassTelephoneNumberSyntaxCheckerA SyntaxChecker which verifies that a value is a TelephoneNumber according to ITU recommendation E.123 (which is quite vague ...).classTeletexTerminalIdentifierSyntaxCheckerA SyntaxChecker which verifies that a value is a TeletexTerminalIdentifier according to RFC 4517 :classTelexNumberSyntaxCheckerA SyntaxChecker which verifies that a value is a Telex Number according to RFC 4517 :classUtcTimeSyntaxCheckerA SyntaxChecker which verifies that a value is a UTC time according to RFC 4517.classUuidSyntaxCheckerAn UUID syntax checker. -
Uses of SchemaObject in org.apache.directory.api.ldap.schema.manager.impl
Methods in org.apache.directory.api.ldap.schema.manager.impl that return SchemaObject Modifier and Type Method Description protected SchemaObjectDefaultSchemaManager. addSchemaObject(Registries registries, SchemaObject schemaObject, Schema schema)Add the schemaObject into the registries.SchemaObjectDefaultSchemaManager. unregisterAttributeType(String attributeTypeOid)Removes the registered attributeType from the attributeTypeRegistrySchemaObjectDefaultSchemaManager. unregisterComparator(String comparatorOid)Removes the registered Comparator from the ComparatorRegistrySchemaObjectDefaultSchemaManager. unregisterDitControlRule(String ditControlRuleOid)Removes the registered DitControlRule from the DitControlRuleRegistrySchemaObjectDefaultSchemaManager. unregisterDitStructureRule(String ditStructureRuleOid)Removes the registered DitStructureRule from the DitStructureRuleRegistrySchemaObjectDefaultSchemaManager. unregisterLdapSyntax(String ldapSyntaxOid)Removes the registered LdapSyntax from the LdapSyntaxRegistrySchemaObjectDefaultSchemaManager. unregisterMatchingRule(String matchingRuleOid)Removes the registered MatchingRule from the MatchingRuleRegistrySchemaObjectDefaultSchemaManager. unregisterMatchingRuleUse(String matchingRuleUseOid)Removes the registered MatchingRuleUse from the MatchingRuleUseRegistrySchemaObjectDefaultSchemaManager. unregisterNameForm(String nameFormOid)Removes the registered NameForm from the NameFormRegistrySchemaObjectDefaultSchemaManager. unregisterNormalizer(String normalizerOid)Removes the registered Normalizer from the NormalizerRegistrySchemaObjectDefaultSchemaManager. unregisterObjectClass(String objectClassOid)Removes the registered ObjectClass from the ObjectClassRegistrySchemaObjectDefaultSchemaManager. unregisterSyntaxChecker(String syntaxCheckerOid)Removes the registered SyntaxChecker from the SyntaxCheckerRegistryMethods in org.apache.directory.api.ldap.schema.manager.impl with parameters of type SchemaObject Modifier and Type Method Description booleanDefaultSchemaManager. add(SchemaObject schemaObject)Registers a new SchemaObject.protected SchemaObjectDefaultSchemaManager. addSchemaObject(Registries registries, SchemaObject schemaObject, Schema schema)Add the schemaObject into the registries.booleanDefaultSchemaManager. delete(SchemaObject schemaObject)Unregisters a new SchemaObject. -
Uses of SchemaObject in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api with parameters of type SchemaObject Modifier and Type Method Description protected voidDefaultSchemaLoader. updateSchemas(SchemaObject schemaObject)
-