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
Modifier and TypeMethodDescriptionHandle the login command
-
Method Details
-
doLogin
Handle the login command- Parameters:
aEvent- Event must contain an EPPLoginCmd for handlingaData- Extra server data, which isSessionDatafor the Stub Server.- Returns:
- Response to handling the login command
-