Uses of Class
org.ldaptive.transport.MessageFunctional.Function
Packages that use MessageFunctional.Function
-
Uses of MessageFunctional.Function in org.ldaptive.ad.handler
Subclasses of MessageFunctional.Function in org.ldaptive.ad.handlerModifier and TypeClassDescriptionclassBase class for entry handlers that convert a binary attribute to it's string form.classProcesses an objectGuid attribute by converting it from binary to it's string form.classProcesses an objectSid attribute by converting it from binary to it's string form.classConstructs the primary group SID and then searches for that group and puts it's DN in the 'memberOf' attribute of the original search entry.classRewrites attributes returned from Active Directory to include all values by performing additional searches. -
Uses of MessageFunctional.Function in org.ldaptive.handler
Subclasses of MessageFunctional.Function in org.ldaptive.handlerModifier and TypeClassDescriptionclassBase class for entry handlers which simply returns values unaltered.classProvides the ability to modify the case of search entry DNs, attribute names, and attribute values.classAdds the entry DN as an attribute to the result set.classMerges the values of one or more attributes into a single attribute.classMerges the values of the attributes in all entries into a single entry.classThis recursively searches based on a supplied attribute and merges those results into the original entry.classSorts the entries, attributes, and attribute values contained in a search response. -
Uses of MessageFunctional.Function in org.ldaptive.referral
Subclasses of MessageFunctional.Function in org.ldaptive.referralModifier and TypeClassDescriptionclassAbstractFollowReferralHandler<Q extends Request,S extends Result> Common implementation of referral handling.classProvides handling of an ldap referral for search operations.classProvides handling of an ldap continuation reference for search operations.