public class LoginSecGenHandler extends GenHandler
LoginSecGenHandler class is an extension of the
GenHandler to override the login command based on one of the
supported login security extension versions. It handles accepting commands in
a server that supports more than one version of the login security extension.
The version specific LoginSecSubGenHandler is called based on
the login security extension version passed.EPPEvent,
EPPEventResponse| Constructor and Description |
|---|
LoginSecGenHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected EPPEventResponse |
doLogin(EPPEvent aEvent,
java.lang.Object aData)
Handle a login command by routing commands with the login security
extension to the appropriate version of handler; otherwise send to the
base handler.
|
doHello, doLogout, doPollgetNamespace, handleEvent, postHandleEvent, preHandleEventprotected EPPEventResponse doLogin(EPPEvent aEvent, java.lang.Object aData)
doLogin in class GenHandleraEvent - Event must contain an EPPLoginCmd for handlingaData - Extra server data, which is SessionData for the
Stub Server.Copyright © VeriSign Inc. All Rights Reserved.