Uses of Interface
org.ldaptive.asn1.ParseHandler
-
Packages that use ParseHandler Package Description org.ldaptive org.ldaptive.ad.control org.ldaptive.asn1 org.ldaptive.control org.ldaptive.dn org.ldaptive.extended -
-
Uses of ParseHandler in org.ldaptive
Classes in org.ldaptive that implement ParseHandler Modifier and Type Class Description protected static class
AbstractMessage.ControlsHandler
Parse handler implementation for the message controls.protected static class
AbstractMessage.MessageIDHandler
Parse handler implementation for the message ID.protected static class
AbstractResult.DiagnosticMessageHandler
Parse handler implementation for the LDAP diagnostic message.protected static class
AbstractResult.MatchedDNHandler
Parse handler implementation for the LDAP matched DN.protected static class
AbstractResult.ReferralHandler
Parse handler implementation for the LDAP referral.protected static class
AbstractResult.ResultCodeHandler
Parse handler implementation for the LDAP result code.protected static class
BindResponse.SASLCredsHandler
Parse handler implementation for the server SASL creds.protected static class
LdapEntry.AttributesHandler
Parse handler implementation for the attributes.protected static class
LdapEntry.LdapDnHandler
Parse handler implementation for the LDAP DN.protected static class
SearchResultReference.ReferralUriHandler
Parse handler implementation for the referral URL. -
Uses of ParseHandler in org.ldaptive.ad.control
Classes in org.ldaptive.ad.control that implement ParseHandler Modifier and Type Class Description private static class
DirSyncControl.CookieHandler
Parse handler implementation for the cookie.private static class
DirSyncControl.FlagHandler
Parse handler implementation for the flag.private static class
DirSyncControl.MaxAttrCountHandler
Parse handler implementation for the maxAttributeCount.private static class
GetStatsControl.IntegerHandler
Parse handler implementation for integer stats.private static class
GetStatsControl.StringHandler
Parse handler implementation for string stats. -
Uses of ParseHandler in org.ldaptive.asn1
Classes in org.ldaptive.asn1 that implement ParseHandler Modifier and Type Class Description class
AbstractParseHandler<T>
Parse handler for managing and initializing an object.Fields in org.ldaptive.asn1 with type parameters of type ParseHandler Modifier and Type Field Description private Map<DERPath,ParseHandler>
DERParser. handlerMap
Handlers for DER paths.Methods in org.ldaptive.asn1 with parameters of type ParseHandler Modifier and Type Method Description void
DERParser. registerHandler(DERPath path, ParseHandler handler)
Registers the supplied handler to fire when the supplied path is encountered. -
Uses of ParseHandler in org.ldaptive.control
Classes in org.ldaptive.control that implement ParseHandler Modifier and Type Class Description private static class
EntryChangeNotificationControl.ChangeNumberHandler
Parse handler implementation for the change number.private static class
EntryChangeNotificationControl.ChangeTypeHandler
Parse handler implementation for the change type.private static class
EntryChangeNotificationControl.PreviousDnHandler
Parse handler implementation for the previous dn.private static class
PagedResultsControl.CookieHandler
Parse handler implementation for the cookie.private static class
PagedResultsControl.SizeHandler
Parse handler implementation for the size.private static class
PasswordPolicyControl.ErrorHandler
Parse handler implementation for the error.private static class
PasswordPolicyControl.GraceAuthnsRemainingHandler
Parse handler implementation for the grace authns remaining.private static class
PasswordPolicyControl.TimeBeforeExpirationHandler
Parse handler implementation for the time before expiration.private static class
SessionTrackingControl.FormatOIDHandler
Parse handler implementation for the format oid.private static class
SessionTrackingControl.SourceIpHandler
Parse handler implementation for the source ip.private static class
SessionTrackingControl.SourceNameHandler
Parse handler implementation for the source name.private static class
SessionTrackingControl.TrackingIdentifierHandler
Parse handler implementation for the tracking identifier.private static class
SortResponseControl.AttributeTypeHandler
Parse handler implementation for the attribute type.private static class
SortResponseControl.SortResultHandler
Parse handler implementation for the sort result.private static class
SyncDoneControl.CookieHandler
Parse handler implementation for the cookie.private static class
SyncDoneControl.RefreshDeletesHandler
Parse handler implementation for the refresh deletes flag.private static class
SyncStateControl.CookieHandler
Parse handler implementation for the cookie.private static class
SyncStateControl.EntryUuidHandler
Parse handler implementation for the entry uuid.private static class
SyncStateControl.StateHandler
Parse handler implementation for the sync state.private static class
VirtualListViewResponseControl.ContentCountHandler
Parse handler implementation for the content count.private static class
VirtualListViewResponseControl.ContextIDHandler
Parse handler implementation for the context ID.private static class
VirtualListViewResponseControl.TargetPositionHandler
Parse handler implementation for the target position.private static class
VirtualListViewResponseControl.ViewResultHandler
Parse handler implementation for the view result. -
Uses of ParseHandler in org.ldaptive.dn
Classes in org.ldaptive.dn that implement ParseHandler Modifier and Type Class Description private static class
DefaultDnParser.OctetStringHandler
Parse handler for decoding octet strings. -
Uses of ParseHandler in org.ldaptive.extended
Classes in org.ldaptive.extended that implement ParseHandler Modifier and Type Class Description protected static class
ExtendedResponse.ResponseNameHandler
Parse handler implementation for the response name.protected static class
ExtendedResponse.ResponseValueHandler
Parse handler implementation for the response value.protected static class
IntermediateResponse.ResponseNameHandler
Parse handler implementation for the response name.protected static class
IntermediateResponse.ResponseValueHandler
Parse handler implementation for the response value.private static class
PasswordModifyResponseParser.GenPasswdHandler
Parse handler implementation for the genPasswd.private static class
SyncInfoMessage.NewCookieHandler
Parse handler implementation for new cookie.private static class
SyncInfoMessage.RefreshDeleteCookieHandler
Parse handler implementation for refresh delete cookie.private static class
SyncInfoMessage.RefreshDeleteDoneHandler
Parse handler implementation for refresh delete done.private static class
SyncInfoMessage.RefreshDeleteHandler
Parse handler implementation for refresh delete.private static class
SyncInfoMessage.RefreshPresentCookieHandler
Parse handler implementation for refresh present cookie.private static class
SyncInfoMessage.RefreshPresentDoneHandler
Parse handler implementation for refresh present done.private static class
SyncInfoMessage.RefreshPresentHandler
Parse handler implementation for refresh present.private static class
SyncInfoMessage.SyncIdSetCookieHandler
Parse handler implementation for sync id set cookie.private static class
SyncInfoMessage.SyncIdSetDeletesHandler
Parse handler implementation for sync id set deletes.private static class
SyncInfoMessage.SyncIdSetHandler
Parse handler implementation for sync id set.private static class
SyncInfoMessage.SyncIdSetUuidsHandler
Parse handler implementation for sync id set uuids.Methods in org.ldaptive.extended that return ParseHandler Modifier and Type Method Description protected ParseHandler
SyncInfoMessage. getResponseValueParseHandler()
-