Uses of Class
org.ldaptive.handler.AbstractEntryHandler
-
Packages that use AbstractEntryHandler Package Description org.ldaptive.ad.handler org.ldaptive.handler -
-
Uses of AbstractEntryHandler in org.ldaptive.ad.handler
Subclasses of AbstractEntryHandler in org.ldaptive.ad.handler Modifier and Type Class Description classAbstractBinaryAttributeHandler<T>Base class for entry handlers that convert a binary attribute to it's string form.classObjectGuidHandlerProcesses an objectGuid attribute by converting it from binary to it's string form.classObjectSidHandlerProcesses an objectSid attribute by converting it from binary to it's string form.classPrimaryGroupIdHandlerConstructs the primary group SID and then searches for that group and puts it's DN in the 'memberOf' attribute of the original search entry.classRangeEntryHandlerRewrites attributes returned from Active Directory to include all values by performing additional searches. -
Uses of AbstractEntryHandler in org.ldaptive.handler
Subclasses of AbstractEntryHandler in org.ldaptive.handler Modifier and Type Class Description classCaseChangeEntryHandlerProvides the ability to modify the case of search entry DNs, attribute names, and attribute values.classDnAttributeEntryHandlerAdds the entry DN as an attribute to the result set.classMergeAttributeEntryHandlerMerges the values of one or more attributes into a single attribute.classMergeResultHandlerMerges the values of the attributes in all entries into a single entry.classRecursiveResultHandlerThis recursively searches based on a supplied attribute and merges those results into the original entry.classSortResultHandlerSorts the entries, attributes, and attribute values contained in a search response.
-