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 classAbstractMessage.ControlsHandlerParse handler implementation for the message controls.protected static classAbstractMessage.MessageIDHandlerParse handler implementation for the message ID.protected static classAbstractResult.DiagnosticMessageHandlerParse handler implementation for the LDAP diagnostic message.protected static classAbstractResult.MatchedDNHandlerParse handler implementation for the LDAP matched DN.protected static classAbstractResult.ReferralHandlerParse handler implementation for the LDAP referral.protected static classAbstractResult.ResultCodeHandlerParse handler implementation for the LDAP result code.protected static classBindResponse.SASLCredsHandlerParse handler implementation for the server SASL creds.protected static classLdapEntry.AttributesHandlerParse handler implementation for the attributes.protected static classLdapEntry.LdapDnHandlerParse handler implementation for the LDAP DN.protected static classSearchResultReference.ReferralUriHandlerParse 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 classDirSyncControl.CookieHandlerParse handler implementation for the cookie.private static classDirSyncControl.FlagHandlerParse handler implementation for the flag.private static classDirSyncControl.MaxAttrCountHandlerParse handler implementation for the maxAttributeCount.private static classGetStatsControl.IntegerHandlerParse handler implementation for integer stats.private static classGetStatsControl.StringHandlerParse 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 classAbstractParseHandler<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. handlerMapHandlers for DER paths.Methods in org.ldaptive.asn1 with parameters of type ParseHandler Modifier and Type Method Description voidDERParser. 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 classEntryChangeNotificationControl.ChangeNumberHandlerParse handler implementation for the change number.private static classEntryChangeNotificationControl.ChangeTypeHandlerParse handler implementation for the change type.private static classEntryChangeNotificationControl.PreviousDnHandlerParse handler implementation for the previous dn.private static classPagedResultsControl.CookieHandlerParse handler implementation for the cookie.private static classPagedResultsControl.SizeHandlerParse handler implementation for the size.private static classPasswordPolicyControl.ErrorHandlerParse handler implementation for the error.private static classPasswordPolicyControl.GraceAuthnsRemainingHandlerParse handler implementation for the grace authns remaining.private static classPasswordPolicyControl.TimeBeforeExpirationHandlerParse handler implementation for the time before expiration.private static classSessionTrackingControl.FormatOIDHandlerParse handler implementation for the format oid.private static classSessionTrackingControl.SourceIpHandlerParse handler implementation for the source ip.private static classSessionTrackingControl.SourceNameHandlerParse handler implementation for the source name.private static classSessionTrackingControl.TrackingIdentifierHandlerParse handler implementation for the tracking identifier.private static classSortResponseControl.AttributeTypeHandlerParse handler implementation for the attribute type.private static classSortResponseControl.SortResultHandlerParse handler implementation for the sort result.private static classSyncDoneControl.CookieHandlerParse handler implementation for the cookie.private static classSyncDoneControl.RefreshDeletesHandlerParse handler implementation for the refresh deletes flag.private static classSyncStateControl.CookieHandlerParse handler implementation for the cookie.private static classSyncStateControl.EntryUuidHandlerParse handler implementation for the entry uuid.private static classSyncStateControl.StateHandlerParse handler implementation for the sync state.private static classVirtualListViewResponseControl.ContentCountHandlerParse handler implementation for the content count.private static classVirtualListViewResponseControl.ContextIDHandlerParse handler implementation for the context ID.private static classVirtualListViewResponseControl.TargetPositionHandlerParse handler implementation for the target position.private static classVirtualListViewResponseControl.ViewResultHandlerParse 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 classDefaultDnParser.OctetStringHandlerParse 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 classExtendedResponse.ResponseNameHandlerParse handler implementation for the response name.protected static classExtendedResponse.ResponseValueHandlerParse handler implementation for the response value.protected static classIntermediateResponse.ResponseNameHandlerParse handler implementation for the response name.protected static classIntermediateResponse.ResponseValueHandlerParse handler implementation for the response value.private static classPasswordModifyResponseParser.GenPasswdHandlerParse handler implementation for the genPasswd.private static classSyncInfoMessage.NewCookieHandlerParse handler implementation for new cookie.private static classSyncInfoMessage.RefreshDeleteCookieHandlerParse handler implementation for refresh delete cookie.private static classSyncInfoMessage.RefreshDeleteDoneHandlerParse handler implementation for refresh delete done.private static classSyncInfoMessage.RefreshDeleteHandlerParse handler implementation for refresh delete.private static classSyncInfoMessage.RefreshPresentCookieHandlerParse handler implementation for refresh present cookie.private static classSyncInfoMessage.RefreshPresentDoneHandlerParse handler implementation for refresh present done.private static classSyncInfoMessage.RefreshPresentHandlerParse handler implementation for refresh present.private static classSyncInfoMessage.SyncIdSetCookieHandlerParse handler implementation for sync id set cookie.private static classSyncInfoMessage.SyncIdSetDeletesHandlerParse handler implementation for sync id set deletes.private static classSyncInfoMessage.SyncIdSetHandlerParse handler implementation for sync id set.private static classSyncInfoMessage.SyncIdSetUuidsHandlerParse handler implementation for sync id set uuids.Methods in org.ldaptive.extended that return ParseHandler Modifier and Type Method Description private ParseHandlerSyncInfoMessage. getResponseValueParseHandler()
-