Uses of Class
org.ldaptive.transport.MessageFunctional
Packages that use MessageFunctional
Package
Description
-
Uses of MessageFunctional in org.ldaptive.ad.handler
Subclasses of MessageFunctional in org.ldaptive.ad.handlerModifier and TypeClassDescriptionclass
Base class for entry handlers that convert a binary attribute to it's string form.class
Processes an objectGuid attribute by converting it from binary to it's string form.class
Processes an objectSid attribute by converting it from binary to it's string form.class
Constructs the primary group SID and then searches for that group and puts it's DN in the 'memberOf' attribute of the original search entry.class
Rewrites attributes returned from Active Directory to include all values by performing additional searches. -
Uses of MessageFunctional in org.ldaptive.handler
Subclasses of MessageFunctional in org.ldaptive.handlerModifier and TypeClassDescriptionclass
Base class for entry handlers which simply returns values unaltered.class
Provides the ability to modify the case of search entry DNs, attribute names, and attribute values.class
Adds the entry DN as an attribute to the result set.class
Merges the values of one or more attributes into a single attribute.class
Merges the values of the attributes in all entries into a single entry.class
This recursively searches based on a supplied attribute and merges those results into the original entry.class
Sorts the entries, attributes, and attribute values contained in a search response. -
Uses of MessageFunctional in org.ldaptive.referral
Subclasses of MessageFunctional in org.ldaptive.referralModifier and TypeClassDescriptionclass
AbstractFollowReferralHandler<Q extends Request,
S extends Result> Common implementation of referral handling.class
Provides handling of an ldap referral for search operations.class
Provides handling of an ldap continuation reference for search operations. -
Uses of MessageFunctional in org.ldaptive.transport
Subclasses of MessageFunctional in org.ldaptive.transportModifier and TypeClassDescriptionstatic class
MessageFunctional.BiConsumer<Q extends Request,
S extends Result, T, U> Marker class to inject connection and request properties.static class
MessageFunctional.Consumer<Q extends Request,
S extends Result, T> Marker class to inject connection and request properties.static class
MessageFunctional.Function<Q extends Request,
S extends Result, T, R> Marker class to inject connection and request properties.