Package org.ldaptive.control
Class SessionTrackingControl.SourceIpHandler
java.lang.Object
org.ldaptive.asn1.AbstractParseHandler<SessionTrackingControl>
org.ldaptive.control.SessionTrackingControl.SourceIpHandler
- All Implemented Interfaces:
ParseHandler
- Enclosing class:
SessionTrackingControl
private static class SessionTrackingControl.SourceIpHandler
extends AbstractParseHandler<SessionTrackingControl>
Parse handler implementation for the source ip.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSourceIpHandler
(SessionTrackingControl control) Creates a new source ip handler. -
Method Summary
Methods inherited from class org.ldaptive.asn1.AbstractParseHandler
getObject
-
Field Details
-
PATH
DER path to source ip value.
-
-
Constructor Details
-
SourceIpHandler
SourceIpHandler(SessionTrackingControl control) Creates a new source ip handler.- Parameters:
control
- 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
-