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 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.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.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.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.Methods in org.ldaptive.extended that return ParseHandler Modifier and Type Method Description protected ParseHandler
IntermediateResponse. getResponseValueParseHandler()
Returns the parse handler for the response value.protected ParseHandler
SyncInfoMessage. getResponseValueParseHandler()
Returns the parse handler for the response value.
-