Package com.verisign.epp.serverstub
Interface LoginSecSubGenHandler
-
- All Known Implementing Classes:
LoginSecV1_0GenHandler
public interface LoginSecSubGenHandler
Sub Gen Handler for use with the login security extension. This interface is used to support handling multiple versions of the login security extension, where each different version of the login security must implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EPPEventResponse
doLogin(EPPEvent aEvent, java.lang.Object aData)
Handle the login command
-
-
-
Method Detail
-
doLogin
EPPEventResponse doLogin(EPPEvent aEvent, java.lang.Object aData)
Handle the login command- Parameters:
aEvent
- Event must contain an EPPLoginCmd for handlingaData
- Extra server data, which isSessionData
for the Stub Server.- Returns:
- Response to handling the login command
-
-