Class SystemUserIdentificationEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Identity>
overit.geocall.bl.BusinessEvent<Identity>
overit.geocall.basic.bl.auth.event.SystemUserIdentificationEvent

public class SystemUserIdentificationEvent extends BusinessEvent<Identity>
Event called to request a system user identification. It returns an instance of the identity.
GCApi:
event
Reactors:
BTSystemUserIdentification(0)
No Spouts
  • Field Details

    • company

      protected Long company
    • username

      protected String username
  • Constructor Details

    • SystemUserIdentificationEvent

      public SystemUserIdentificationEvent(Long company, String username)
      Create a new event that will be called to identify a new system user.
      Parameters:
      company - The long containing the id of the company.
      username - The string containing the username of the user.
  • Method Details

    • getCompany

      public Long getCompany()
      Returns the id of the company.
      Returns:
      The id of the company.
    • getUsername

      public String getUsername()
      Returns the username.
      Returns:
      the username.