Interface UserInfo


  • public interface UserInfo
    Contains information related to the user which triggered the event.
    • Method Detail

      • getUsername

        java.lang.String getUsername()
        Returns:
        The username which triggered the event.
      • getUserRoles

        java.util.List<java.lang.String> getUserRoles()
        Returns:
        The roles associated with the user