Class LoginEvent


public class LoginEvent extends BusinessEvent<HashGetter>
Event that will be called after the user has been logged in
GCApi:
event
No Reactors
Spouts:
LoginSpoutImpl
  • Field Details

  • Constructor Details

    • LoginEvent

      public LoginEvent(HashGetter params)
      Create a new event that will be called after the user has been logged in
      Parameters:
      params - map containing the authentication type information
  • Method Details

    • getParams

      public HashGetter getParams()
      Returns a map containing the authentication type information
      Returns:
      a map containing the authentication type information