Uses of Class
org.apache.directory.api.ldap.model.exception.LdapException
-
Packages that use LdapException Package Description org.apache.directory.api.ldap.model.cursor org.apache.directory.api.ldap.model.entry org.apache.directory.api.ldap.model.exception org.apache.directory.api.ldap.model.filter org.apache.directory.api.ldap.model.ldif org.apache.directory.api.ldap.model.message org.apache.directory.api.ldap.model.name 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.normalizers org.apache.directory.api.ldap.model.schema.registries org.apache.directory.api.ldap.model.schema.registries.helper -
-
Uses of LdapException in org.apache.directory.api.ldap.model.cursor
Methods in org.apache.directory.api.ldap.model.cursor that throw LdapException Modifier and Type Method Description voidCursor. after(E element)Prepares this Cursor, so a subsequent call to Cursor#previous() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.voidEmptyCursor. after(E element)Prepares this Cursor, so a subsequent call to Cursor#previous() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.voidListCursor. after(E element)Prepares this Cursor, so a subsequent call to Cursor#previous() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.voidSetCursor. after(E element)Prepares this Cursor, so a subsequent call to Cursor#previous() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.voidSingletonCursor. after(E element)Prepares this Cursor, so a subsequent call to Cursor#previous() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.voidCursor. afterLast()Positions this Cursor after the last element.voidEmptyCursor. afterLast()Positions this Cursor after the last element.voidListCursor. afterLast()Positions this Cursor after the last element.voidSetCursor. afterLast()Positions this Cursor after the last element.voidSingletonCursor. afterLast()Positions this Cursor after the last element.voidCursor. before(E element)Prepares this Cursor, so a subsequent call to Cursor#next() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.voidEmptyCursor. before(E element)Prepares this Cursor, so a subsequent call to Cursor#next() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.voidListCursor. before(E element)Prepares this Cursor, so a subsequent call to Cursor#next() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.voidSetCursor. before(E element)Prepares this Cursor, so a subsequent call to Cursor#next() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.voidSingletonCursor. before(E element)Prepares this Cursor, so a subsequent call to Cursor#next() with a true return value, will have positioned the Cursor on a dataSet element equal to or less than the element argument but not greater.voidCursor. beforeFirst()Positions this Cursor before the first element.voidEmptyCursor. beforeFirst()Positions this Cursor before the first element.voidListCursor. beforeFirst()Positions this Cursor before the first element.voidSetCursor. beforeFirst()Positions this Cursor before the first element.voidSingletonCursor. beforeFirst()Positions this Cursor before the first element.booleanCursor. first()Positions this Cursor at the first element.booleanEmptyCursor. first()Positions this Cursor at the first element.booleanListCursor. first()Positions this Cursor at the first element.booleanSetCursor. first()Positions this Cursor at the first element.booleanSingletonCursor. first()Positions this Cursor at the first element.EntrySearchCursor. getEntry()IntermediateResponseSearchCursor. getIntermediate()ReferralSearchCursor. getReferral()booleanCursor. last()Positions this Cursor at the last element.booleanEmptyCursor. last()Positions this Cursor at the last element.booleanListCursor. last()Positions this Cursor at the last element.booleanSetCursor. last()Positions this Cursor at the last element.booleanSingletonCursor. last()Positions this Cursor at the last element.booleanCursor. next()Advances this Cursor to the next position.booleanEmptyCursor. next()Advances this Cursor to the next position.booleanListCursor. next()Advances this Cursor to the next position.booleanSetCursor. next()Advances this Cursor to the next position.booleanSingletonCursor. next()Advances this Cursor to the next position.booleanCursor. previous()Advances this Cursor to the previous position.booleanEmptyCursor. previous()Advances this Cursor to the previous position.booleanListCursor. previous()Advances this Cursor to the previous position.booleanSetCursor. previous()Advances this Cursor to the previous position.booleanSingletonCursor. previous()Advances this Cursor to the previous position. -
Uses of LdapException in org.apache.directory.api.ldap.model.entry
Methods in org.apache.directory.api.ldap.model.entry that throw LdapException Modifier and Type Method Description EntryDefaultEntry. add(String upId, byte[]... values)Add some binary values to the current Entry.EntryDefaultEntry. add(String upId, String... values)Add some String values to the current Entry.EntryDefaultEntry. add(String upId, Value... values)Add some Values to the current Entry.EntryDefaultEntry. add(String upId, AttributeType attributeType, byte[]... values)Add an attribute (represented by its AttributeType and some binary values) into an entry.EntryDefaultEntry. add(String upId, AttributeType attributeType, String... values)Add an attribute (represented by its AttributeType and some String values) into an entry.EntryDefaultEntry. add(String upId, AttributeType attributeType, Value... values)Add an attribute (represented by its AttributeType and some values) into an entry.EntryDefaultEntry. add(Attribute... attributes)Add some Attributes to the current Entry.EntryDefaultEntry. add(AttributeType attributeType, byte[]... values)Add an attribute (represented by its AttributeType and some binary values) into an entry.EntryDefaultEntry. add(AttributeType attributeType, String... values)Add an attribute (represented by its AttributeType and some String values) into an entry.EntryDefaultEntry. add(AttributeType attributeType, Value... values)Add an attribute (represented by its AttributeType and some values) into an entry.EntryEntry. add(String upId, byte[]... values)Add some binary values to the current Entry.EntryEntry. add(String upId, String... values)Add some String values to the current Entry.EntryEntry. add(String upId, Value... values)Add some Values to the current Entry.EntryEntry. add(String upId, AttributeType attributeType, byte[]... values)Add an attribute (represented by its AttributeType and some binary values) into an entry.EntryEntry. add(String upId, AttributeType attributeType, String... values)Add an attribute (represented by its AttributeType and some String values) into an entry.EntryEntry. add(String upId, AttributeType attributeType, Value... values)Add an attribute (represented by its AttributeType and some values) into an entry.EntryEntry. add(Attribute... attributes)Add some Attributes to the current Entry.EntryEntry. add(AttributeType attributeType, byte[]... values)Add an attribute (represented by its AttributeType and some binary values) into an entry.EntryEntry. add(AttributeType attributeType, String... values)Add an attribute (represented by its AttributeType and some String values) into an entry.EntryEntry. add(AttributeType attributeType, Value... values)Add an attribute (represented by its AttributeType and some values) into an entry.EntryImmutableEntry. add(String upId, byte[]... values)Add some binary values to the current Entry.EntryImmutableEntry. add(String upId, String... values)Add some String values to the current Entry.EntryImmutableEntry. add(String upId, Value... values)Add some Values to the current Entry.EntryImmutableEntry. add(String upId, AttributeType attributeType, byte[]... values)Add an attribute (represented by its AttributeType and some binary values) into an entry.EntryImmutableEntry. add(String upId, AttributeType attributeType, String... values)Add an attribute (represented by its AttributeType and some String values) into an entry.EntryImmutableEntry. add(String upId, AttributeType attributeType, Value... values)Add an attribute (represented by its AttributeType and some values) into an entry.EntryImmutableEntry. add(Attribute... attributes)Add some Attributes to the current Entry.EntryImmutableEntry. add(AttributeType attributeType, byte[]... values)Add an attribute (represented by its AttributeType and some binary values) into an entry.EntryImmutableEntry. add(AttributeType attributeType, String... values)Add an attribute (represented by its AttributeType and some String values) into an entry.EntryImmutableEntry. add(AttributeType attributeType, Value... values)Add an attribute (represented by its AttributeType and some values) into an entry.static voidAttributeUtils. applyModification(Entry entry, Modification modification)A method to apply a modification to an existing entry.private voidValue. computeNormValue()Compute the normalized valueprotected AttributeTypeDefaultEntry. getAttributeType(String upId)Returns the attributeType from an Attribute ID.AttributeDefaultEntry. put(String upId, AttributeType attributeType, byte[]... values)Places a new attribute with the supplied AttributeType and some binary values into the attribute collection.AttributeDefaultEntry. put(String upId, AttributeType attributeType, String... values)Places a new attribute with the supplied AttributeType and some String values into the attribute collection.AttributeDefaultEntry. put(String upId, AttributeType attributeType, Value... values)Places a new attribute with the supplied AttributeType and some values into the attribute collection.List<Attribute>DefaultEntry. put(Attribute... attributes)Places attributes in the attribute collection.AttributeDefaultEntry. put(AttributeType attributeType, byte[]... values)Places a new attribute with the supplied AttributeType and binary values into the attribute collection.AttributeDefaultEntry. put(AttributeType attributeType, String... values)Places a new attribute with the supplied AttributeType and String values into the attribute collection.AttributeDefaultEntry. put(AttributeType attributeType, Value... values)Places a new attribute with the supplied AttributeType and some values into the attribute collection.AttributeEntry. put(String upId, AttributeType attributeType, byte[]... values)Places a new attribute with the supplied AttributeType and some binary values into the attribute collection.AttributeEntry. put(String upId, AttributeType attributeType, String... values)Places a new attribute with the supplied AttributeType and some String values into the attribute collection.AttributeEntry. put(String upId, AttributeType attributeType, Value... values)Places a new attribute with the supplied AttributeType and some values into the attribute collection.List<Attribute>Entry. put(Attribute... attributes)Places attributes in the attribute collection.AttributeEntry. put(AttributeType attributeType, byte[]... values)Places a new attribute with the supplied AttributeType and binary values into the attribute collection.AttributeEntry. put(AttributeType attributeType, String... values)Places a new attribute with the supplied AttributeType and String values into the attribute collection.AttributeEntry. put(AttributeType attributeType, Value... values)Places a new attribute with the supplied AttributeType and some values into the attribute collection.AttributeImmutableEntry. put(String upId, AttributeType attributeType, byte[]... values)Places a new attribute with the supplied AttributeType and some binary values into the attribute collection.AttributeImmutableEntry. put(String upId, AttributeType attributeType, String... values)Places a new attribute with the supplied AttributeType and some String values into the attribute collection.AttributeImmutableEntry. put(String upId, AttributeType attributeType, Value... values)Places a new attribute with the supplied AttributeType and some values into the attribute collection.List<Attribute>ImmutableEntry. put(Attribute... attributes)Places attributes in the attribute collection.AttributeImmutableEntry. put(AttributeType attributeType, byte[]... values)Places a new attribute with the supplied AttributeType and binary values into the attribute collection.AttributeImmutableEntry. put(AttributeType attributeType, String... values)Places a new attribute with the supplied AttributeType and String values into the attribute collection.AttributeImmutableEntry. put(AttributeType attributeType, Value... values)Places a new attribute with the supplied AttributeType and some values into the attribute collection.booleanDefaultEntry. remove(String upId, byte[]... values)Removes the specified binary values from an attribute.booleanDefaultEntry. remove(String upId, String... values)Removes the specified String values from an attribute.booleanDefaultEntry. remove(String upId, Value... values)Removes the specified values from an attribute.List<Attribute>DefaultEntry. remove(Attribute... attributes)Removes the specified attributes.booleanDefaultEntry. remove(AttributeType attributeType, byte[]... values)Removes the specified binary values from an attribute.booleanDefaultEntry. remove(AttributeType attributeType, String... values)Removes the specified String values from an attribute.booleanDefaultEntry. remove(AttributeType attributeType, Value... values)Removes the specified values from an attribute.booleanEntry. remove(String upId, byte[]... values)Removes the specified binary values from an attribute.booleanEntry. remove(String upId, String... values)Removes the specified String values from an attribute.booleanEntry. remove(String upId, Value... values)Removes the specified values from an attribute.List<Attribute>Entry. remove(Attribute... attributes)Removes the specified attributes.booleanEntry. remove(AttributeType attributeType, byte[]... values)Removes the specified binary values from an attribute.booleanEntry. remove(AttributeType attributeType, String... values)Removes the specified String values from an attribute.booleanEntry. remove(AttributeType attributeType, Value... values)Removes the specified values from an attribute.booleanImmutableEntry. remove(String upId, byte[]... values)Removes the specified binary values from an attribute.booleanImmutableEntry. remove(String upId, String... values)Removes the specified String values from an attribute.booleanImmutableEntry. remove(String upId, Value... values)Removes the specified values from an attribute.List<Attribute>ImmutableEntry. remove(Attribute... attributes)Removes the specified attributes.booleanImmutableEntry. remove(AttributeType attributeType, byte[]... values)Removes the specified binary values from an attribute.booleanImmutableEntry. remove(AttributeType attributeType, String... values)Removes the specified String values from an attribute.booleanImmutableEntry. remove(AttributeType attributeType, Value... values)Removes the specified values from an attribute.static EntryAttributeUtils. toEntry(Attributes attributes, Dn dn)Convert a BasicAttributes or a AttributesImpl to an EntryConstructors in org.apache.directory.api.ldap.model.entry that throw LdapException Constructor Description DefaultAttribute(AttributeType attributeType, Attribute attribute)Creates a new instance of schema aware Attribute, by copying another attribute.DefaultEntry(String dn, Object... elements)Creates a new instance of DefaultEntry, with a Dn and a list of IDs.DefaultEntry(Dn dn, Object... elements)Creates a new instance of DefaultEntry, with a Dn and a list of IDs.DefaultEntry(SchemaManager schemaManager, String dn, Object... elements)Creates a new instance of DefaultEntry, with a Dn and a list of IDs.DefaultEntry(SchemaManager schemaManager, Entry entry)Creates a new instance of DefaultEntry, copying another entry.DefaultEntry(SchemaManager schemaManager, Dn dn, Object... elements)Creates a new instance of DefaultEntry, with a Dn and a list of IDs. -
Uses of LdapException in org.apache.directory.api.ldap.model.exception
Subclasses of LdapException in org.apache.directory.api.ldap.model.exception Modifier and Type Class Description classAbstractLdapReferralExceptionALdapOperationExceptionwhich associates a resultCode namely theResultCodeEnum.REFERRALresultCode with the exception.classLdapAdminLimitExceededExceptionA LdapTimeLimitExceededException which associates a resultCode namely theResultCodeEnum.ADMIN_LIMIT_EXCEEDEDresultCode with the exception.classLdapAffectMultipleDsaExceptionA subclass ofLdapOperationExceptionwhich associates theResultCodeEnum.AFFECTS_MULTIPLE_DSASvalue with the type.classLdapAliasDereferencingExceptionA subclass ofLdapOperationExceptionwhich associates theResultCodeEnum.ALIAS_DEREFERENCING_PROBLEMvalue with the type.classLdapAliasExceptionA subclass ofLdapOperationExceptionwhich associates theResultCodeEnum.ALIAS_PROBLEMvalue with the type.classLdapAttributeInUseExceptionA subclass ofLdapOperationExceptionwhich holds the LDAP resultCode associated with the exception.classLdapAuthenticationExceptionA subclass ofLdapOperationExceptionwhich associates theResultCodeEnum.INVALID_CREDENTIALSvalue with the type.classLdapAuthenticationNotSupportedExceptionA subclass of theLdapOperationExceptioncarrying along an unequivocal ResultCodeEnum value.classLdapCannotCancelExceptionA LdapCannotCancelException which associates a resultCode, namely theResultCodeEnum.CANNOT_CANCELresultCode with the exception.classLdapConfigurationExceptionALdapExceptionwhich associates a resultCode namely theResultCodeEnum.OTHERresultCode with the exception.classLdapContextNotEmptyExceptionA LdapContextNotEmptyException which contains an LDAP result code.classLdapEntryAlreadyExistsExceptionALdapOperationExceptionwhich contains LDAP specific information such as a result code.classLdapInvalidAttributeTypeExceptionA subclass ofLdapOperationExceptionwhich holds the LDAP resultCode associated with the exception.classLdapInvalidAttributeValueExceptionMakes aLdapOperationExceptionunambiguous with respect to the result code it corresponds to by associating an LDAP specific result code with it.classLdapInvalidDnExceptionA subclass ofLdapOperationExceptiondesigned to hold an unequivocal LDAP result code.classLdapInvalidSearchFilterExceptionA subclass ofLdapOperationExceptionwhich associates theResultCodeEnum.INAPPROPRIATE_MATCHINGvalue with the type.classLdapLoopDetectedExceptionA subclass ofLdapOperationExceptionwhich associates theResultCodeEnum.LOOP_DETECTvalue with the type.classLdapNoPermissionExceptionALdapOperationExceptionwhich associates a resultCode namely theResultCodeEnum.INSUFFICIENT_ACCESS_RIGHTSresultCode with the exception.classLdapNoSuchAttributeExceptionA subclass ofLdapOperationExceptionwhich holds the LDAP resultCode associated with the exception.classLdapNoSuchObjectExceptionALdapOperationExceptionholding LDAP specific information such as the LDAP ResultCode.classLdapNoSuchOperationExceptionA LdapNoSuchOperationException which associates a resultCode, namely theResultCodeEnum.NO_SUCH_OPERATIONresultCode with the exception.classLdapOperationErrorExceptionA subclass ofLdapOperationExceptionwhich associates theResultCodeEnum.OPERATIONS_ERRORvalue with the type.classLdapOperationExceptionAn class for LDAP operation exceptions which add LDAP specific information to Exceptions.classLdapOtherExceptionA subclass ofLdapOperationExceptionwhich associates theResultCodeEnum.OTHERvalue with the type.classLdapPartialResultExceptionALdapOperationExceptionwhich associates a resultCode namely theResultCodeEnum.REFERRALresultCode with the exception.classLdapProtocolErrorExceptionA subclass ofLdapOperationExceptionwhich associates theResultCodeEnum.PROTOCOL_ERRORvalue with the type.classLdapReferralExceptionALdapOperationExceptionwhich associates a resultCode namely theResultCodeEnum.REFERRALresultCode with the exception.classLdapSchemaExceptionA subclass ofLdapExceptionwhich is used to report issues during the integrity check of the schema by the SchemaManager.classLdapSchemaViolationExceptionMakes aLdapOperationExceptionunambiguous with respect to the result code it corresponds to by associating an LDAP specific result code with it.classLdapServiceUnavailableExceptionLDAP specificLdapOperationExceptionthat preserves resultCode resolution.classLdapSizeLimitExceededExceptionA LdapSizeLimitExceededException which associates a resultCode namely theResultCodeEnum.SIZE_LIMIT_EXCEEDEDresultCode with the exception.classLdapStrongAuthenticationRequiredExceptionA subclass ofLdapOperationExceptionwhich associates theResultCodeEnum.STRONG_AUTH_REQUIREDvalue with the type.classLdapTimeLimitExceededExceptionA LdapTimeLimitExceededException which associates a resultCode namely theResultCodeEnum.TIME_LIMIT_EXCEEDEDresultCode with the exception.classLdapTlsHandshakeExceptionA LdapTlsException is thrown if the SSL/TLS handshake failed.classLdapTooLateExceptionA LdapTooLateException which associates a resultCode namely theResultCodeEnum.TOO_LATEresultCode with the exception.classLdapUnknownExceptionA LdapUnknownException which associates a resultCode, namely theResultCodeEnum.UNKNOWNresultCode with the exception.classLdapUnwillingToPerformExceptionAn LDAPException that extends theLdapOperationExceptioncarrying with it the corresponding result codes for this condition.classLdapUriExceptionThe URI parsing and escape encoding exception.classLdapURLEncodingExceptionThrown when a LdapStringEncodingDecoder has encountered a failure condition during the String creation.classOperationAbandonedExceptionMarker exception thrown when an operation is cancelled.classUrlDecoderExceptionThrown when a Decoder has encountered a failure condition during a decode. -
Uses of LdapException in org.apache.directory.api.ldap.model.filter
Methods in org.apache.directory.api.ldap.model.filter that throw LdapException Modifier and Type Method Description PatternSubstringNode. getRegex(Normalizer normalizer)Gets the compiled regular expression for the substring expression.private static ExprNodeFilterParser. parseBranchNode(SchemaManager schemaManager, ExprNode node, byte[] filterBytes, org.apache.directory.api.util.Position pos, boolean relaxed)Parse AND, OR and NOT nodes :private static ExprNodeFilterParser. parseExtensible(SchemaManager schemaManager, String attribute, byte[] filterBytes, org.apache.directory.api.util.Position pos, boolean relaxed)Parse an extensibleprivate static ExprNodeFilterParser. parseFilterComp(SchemaManager schemaManager, byte[] filterBytes, org.apache.directory.api.util.Position pos, boolean relaxed)filtercomp = and / or / not / item and = '&' WSP* filterlist or = '|' WSP* filterlist not = '!'private static ExprNodeFilterParser. parseFilterInternal(SchemaManager schemaManager, byte[] filterBytes, org.apache.directory.api.util.Position pos, boolean relaxed)Parse the grammar rule :private static ExprNodeFilterParser. parseItem(SchemaManager schemaManager, byte[] filterBytes, org.apache.directory.api.util.Position pos, byte b, boolean relaxed)Parse the following grammar :private static ExprNodeFilterParser. parsePresenceEqOrSubstring(SchemaManager schemaManager, String attribute, byte[] filterBytes, org.apache.directory.api.util.Position pos)Here is the grammar to parse :private static ExprNodeFilterParser. parseSubstring(SchemaManager schemaManager, String attribute, Value initial, byte[] filterBytes, org.apache.directory.api.util.Position pos)Parse a substring -
Uses of LdapException in org.apache.directory.api.ldap.model.ldif
Subclasses of LdapException in org.apache.directory.api.ldap.model.ldif Modifier and Type Class Description classLdapLdifExceptionAn exception throws when we get an error while parsing a LDIF file.Methods in org.apache.directory.api.ldap.model.ldif that throw LdapException Modifier and Type Method Description voidLdifEntry. addAttribute(String id, Object... values)Add an attribute to the entryvoidLdifEntry. addAttribute(Attribute attr)Add an attribute to the entrystatic StringLdifUtils. convertToLdif(Attributes attrs)Convert an Attributes as LDIFstatic StringLdifUtils. convertToLdif(Attributes attrs, int length)Convert an Attributes as LDIFstatic StringLdifUtils. convertToLdif(Attributes attrs, Dn dn)Convert an Attributes as LDIF.static StringLdifUtils. convertToLdif(Attributes attrs, Dn dn, int length)Convert an Attributes as LDIF.static StringLdifUtils. convertToLdif(LdifEntry entry)Convert an LdifEntry to LDIFstatic StringLdifUtils. convertToLdif(LdifEntry entry, int length)Convert an LdifEntry to LDIFstatic AttributesLdifUtils. createJndiAttributes(Object... avas)Build a new Attributes instance from a LDIF list of lines.voidLdifReader. init()Initialize the LdifReaderprivate voidLdifReader. initReader(BufferedReader reader)Store the reader and initialize the LdifReadervoidLdifReader. parseAttributeValue(LdifEntry entry, String line, String lowerLine)Parse an AttributeType/AttributeValueprivate voidLdifReader. parseChange(LdifEntry entry, Iterator<String> iter, ChangeType operation)Parse a change operation.protected LdifEntryLdifReader. parseEntry()Parse a ldif file.List<LdifEntry>LdifReader. parseLdif(BufferedReader reader)The main entry point of the LdifParser.voidLdifEntry. putAttribute(String id, Object value)Add an attribute value to an existing attributestatic LdifEntryLdifRevertor. reverseDel(Dn dn, Entry deletedEntry)Compute a reverse LDIF of a DeleteRequest.static LdifEntryLdifRevertor. reverseModify(Dn dn, List<Modification> forwardModifications, Entry modifiedEntry)Compute the reversed LDIF for a modify request.static LdifEntryLdifRevertor. reverseMove(Dn newSuperiorDn, Dn modifiedDn)Compute a reverse LDIF for a forward change which if in LDIF format would represent a Move operation.Constructors in org.apache.directory.api.ldap.model.ldif that throw LdapException Constructor Description LdifReader(InputStream in)A constructor which takes an InputStream.LdifReader(Reader in)A constructor which takes a Reader. -
Uses of LdapException in org.apache.directory.api.ldap.model.message
Methods in org.apache.directory.api.ldap.model.message that throw LdapException Modifier and Type Method Description voidAddRequestImpl. addAttributeType(String type)Create a new attributeValuevoidAddRequestImpl. addAttributeValue(byte[] value)Add a new value to the current attributevoidAddRequestImpl. addAttributeValue(String value)Add a new value to the current attributevoidAddRequestImpl. addAttributeValue(Value value)Add a new value to the current attributestatic booleanResultCodeEnum. processResponse(ResultResponse response)Process the response, throwing the associated exception if needed.SearchRequestSearchRequest. setFilter(String filter)Sets the search filter associated with this search request.SearchRequestSearchRequest. setFilter(SchemaManager schemaManager, String filter)Sets the search filter associated with this search request.SearchRequestSearchRequestImpl. setFilter(String filter)Sets the search filter associated with this search request.SearchRequestSearchRequestImpl. setFilter(SchemaManager schemaManager, String filter)Sets the search filter associated with this search request. -
Uses of LdapException in org.apache.directory.api.ldap.model.name
Subclasses of LdapException in org.apache.directory.api.ldap.model.name Modifier and Type Class Description classTooComplexDnExceptionThis exception is used to signal that the complex parser should be used.Methods in org.apache.directory.api.ldap.model.name that throw LdapException Modifier and Type Method Description (package private) static DnFastDnParser. parse(String name)Parses a Dn from a String(package private) static DnFastDnParser. parse(SchemaManager schemaManager, String name)Parses a Dn from a String -
Uses of LdapException in org.apache.directory.api.ldap.model.schema
Methods in org.apache.directory.api.ldap.model.schema that throw LdapException Modifier and Type Method Description booleanSchemaManager. add(SchemaObject schemaObject)Registers a new SchemaObject.EntryAttributesFactory. convert(AttributeType attributeType, Schema schema, SchemaManager schemaManager)objectclass ( 1.3.6.1.4.1.18060.0.4.0.3.3 NAME 'metaAttributeType' DESC 'meta definition of the AttributeType object' SUP metaTop STRUCTURAL MUST ( m-name $ m-syntax ) MAY ( m-supAttributeType $ m-obsolete $ m-equality $ m-ordering $ m-substr $ m-singleValue $ m-collective $ m-noUserModification $ m-usage $ m-extensionAttributeType ) )EntryAttributesFactory. convert(LdapSyntax syntax, Schema schema, SchemaManager schemaManager)Convert a Syntax instance into an EntryEntryAttributesFactory. convert(MatchingRule matchingRule, Schema schema, SchemaManager schemaManager)Converts a MatchingRule into an EntryEntryAttributesFactory. convert(ObjectClass objectClass, Schema schema, SchemaManager schemaManager)Creates the attributes of an entry representing an objectClass.EntryAttributesFactory. convert(Schema schema, SchemaManager schemaManager)Converts a Schema to an EntrybooleanSchemaManager. delete(SchemaObject schemaObject)Unregisters a new SchemaObject.booleanSchemaManager. disable(String... schemas)Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas, and if the registries is still consistent.booleanSchemaManager. disable(Schema... schemas)Disables a set of Schemas, and returns true if all the schema have been disabled, with all the dependent schemas, and if the registries is still consistent.booleanSchemaManager. enable(String... schemas)Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas, and if the registries is still consistent.booleanSchemaManager. enable(Schema... schemas)Enables a set of Schemas, and returns true if all the schema have been enabled, with all the dependent schemas, and if the registries is still consistent.EntryAttributesFactory. getAttributes(SchemaObject obj, Schema schema, SchemaManager schemaManager)Get a SchemaObject as an Entrystatic EntrySchemaUtils. getTargetEntry(List<? extends Modification> mods, Entry entry)Gets the target entry as it would look after a modification operation were performed on it.voidSchemaManager. initialize()Initializes the SchemaServiceprivate voidAttributesFactory. injectCommon(SchemaObject object, Entry entry, SchemaManager schemaManager)private voidAttributesFactory. injectNames(List<String> names, Entry entry, SchemaManager schemaManager)booleanSchemaManager. load(String... schemas)Load some Schemas into the registries.booleanSchemaManager. load(Schema... schemas)Load some Schemas into the registries.booleanSchemaManager. loadAllEnabled()Load all the enabled schema into the Registries.booleanSchemaManager. loadAllEnabledRelaxed()Load all the enabled schema into the Registries.booleanSchemaManager. loadDisabled(String... schemas)Load Schemas into the Registries, even if they are disabled.booleanSchemaManager. loadDisabled(Schema... schemas)Load Schemas into the Registries, even if they are disabled.booleanSchemaManager. loadRelaxed(String... schemas)Load Schemas into the registries, even if there are some errors in the schemas.booleanSchemaManager. loadRelaxed(Schema... schemas)Load Schemas into the registries, even if there are some errors in the schemas.booleanSchemaManager. loadWithDeps(String... schemas)Load some Schemas into the registries, and loads all of the schemas they depend on.booleanSchemaManager. loadWithDeps(Schema... schemas)Load some Schemas into the registries, and loads all of the schemas they depend on.booleanSchemaManager. loadWithDepsRelaxed(String... schemas)Load some Schemas into the registries, and loads all of the schemas they depend on.booleanSchemaManager. loadWithDepsRelaxed(Schema... schemas)Load some Schemas into the registries, and loads all of the schemas they depend on.AttributeTypeSchemaManager. lookupAttributeTypeRegistry(String oid)Lookup for an AttributeType in the AttributeType registryLdapComparator<?>SchemaManager. lookupComparatorRegistry(String oid)Lookup for a Comparator in the Comparator registryLdapSyntaxSchemaManager. lookupLdapSyntaxRegistry(String oid)Lookup for an LdapSyntax in the LdapSyntax registryMatchingRuleSchemaManager. lookupMatchingRuleRegistry(String oid)Lookup for a MatchingRule in the MatchingRule registryNormalizerSchemaManager. lookupNormalizerRegistry(String oid)Lookup for a Normalizer in the Normalizer registryObjectClassSchemaManager. lookupObjectClassRegistry(String oid)Lookup for a ObjectClass in the ObjectClass registrySyntaxCheckerSchemaManager. lookupSyntaxCheckerRegistry(String oid)Lookup for a SyntaxChecker in the SyntaxChecker registryabstract StringNormalizer. normalize(String value)Gets the normalized value of AssertionValues.abstract StringNormalizer. normalize(String value, PrepareString.AssertionType assertionType)Gets the normalized value of a substring assertion.StringPreparedNormalizer. normalize(String value, PrepareString.AssertionType assertionType)Gets the normalized value.booleanSchemaManager. unload(String... schemas)Unload the given set of SchemasbooleanSchemaManager. unload(Schema... schemas)Unload the given set of SchemasSchemaObjectSchemaManager. 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 SyntaxCheckerRegistrybooleanSchemaManager. verify(String... schemas)Check that the Schemas are consistent regarding the current Registries.booleanSchemaManager. verify(Schema... schemas)Check that the Schemas are consistent regarding the current Registries. -
Uses of LdapException in org.apache.directory.api.ldap.model.schema.normalizers
Methods in org.apache.directory.api.ldap.model.schema.normalizers that throw LdapException Modifier and Type Method Description private NormalizerConcreteNameComponentNormalizer. lookup(String id)Looks up the Normalizer to use for a name component using the attributeId for the name component.StringDeepTrimNormalizer. normalize(String value)Gets the normalized value of AssertionValues.StringDeepTrimNormalizer. normalize(String value, PrepareString.AssertionType assertionType)Gets the normalized value of a substring assertion.StringDeepTrimToLowerNormalizer. normalize(String value)Gets the normalized value of AssertionValues.StringDeepTrimToLowerNormalizer. normalize(String value, PrepareString.AssertionType assertionType)Gets the normalized value of a substring assertion.StringDnNormalizer. normalize(String value)Gets the normalized value of AssertionValues.StringDnNormalizer. normalize(String value, PrepareString.AssertionType assertionType)Gets the normalized value of a substring assertion.StringDnNormalizer. normalize(Dn value)Normalize a DnStringGeneralizedTimeNormalizer. normalize(String value)Gets the normalized value of AssertionValues.StringGeneralizedTimeNormalizer. normalize(String value, PrepareString.AssertionType assertionType)Gets the normalized value of a substring assertion.StringNameOrNumericIdNormalizer. normalize(String value)Gets the normalized value of AssertionValues.StringNameOrNumericIdNormalizer. normalize(String value, PrepareString.AssertionType assertionType)Gets the normalized value of a substring assertion.StringNumericNormalizer. normalize(String value)Gets the normalized value of AssertionValues.StringNumericNormalizer. normalize(String value, PrepareString.AssertionType assertionType)Gets the normalized value of a substring assertion.ValueNumericNormalizer. normalize(Value value)Normalize a ValueStringObjectIdentifierNormalizer. normalize(String value)Gets the normalized value of AssertionValues.StringObjectIdentifierNormalizer. normalize(String value, PrepareString.AssertionType assertionType)Gets the normalized value of a substring assertion.StringTelephoneNumberNormalizer. normalize(String value)Gets the normalized value of AssertionValues.StringTelephoneNumberNormalizer. normalize(String value, PrepareString.AssertionType assertiontype)Gets the normalized value of a substring assertion.StringUniqueMemberNormalizer. normalize(String value)Gets the normalized value of AssertionValues.StringUniqueMemberNormalizer. normalize(String value, PrepareString.AssertionType assertionType)Gets the normalized value of a substring assertion.ObjectConcreteNameComponentNormalizer. normalizeByName(String name, byte[] value)Normalizes an attribute's value given the name of the attribute - short names like 'cn' as well as 'commonName' should work here.ObjectConcreteNameComponentNormalizer. normalizeByName(String name, String value)Normalizes an attribute's value given the name of the attribute - short names like 'cn' as well as 'commonName' should work here.ObjectConcreteNameComponentNormalizer. normalizeByName(AttributeType attributeType, String value)Normalizes an attribute's value given the name of the attribute - short names like 'cn' as well as 'commonName' should work here.ObjectNameComponentNormalizer. normalizeByName(String attributeName, byte[] value)Normalizes an attribute's value given the name of the attribute - short names like 'cn' as well as 'commonName' should work here.ObjectNameComponentNormalizer. normalizeByName(String attributeName, String value)Normalizes an attribute's value given the name of the attribute - short names like 'cn' as well as 'commonName' should work here.ObjectNameComponentNormalizer. normalizeByName(AttributeType attributeType, String value)Normalizes an attribute's value given the name of the attribute - short names like 'cn' as well as 'commonName' should work here.ObjectConcreteNameComponentNormalizer. normalizeByOid(String oid, byte[] value)Normalizes an attribute's value given the OID of the attribute.ObjectConcreteNameComponentNormalizer. normalizeByOid(String oid, String value)Normalizes an attribute's value given the OID of the attribute.ObjectNameComponentNormalizer. normalizeByOid(String attributeOid, byte[] value)Normalizes an attribute's value given the OID of the attribute.ObjectNameComponentNormalizer. normalizeByOid(String attributeOid, String value)Normalizes an attribute's value given the OID of the attribute.StringConcreteNameComponentNormalizer. normalizeName(String attributeName)Normalizes the attribute name/alias to use the OID for it instead.StringNameComponentNormalizer. normalizeName(String attributeName)Normalizes the attribute name/alias to use the OID for it instead. -
Uses of LdapException in org.apache.directory.api.ldap.model.schema.registries
Methods in org.apache.directory.api.ldap.model.schema.registries that throw LdapException Modifier and Type Method Description voidRegistries. add(SchemaObject schemaObject, boolean check)Applies the added SchemaObject to the given registervoidAttributeTypeRegistry. addMappingFor(AttributeType attributeType)Add a new Oid/Normalizer couple in the OidNormalizer mapvoidDefaultAttributeTypeRegistry. addMappingFor(AttributeType attributeType)Add a new Oid/Normalizer couple in the OidNormalizer mapvoidImmutableAttributeTypeRegistry. addMappingFor(AttributeType attributeType)Add a new Oid/Normalizer couple in the OidNormalizer mapvoidImmutableAttributeTypeRegistry. clear()Clear the registry from all its contentvoidImmutableComparatorRegistry. clear()Clear the registry from all its contentvoidImmutableDitContentRuleRegistry. clear()Clear the registry from all its contentvoidImmutableDitStructureRuleRegistry. clear()Clear the registry from all its contentvoidImmutableLdapSyntaxRegistry. clear()Clear the registry from all its contentvoidImmutableMatchingRuleRegistry. clear()Clear the registry from all its contentvoidImmutableMatchingRuleUseRegistry. clear()Clear the registry from all its contentvoidImmutableNameFormRegistry. clear()Clear the registry from all its contentvoidImmutableNormalizerRegistry. clear()Clear the registry from all its contentvoidImmutableObjectClassRegistry. clear()Clear the registry from all its contentvoidImmutableSyntaxCheckerRegistry. clear()Clear the registry from all its contentvoidRegistries. clear()Clear the registries from all its elementsvoidSchemaObjectRegistry. clear()Clear the registry from all its contentvoidRegistries. delete(SchemaObject schemaObject)Remove the given SchemaObject from the registriesIterator<AttributeType>AttributeTypeRegistry. descendants(String ancestorId)Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.Iterator<AttributeType>AttributeTypeRegistry. descendants(AttributeType ancestor)Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.Iterator<AttributeType>DefaultAttributeTypeRegistry. descendants(String ancestorId)Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.Iterator<AttributeType>DefaultAttributeTypeRegistry. descendants(AttributeType ancestor)Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.Iterator<ObjectClass>DefaultObjectClassRegistry. descendants(String ancestorId)Get's an iterator over the set of descendant ObjectClasses for some ancestor's name alias or their OID.Iterator<AttributeType>ImmutableAttributeTypeRegistry. descendants(String ancestorId)Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.Iterator<AttributeType>ImmutableAttributeTypeRegistry. descendants(AttributeType ancestor)Get's an iterator over the set of descendant attributeTypes for some ancestor's name alias or their OID.Iterator<ObjectClass>ImmutableObjectClassRegistry. descendants(String ancestorId)Get's an iterator over the set of descendant ObjectClasses for some ancestor's name alias or their OID.Iterator<ObjectClass>ObjectClassRegistry. descendants(String ancestorId)Get's an iterator over the set of descendant ObjectClasses for some ancestor's name alias or their OID.voidRegistries. dissociateFromSchema(SchemaObject schemaObject)Store the given SchemaObject in the Map associating SchemaObjetcs to their related Schema.List<String>OidRegistry. getNameSet(String oid)Gets the names associated with an OID.StringDefaultSchemaObjectRegistry. getOidByName(String name)Gets the numericOid for a name/alias if one is associated.StringImmutableAttributeTypeRegistry. getOidByName(String name)Gets the numericOid for a name/alias if one is associated.StringImmutableComparatorRegistry. getOidByName(String name)Gets the numericOid for a name/alias if one is associated.StringImmutableDitContentRuleRegistry. getOidByName(String name)Gets the numericOid for a name/alias if one is associated.StringImmutableDitStructureRuleRegistry. getOidByName(String name)Gets the numericOid for a name/alias if one is associated.StringImmutableLdapSyntaxRegistry. getOidByName(String name)Gets the numericOid for a name/alias if one is associated.StringImmutableMatchingRuleRegistry. getOidByName(String name)Gets the numericOid for a name/alias if one is associated.StringImmutableMatchingRuleUseRegistry. getOidByName(String name)Gets the numericOid for a name/alias if one is associated.StringImmutableNameFormRegistry. getOidByName(String name)Gets the numericOid for a name/alias if one is associated.StringImmutableNormalizerRegistry. getOidByName(String name)Gets the numericOid for a name/alias if one is associated.StringImmutableObjectClassRegistry. getOidByName(String name)Gets the numericOid for a name/alias if one is associated.StringImmutableSyntaxCheckerRegistry. getOidByName(String name)Gets the numericOid for a name/alias if one is associated.StringSchemaObjectRegistry. getOidByName(String name)Gets the numericOid for a name/alias if one is associated.StringOidRegistry. getPrimaryName(String oid)Gets the primary name associated with an OID.protected SchemaAbstractSchemaLoader. getSchema(Entry entry)Gets the schema.StringDefaultDitStructureRuleRegistry. getSchemaName(int ruleId)Gets the name of the schema this schema object is associated with.StringDefaultSchemaObjectRegistry. getSchemaName(String oid)Gets the name of the schema this schema object is associated with.StringDitStructureRuleRegistry. getSchemaName(int ruleId)Gets the name of the schema this schema object is associated with.StringImmutableAttributeTypeRegistry. getSchemaName(String oid)Gets the name of the schema this schema object is associated with.StringImmutableComparatorRegistry. getSchemaName(String oid)Gets the name of the schema this schema object is associated with.StringImmutableDitContentRuleRegistry. getSchemaName(String oid)Gets the name of the schema this schema object is associated with.StringImmutableDitStructureRuleRegistry. getSchemaName(int ruleId)Gets the name of the schema this schema object is associated with.StringImmutableDitStructureRuleRegistry. getSchemaName(String oid)Gets the name of the schema this schema object is associated with.StringImmutableLdapSyntaxRegistry. getSchemaName(String oid)Gets the name of the schema this schema object is associated with.StringImmutableMatchingRuleRegistry. getSchemaName(String oid)Gets the name of the schema this schema object is associated with.StringImmutableMatchingRuleUseRegistry. getSchemaName(String oid)Gets the name of the schema this schema object is associated with.StringImmutableNameFormRegistry. getSchemaName(String oid)Gets the name of the schema this schema object is associated with.StringImmutableNormalizerRegistry. getSchemaName(String oid)Gets the name of the schema this schema object is associated with.StringImmutableObjectClassRegistry. getSchemaName(String oid)Gets the name of the schema this schema object is associated with.StringImmutableSyntaxCheckerRegistry. getSchemaName(String oid)Gets the name of the schema this schema object is associated with.StringSchemaObjectRegistry. getSchemaName(String oid)Gets the name of the schema this schema object is associated with.TOidRegistry. getSchemaObject(String oid)Gets the SchemaObject associated with an OID.booleanAttributeTypeRegistry. hasDescendants(String ancestorId)Quick lookup to see if an attribute has descendants.booleanAttributeTypeRegistry. hasDescendants(AttributeType ancestor)Quick lookup to see if an attribute has descendants.booleanDefaultAttributeTypeRegistry. hasDescendants(String ancestorId)Quick lookup to see if an attribute has descendants.booleanDefaultAttributeTypeRegistry. hasDescendants(AttributeType ancestor)Quick lookup to see if an attribute has descendants.booleanDefaultObjectClassRegistry. hasDescendants(String ancestorId)Quick lookup to see if an objectClass has descendants.booleanImmutableAttributeTypeRegistry. hasDescendants(String ancestorId)Quick lookup to see if an attribute has descendants.booleanImmutableAttributeTypeRegistry. hasDescendants(AttributeType ancestor)Quick lookup to see if an attribute has descendants.booleanImmutableObjectClassRegistry. hasDescendants(String ancestorId)Quick lookup to see if an objectClass has descendants.booleanObjectClassRegistry. hasDescendants(String ancestorId)Quick lookup to see if an objectClass has descendants.List<Entry>AbstractSchemaLoader. loadAttributeTypes(String... schemaNames)Build a list of AttributeTypes read from the underlying storage for a list of specific schema, using their nameList<Entry>SchemaLoader. loadAttributeTypes(String... schemaNames)Build a list of AttributeTypes read from the underlying storage for a list of specific schema, using their nameList<Entry>SchemaLoader. loadAttributeTypes(Schema... schemas)Build a list of AttributeTypes read from the underlying storage for a list of specified schemaList<Entry>AbstractSchemaLoader. loadComparators(String... schemaNames)Build a list of Comparators read from the underlying storage for a list of specific schema, using their nameList<Entry>SchemaLoader. loadComparators(String... schemaNames)Build a list of Comparators read from the underlying storage for a list of specific schema, using their nameList<Entry>SchemaLoader. loadComparators(Schema... schemas)Build a list of Comparators read from the underlying storage for a list of specific schema.List<Entry>AbstractSchemaLoader. loadDitContentRules(String... schemaNames)Build a list of DitContentRules read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadDitContentRules(String... schemaNames)Build a list of DitContentRules read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadDitContentRules(Schema... schemas)Build a list of DitContentRules read from the underlying storage for a list of specific schema.List<Entry>AbstractSchemaLoader. loadDitStructureRules(String... schemaNames)Build a list of DitStructureRules read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadDitStructureRules(String... schemaNames)Build a list of DitStructureRules read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadDitStructureRules(Schema... schemas)Build a list of DitStructureRules read from the underlying storage for a list of specific schema.List<Entry>AbstractSchemaLoader. loadMatchingRules(String... schemaNames)Build a list of MatchingRules read from the underlying storage for a list of specific schema, using their nameList<Entry>SchemaLoader. loadMatchingRules(String... schemaNames)Build a list of MatchingRules read from the underlying storage for a list of specific schema, using their nameList<Entry>SchemaLoader. loadMatchingRules(Schema... schemas)Build a list of MatchingRules read from the underlying storage for a list of specific schemaList<Entry>AbstractSchemaLoader. loadMatchingRuleUses(String... schemaNames)Build a list of MatchingRuleUses read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadMatchingRuleUses(String... schemaNames)Build a list of MatchingRuleUses read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadMatchingRuleUses(Schema... schemas)Build a list of MatchingRuleUses read from the underlying storage for a list of specific schema.List<Entry>AbstractSchemaLoader. loadNameForms(String... schemaNames)Build a list of NameForms read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadNameForms(String... schemaNames)Build a list of NameForms read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadNameForms(Schema... schemas)Build a list of NameForms read from the underlying storage for a list of specific schema.List<Entry>AbstractSchemaLoader. loadNormalizers(String... schemaNames)Build a list of Normalizers read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadNormalizers(String... schemaNames)Build a list of Normalizers read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadNormalizers(Schema... schemas)Build a list of Normalizers read from the underlying storage for a list of specified schemaList<Entry>AbstractSchemaLoader. loadObjectClasses(String... schemaNames)Build a list of ObjectClasses read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadObjectClasses(String... schemaNames)Build a list of ObjectClasses read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadObjectClasses(Schema... schemas)Build a list of ObjectClasses read from the underlying storage for a list of specific schema.List<Entry>AbstractSchemaLoader. loadSyntaxCheckers(String... schemaNames)Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadSyntaxCheckers(String... schemaNames)Build a list of SyntaxCheckers read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadSyntaxCheckers(Schema... schemas)Build a list of SyntaxCheckers read from the underlying storage for a list of specified schemaList<Entry>AbstractSchemaLoader. loadSyntaxes(String... schemaNames)Build a list of Syntaxes read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadSyntaxes(String... schemaNames)Build a list of Syntaxes read from the underlying storage for a list of specified schema namesList<Entry>SchemaLoader. loadSyntaxes(Schema... schemas)Build a list of Syntaxes read from the underlying storage for a list of specified schemaAttributeTypeDefaultAttributeTypeRegistry. lookup(String oid)Looks up a SchemaObject by its unique Object Identifier or by name.DitStructureRuleDefaultDitStructureRuleRegistry. lookup(int ruleId)Looks up an dITStructureRule by its unique Object IDentifier or by its name.TDefaultSchemaObjectRegistry. lookup(String oid)Looks up a SchemaObject by its unique Object Identifier or by name.DitStructureRuleDitStructureRuleRegistry. lookup(int ruleId)Looks up an dITStructureRule by its unique Object IDentifier or by its name.AttributeTypeImmutableAttributeTypeRegistry. lookup(String oid)Looks up a SchemaObject by its unique Object Identifier or by name.LdapComparator<?>ImmutableComparatorRegistry. lookup(String oid)Looks up a SchemaObject by its unique Object Identifier or by name.DitContentRuleImmutableDitContentRuleRegistry. lookup(String oid)Looks up a SchemaObject by its unique Object Identifier or by name.DitStructureRuleImmutableDitStructureRuleRegistry. lookup(int ruleId)Looks up an dITStructureRule by its unique Object IDentifier or by its name.DitStructureRuleImmutableDitStructureRuleRegistry. lookup(String oid)Looks up a SchemaObject by its unique Object Identifier or by name.LdapSyntaxImmutableLdapSyntaxRegistry. lookup(String oid)Looks up a SchemaObject by its unique Object Identifier or by name.MatchingRuleImmutableMatchingRuleRegistry. lookup(String oid)Looks up a SchemaObject by its unique Object Identifier or by name.MatchingRuleUseImmutableMatchingRuleUseRegistry. lookup(String oid)Looks up a SchemaObject by its unique Object Identifier or by name.NameFormImmutableNameFormRegistry. lookup(String oid)Looks up a SchemaObject by its unique Object Identifier or by name.NormalizerImmutableNormalizerRegistry. lookup(String oid)Looks up a SchemaObject by its unique Object Identifier or by name.ObjectClassImmutableObjectClassRegistry. lookup(String oid)Looks up a SchemaObject by its unique Object Identifier or by name.SyntaxCheckerImmutableSyntaxCheckerRegistry. lookup(String oid)Looks up a SchemaObject by its unique Object Identifier or by name.TSchemaObjectRegistry. lookup(String oid)Looks up a SchemaObject by its unique Object Identifier or by name.voidComparatorRegistry. register(LdapComparator<?> comparator)Registers a new LdapComparator with this registry.voidDefaultDitStructureRuleRegistry. register(DitStructureRule ditStructureRule)Registers a new SchemaObject with this registry.voidDefaultSchemaObjectRegistry. register(T schemaObject)Registers a new SchemaObject with this registry.voidDitStructureRuleRegistry. register(DitStructureRule ditStructureRule)Registers a new DitStructureRule with this registry.voidImmutableAttributeTypeRegistry. register(AttributeType attributeType)Registers a new SchemaObject with this registry.voidImmutableComparatorRegistry. register(LdapComparator<?> comparator)Registers a new LdapComparator with this registry.voidImmutableDitContentRuleRegistry. register(DitContentRule schemaObject)Registers a new SchemaObject with this registry.voidImmutableDitStructureRuleRegistry. register(DitStructureRule ditStructureRule)Registers a new DitStructureRule with this registry.voidImmutableLdapSyntaxRegistry. register(LdapSyntax schemaObject)Registers a new SchemaObject with this registry.voidImmutableMatchingRuleRegistry. register(MatchingRule schemaObject)Registers a new SchemaObject with this registry.voidImmutableMatchingRuleUseRegistry. register(MatchingRuleUse schemaObject)Registers a new SchemaObject with this registry.voidImmutableNameFormRegistry. register(NameForm schemaObject)Registers a new SchemaObject with this registry.voidImmutableNormalizerRegistry. register(Normalizer normalizer)Registers a new Normalizer with this registry.voidImmutableObjectClassRegistry. register(ObjectClass objectClass)Registers a new ObjectClass with this registry.voidImmutableSyntaxCheckerRegistry. register(SyntaxChecker syntaxChecker)Registers a new SyntaxChecker with this registry.voidNormalizerRegistry. register(Normalizer normalizer)Registers a new Normalizer with this registry.voidObjectClassRegistry. register(ObjectClass objectClass)Registers a new ObjectClass with this registry.voidOidRegistry. register(T schemaObject)Adds an OID name pair to the registry.private voidRegistries. register(SchemaObject schemaObject)Register the given SchemaObject into the associated RegistryvoidSchemaObjectRegistry. register(T schemaObject)Registers a new SchemaObject with this registry.voidSyntaxCheckerRegistry. register(SyntaxChecker syntaxChecker)Registers a new SyntaxChecker with this registry.voidAttributeTypeRegistry. registerDescendants(AttributeType attributeType, AttributeType ancestor)Store the AttributeType into a map associating an AttributeType to its descendants.voidDefaultAttributeTypeRegistry. registerDescendants(AttributeType attributeType, AttributeType ancestor)Store the AttributeType into a map associating an AttributeType to its descendants.voidDefaultObjectClassRegistry. registerDescendants(ObjectClass objectClass, List<ObjectClass> ancestors)Store the ObjectClass into a map associating an ObjectClass to its descendants.voidImmutableAttributeTypeRegistry. registerDescendants(AttributeType attributeType, AttributeType ancestor)Store the AttributeType into a map associating an AttributeType to its descendants.voidImmutableObjectClassRegistry. registerDescendants(ObjectClass objectClass, List<ObjectClass> ancestors)Store the ObjectClass into a map associating an ObjectClass to its descendants.voidObjectClassRegistry. registerDescendants(ObjectClass objectClass, List<ObjectClass> ancestors)Store the ObjectClass into a map associating an ObjectClass to its descendants.voidAttributeTypeRegistry. removeMappingFor(AttributeType attributeType)Remove a new Oid/Normalizer couple in the OidNormalizer mapvoidDefaultAttributeTypeRegistry. removeMappingFor(AttributeType attributeType)Remove the AttributeType normalizer from the OidNormalizer mapvoidImmutableAttributeTypeRegistry. removeMappingFor(AttributeType attributeType)Remove a new Oid/Normalizer couple in the OidNormalizer mapvoidDitStructureRuleRegistry. renameSchema(String originalSchemaName, String newSchemaName)Modify all the DitStructureRule using a schemaName when this name changes.voidImmutableComparatorRegistry. renameSchema(String originalSchemaName, String newSchemaName)Modify all the SchemaObject using a schemaName when this name changes.voidImmutableDitContentRuleRegistry. renameSchema(String originalSchemaName, String newSchemaName)Modify all the SchemaObject using a schemaName when this name changes.voidImmutableDitStructureRuleRegistry. renameSchema(String originalSchemaName, String newSchemaName)Modify all the DitStructureRule using a schemaName when this name changes.voidImmutableLdapSyntaxRegistry. renameSchema(String originalSchemaName, String newSchemaName)Modify all the SchemaObject using a schemaName when this name changes.voidImmutableMatchingRuleRegistry. renameSchema(String originalSchemaName, String newSchemaName)Modify all the SchemaObject using a schemaName when this name changes.voidImmutableMatchingRuleUseRegistry. renameSchema(String originalSchemaName, String newSchemaName)Modify all the SchemaObject using a schemaName when this name changes.voidImmutableNameFormRegistry. renameSchema(String originalSchemaName, String newSchemaName)Modify all the SchemaObject using a schemaName when this name changes.voidImmutableNormalizerRegistry. renameSchema(String originalSchemaName, String newSchemaName)Modify all the SchemaObject using a schemaName when this name changes.voidImmutableObjectClassRegistry. renameSchema(String originalSchemaName, String newSchemaName)Modify all the SchemaObject using a schemaName when this name changes.voidImmutableSyntaxCheckerRegistry. renameSchema(String originalSchemaName, String newSchemaName)Modify all the SchemaObject using a schemaName when this name changes.voidSchemaObjectRegistry. renameSchema(String originalSchemaName, String newSchemaName)Modify all the SchemaObject using a schemaName when this name changes.LdapComparator<?>ComparatorRegistry. unregister(String numericOid)Removes the LdapComparator registered with this registry, using its numeric OID.AttributeTypeDefaultAttributeTypeRegistry. unregister(String numericOid)Removes the SchemaObject registered with this registry, using its numeric OID.voidDefaultDitStructureRuleRegistry. unregister(int ruleId)Unregisters a DitStructureRule using it's rule identifier.ObjectClassDefaultObjectClassRegistry. unregister(String numericOid)Removes the SchemaObject registered with this registry, using its numeric OID.TDefaultSchemaObjectRegistry. unregister(String numericOid)Removes the SchemaObject registered with this registry, using its numeric OID.TDefaultSchemaObjectRegistry. unregister(T schemaObject)Removes the SchemaObject registered with this registry.voidDitStructureRuleRegistry. unregister(int ruleId)Unregisters a DitStructureRule using it's rule identifier.AttributeTypeImmutableAttributeTypeRegistry. unregister(String numericOid)Removes the SchemaObject registered with this registry, using its numeric OID.AttributeTypeImmutableAttributeTypeRegistry. unregister(AttributeType schemaObject)Removes the SchemaObject registered with this registry.LdapComparator<?>ImmutableComparatorRegistry. unregister(String numericOid)Removes the LdapComparator registered with this registry, using its numeric OID.LdapComparator<?>ImmutableComparatorRegistry. unregister(LdapComparator<?> schemaObject)Removes the SchemaObject registered with this registry.DitContentRuleImmutableDitContentRuleRegistry. unregister(String numericOid)Removes the SchemaObject registered with this registry, using its numeric OID.DitContentRuleImmutableDitContentRuleRegistry. unregister(DitContentRule schemaObject)Removes the SchemaObject registered with this registry.voidImmutableDitStructureRuleRegistry. unregister(int ruleId)Unregisters a DitStructureRule using it's rule identifier.DitStructureRuleImmutableDitStructureRuleRegistry. unregister(String numericOid)Removes the SchemaObject registered with this registry, using its numeric OID.DitStructureRuleImmutableDitStructureRuleRegistry. unregister(DitStructureRule schemaObject)Removes the SchemaObject registered with this registry.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.MatchingRuleImmutableMatchingRuleRegistry. unregister(String numericOid)Removes the SchemaObject registered with this registry, using its numeric OID.MatchingRuleImmutableMatchingRuleRegistry. unregister(MatchingRule schemaObject)Removes the SchemaObject registered with this registry.MatchingRuleUseImmutableMatchingRuleUseRegistry. unregister(String numericOid)Removes the SchemaObject registered with this registry, using its numeric OID.MatchingRuleUseImmutableMatchingRuleUseRegistry. unregister(MatchingRuleUse schemaObject)Removes the SchemaObject registered with this registry.NameFormImmutableNameFormRegistry. unregister(String numericOid)Removes the SchemaObject registered with this registry, using its numeric OID.NameFormImmutableNameFormRegistry. unregister(NameForm schemaObject)Removes the SchemaObject registered with this registry.NormalizerImmutableNormalizerRegistry. unregister(String numericOid)Removes the Normalizer registered with this registry, using its numeric OID.NormalizerImmutableNormalizerRegistry. unregister(Normalizer schemaObject)Removes the SchemaObject registered with this registry.ObjectClassImmutableObjectClassRegistry. unregister(String numericOid)Removes the ObjectClass registered with this registry.ObjectClassImmutableObjectClassRegistry. unregister(ObjectClass schemaObject)Removes the SchemaObject registered with this registry.SyntaxCheckerImmutableSyntaxCheckerRegistry. unregister(String numericOid)Removes the SyntaxChecker registered with this registry, using its numeric OID.SyntaxCheckerImmutableSyntaxCheckerRegistry. unregister(SyntaxChecker schemaObject)Removes the SchemaObject registered with this registry.NormalizerNormalizerRegistry. unregister(String numericOid)Removes the Normalizer registered with this registry, using its numeric OID.ObjectClassObjectClassRegistry. unregister(String numericOid)Removes the ObjectClass registered with this registry.voidOidRegistry. unregister(String oid)Removes an oid from this registry.private SchemaObjectRegistries. unregister(SchemaObject schemaObject)Unregister a SchemaObject from the registriesTSchemaObjectRegistry. unregister(String numericOid)Removes the SchemaObject registered with this registry, using its numeric OID.TSchemaObjectRegistry. unregister(T schemaObject)Removes the SchemaObject registered with this registry.SyntaxCheckerSyntaxCheckerRegistry. unregister(String numericOid)Removes the SyntaxChecker registered with this registry, using its numeric OID.voidAttributeTypeRegistry. unregisterDescendants(AttributeType attributeType, AttributeType ancestor)Remove the AttributeType from the map associating an AttributeType to its descendants.voidDefaultAttributeTypeRegistry. unregisterDescendants(AttributeType attributeType, AttributeType ancestor)Remove the AttributeType from the map associating an AttributeType to its descendants.voidDefaultObjectClassRegistry. unregisterDescendants(ObjectClass attributeType, List<ObjectClass> ancestors)Remove the ObjectClass from the map associating an ObjectClass to its descendants.voidImmutableAttributeTypeRegistry. unregisterDescendants(AttributeType attributeType, AttributeType ancestor)Remove the AttributeType from the map associating an AttributeType to its descendants.voidImmutableObjectClassRegistry. unregisterDescendants(ObjectClass attributeType, List<ObjectClass> ancestors)Remove the ObjectClass from the map associating an ObjectClass to its descendants.voidObjectClassRegistry. unregisterDescendants(ObjectClass attributeType, List<ObjectClass> ancestors)Remove the ObjectClass from the map associating an ObjectClass to its descendants.voidComparatorRegistry. unregisterSchemaElements(String schemaName)Unregisters all LdapComparators defined for a specific schema from this registry.voidDefaultComparatorRegistry. unregisterSchemaElements(String schemaName)Unregisters all SchemaObjects defined for a specific schema from this registry.voidDefaultNormalizerRegistry. unregisterSchemaElements(String schemaName)Unregisters all SchemaObjects defined for a specific schema from this registry.voidDefaultSchemaObjectRegistry. unregisterSchemaElements(String schemaName)Unregisters all SchemaObjects defined for a specific schema from this registry.voidDefaultSyntaxCheckerRegistry. unregisterSchemaElements(String schemaName)Unregisters all SchemaObjects defined for a specific schema from this registry.voidDitStructureRuleRegistry. unregisterSchemaElements(String schemaName)Unregisters all DITStructureRules defined for a specific schema from this registry.voidImmutableAttributeTypeRegistry. unregisterSchemaElements(String schemaName)Unregisters all SchemaObjects defined for a specific schema from this registry.voidImmutableComparatorRegistry. unregisterSchemaElements(String schemaName)Unregisters all LdapComparators defined for a specific schema from this registry.voidImmutableDitContentRuleRegistry. unregisterSchemaElements(String schemaName)Unregisters all SchemaObjects defined for a specific schema from this registry.voidImmutableDitStructureRuleRegistry. unregisterSchemaElements(String schemaName)Unregisters all DITStructureRules defined for a specific schema from this registry.voidImmutableLdapSyntaxRegistry. unregisterSchemaElements(String schemaName)Unregisters all SchemaObjects defined for a specific schema from this registry.voidImmutableMatchingRuleRegistry. unregisterSchemaElements(String schemaName)Unregisters all SchemaObjects defined for a specific schema from this registry.voidImmutableMatchingRuleUseRegistry. unregisterSchemaElements(String schemaName)Unregisters all SchemaObjects defined for a specific schema from this registry.voidImmutableNameFormRegistry. unregisterSchemaElements(String schemaName)Unregisters all SchemaObjects defined for a specific schema from this registry.voidImmutableNormalizerRegistry. unregisterSchemaElements(String schemaName)Unregisters all Normalizers defined for a specific schema from this registry.voidImmutableObjectClassRegistry. unregisterSchemaElements(String schemaName)Unregisters all SchemaObjects defined for a specific schema from this registry.voidImmutableSyntaxCheckerRegistry. unregisterSchemaElements(String schemaName)Unregisters all SyntaxCheckers defined for a specific schema from this registry.voidNormalizerRegistry. unregisterSchemaElements(String schemaName)Unregisters all Normalizers defined for a specific schema from this registry.voidSchemaObjectRegistry. unregisterSchemaElements(String schemaName)Unregisters all SchemaObjects defined for a specific schema from this registry.voidSyntaxCheckerRegistry. unregisterSchemaElements(String schemaName)Unregisters all SyntaxCheckers defined for a specific schema from this registry. -
Uses of LdapException in org.apache.directory.api.ldap.model.schema.registries.helper
Methods in org.apache.directory.api.ldap.model.schema.registries.helper that throw LdapException Modifier and Type Method Description static voidAttributeTypeHelper. addToRegistries(AttributeType attributeType, SchemaErrorHandler errorHandler, Registries registries)Inject the AttributeType into the Registries, updating the references to other SchemaObject If one of the referenced SchemaObject does not exist (SUP, EQUALITY, ORDERING, SUBSTR, SYNTAX), an exception is thrown.static voidDitContentRuleHelper. addToRegistries(DitContentRule ditContentRule, SchemaErrorHandler errorHandler, Registries registries)Inject the DitContentRule into the registries, updating the references to other SchemaObjectstatic voidLdapSyntaxHelper. addToRegistries(LdapSyntax ldapSyntax, SchemaErrorHandler errorHandler, Registries registries)Inject the LdapSyntax into the registries, updating the references to other SchemaObjectstatic voidMatchingRuleHelper. addToRegistries(MatchingRule matchingRule, SchemaErrorHandler errorHandler, Registries registries)Inject the MatchingRule into the Registries, updating the references to other SchemaObjectstatic voidMatchingRuleUseHelper. addToRegistries(MatchingRuleUse matchingRuleUse, SchemaErrorHandler errorHandler, Registries registries)Inject the MatchingRuleUse into the registries, updating the references to other SchemaObjectstatic voidNameFormHelper. addToRegistries(NameForm nameForm, SchemaErrorHandler errorHandler, Registries registries)Inject the NameForm into the registries, updating the references to other SchemaObjectstatic voidAttributeTypeHelper. removeFromRegistries(AttributeType attributeType, SchemaErrorHandler errorHandler, Registries registries)Remove the AttributeType from the registries, updating the references to other SchemaObject.static voidObjectClassHelper. removeFromRegistries(ObjectClass objectClass, SchemaErrorHandler errorHandler, Registries registries)Remove the ObjectClass from the registries, updating the references to other SchemaObject.
-