Package com.verisign.epp.serverstub
Class LoginSecGenHandler
java.lang.Object
com.verisign.epp.framework.EPPGenHandler
com.verisign.epp.serverstub.GenHandler
com.verisign.epp.serverstub.LoginSecGenHandler
- All Implemented Interfaces:
EPPEventHandler
The
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.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EPPEventResponseHandle a login command by routing commands with the login security extension to the appropriate version of handler; otherwise send to the base handler.Methods inherited from class com.verisign.epp.serverstub.GenHandler
doHello, doLogout, doPollMethods inherited from class com.verisign.epp.framework.EPPGenHandler
getNamespace, handleEvent, postHandleEvent, preHandleEvent
-
Constructor Details
-
LoginSecGenHandler
public LoginSecGenHandler()
-
-
Method Details
-
doLogin
Handle a login command by routing commands with the login security extension to the appropriate version of handler; otherwise send to the base handler.- Overrides:
doLoginin classGenHandler- Parameters:
aEvent- Event must contain anEPPLoginCmdfor handlingaData- Extra server data, which isSessionDatafor the Stub Server.- Returns:
- Response to handling the login command
-