Interface LoginActionHandler


public interface LoginActionHandler
Provides the interface for executing a login action. This is an internal interface that is not to be used and may change any time.
  • Method Summary

    Modifier and Type
    Method
    Description
    Performs a login and returns the resulting session.
    Returns the name of the user to log in.
  • Method Details

    • executeAction

      ISession executeAction() throws Exception
      Performs a login and returns the resulting session.
      Returns:
      the session for the login
      Throws:
      Exception - when logging in fails
    • getUserName

      String getUserName()
      Returns the name of the user to log in.
      Returns:
      the username