Package org.ldaptive
Class BindResponse.SASLCredsHandler
- All Implemented Interfaces:
ParseHandler
- Enclosing class:
BindResponse
Parse handler implementation for the server SASL creds.
-
Constructor Summary
ConstructorsConstructorDescriptionSASLCredsHandler
(BindResponse response) Creates a new server SASL creds handler. -
Method Summary
Methods inherited from class org.ldaptive.asn1.AbstractParseHandler
getObject
-
Constructor Details
-
SASLCredsHandler
SASLCredsHandler(BindResponse response) Creates a new server SASL creds handler.- Parameters:
response
- to configure
-
-
Method Details
-
handle
Description copied from interface:ParseHandler
Invoked when a DER path is encountered that belongs to this parse handler.- Parameters:
parser
- that invoked this handlerencoded
- to handle
-