Uses of Class
org.ldaptive.transport.MessageFunctional
-
Packages that use MessageFunctional Package Description org.ldaptive.ad.handler org.ldaptive.handler org.ldaptive.referral org.ldaptive.transport -
-
Uses of MessageFunctional in org.ldaptive.ad.handler
Subclasses of MessageFunctional 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 MessageFunctional in org.ldaptive.handler
Subclasses of MessageFunctional 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. -
Uses of MessageFunctional in org.ldaptive.referral
Subclasses of MessageFunctional in org.ldaptive.referral Modifier and Type Class Description classAbstractFollowReferralHandler<Q extends Request,S extends Result>Common implementation of referral handling.classAbstractFollowSearchReferralHandlerBase class with functionality for handling an ldap referral for search operations.classFollowAddReferralHandlerProvides handling of an ldap referral for add operations.classFollowCompareReferralHandlerProvides handling of an ldap referral for compare operations.classFollowDeleteReferralHandlerProvides handling of an ldap referral for delete operations.classFollowModifyDnReferralHandlerProvides handling of an ldap referral for modify dn operations.classFollowModifyReferralHandlerProvides handling of an ldap referral for modify operations.classFollowSearchReferralHandlerProvides handling of an ldap referral for search operations.classFollowSearchResultReferenceHandlerProvides handling of an ldap continuation reference for search operations. -
Uses of MessageFunctional in org.ldaptive.transport
Subclasses of MessageFunctional in org.ldaptive.transport Modifier and Type Class Description classAbstractMessageFunctionalEntryHandler<T>Base class for entry handlers which simply returns values unaltered.static classMessageFunctional.BiConsumer<Q extends Request,S extends Result,T,U>Marker class to inject handle properties.static classMessageFunctional.Consumer<Q extends Request,S extends Result,T>Marker class to inject handle properties.static classMessageFunctional.Function<Q extends Request,S extends Result,T,R>Marker class to inject handle properties.Methods in org.ldaptive.transport that return MessageFunctional Modifier and Type Method Description abstract MessageFunctional<Q,S>MessageFunctional. newInstance()Create a new instance of this message functional.
-