Uses of Class
org.ldaptive.transport.AbstractMessageFunctionalEntryHandler
-
Packages that use AbstractMessageFunctionalEntryHandler Package Description org.ldaptive.ad.handler org.ldaptive.handler -
-
Uses of AbstractMessageFunctionalEntryHandler in org.ldaptive.ad.handler
Subclasses of AbstractMessageFunctionalEntryHandler in org.ldaptive.ad.handler Modifier and Type Class Description classAbstractBinaryAttributeHandler<T>Base class for entry handlers that convert a binary attribute to its string form.classObjectGuidHandlerProcesses an objectGuid attribute by converting it from binary to its string form.classObjectSidHandlerProcesses an objectSid attribute by converting it from binary to its string form.classPrimaryGroupIdHandlerConstructs the primary group SID and then searches for that group and puts its 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 AbstractMessageFunctionalEntryHandler in org.ldaptive.handler
Subclasses of AbstractMessageFunctionalEntryHandler in org.ldaptive.handler Modifier and Type Class Description classRecursiveResultHandlerThis recursively searches based on a supplied attribute and merges those results into the original entry.
-