Uses of Class
org.ldaptive.transport.MessageFunctional.Function
-
Packages that use MessageFunctional.Function Package Description org.ldaptive.ad.handler org.ldaptive.handler org.ldaptive.referral org.ldaptive.transport -
-
Uses of MessageFunctional.Function in org.ldaptive.ad.handler
Subclasses of MessageFunctional.Function in org.ldaptive.ad.handler Modifier and Type Class Description class
AbstractBinaryAttributeHandler<T>
Base class for entry handlers that convert a binary attribute to its string form.class
ObjectGuidHandler
Processes an objectGuid attribute by converting it from binary to its string form.class
ObjectSidHandler
Processes an objectSid attribute by converting it from binary to its string form.class
PrimaryGroupIdHandler
Constructs the primary group SID and then searches for that group and puts its DN in the 'memberOf' attribute of the original search entry.class
RangeEntryHandler
Rewrites 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.handler Modifier and Type Class Description class
RecursiveResultHandler
This recursively searches based on a supplied attribute and merges those results into the original entry. -
Uses of MessageFunctional.Function in org.ldaptive.referral
Subclasses of MessageFunctional.Function in org.ldaptive.referral Modifier and Type Class Description class
AbstractFollowReferralHandler<Q extends Request,S extends Result>
Common implementation of referral handling.class
AbstractFollowSearchReferralHandler
Base class with functionality for handling an ldap referral for search operations.class
FollowAddReferralHandler
Provides handling of an ldap referral for add operations.class
FollowCompareReferralHandler
Provides handling of an ldap referral for compare operations.class
FollowDeleteReferralHandler
Provides handling of an ldap referral for delete operations.class
FollowModifyDnReferralHandler
Provides handling of an ldap referral for modify dn operations.class
FollowModifyReferralHandler
Provides handling of an ldap referral for modify operations.class
FollowSearchReferralHandler
Provides handling of an ldap referral for search operations.class
FollowSearchResultReferenceHandler
Provides handling of an ldap continuation reference for search operations. -
Uses of MessageFunctional.Function in org.ldaptive.transport
Subclasses of MessageFunctional.Function in org.ldaptive.transport Modifier and Type Class Description class
AbstractMessageFunctionalEntryHandler<T>
Base class for entry handlers which simply returns values unaltered.
-