Uses of Interface
org.ldaptive.asn1.ParseHandler
-
Packages that use ParseHandler Package Description org.ldaptive org.ldaptive.asn1 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.asn1
Classes in org.ldaptive.asn1 that implement ParseHandler Modifier and Type Class Description classAbstractParseHandler<T>Parse handler for managing and initializing an object.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.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.Methods in org.ldaptive.extended that return ParseHandler Modifier and Type Method Description protected ParseHandlerIntermediateResponse. getResponseValueParseHandler()Returns the parse handler for the response value.protected ParseHandlerSyncInfoMessage. getResponseValueParseHandler()Returns the parse handler for the response value.
-