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 Detail

      • doLogin

        EPPEventResponse doLogin​(EPPEvent aEvent,
                                 java.lang.Object aData)
        Handle the login command
        Parameters:
        aEvent - Event must contain an EPPLoginCmd for handling
        aData - Extra server data, which is SessionData for the Stub Server.
        Returns:
        Response to handling the login command