Class GenerateTokenEvent


public class GenerateTokenEvent extends BusinessEvent<AccessToken>
Event launched to request the generation of a new access token.

The AccessToken will be added inside the Journal.

GCApi:
event
Reactors:
BTGenerateToken(0)
No Spouts
  • Field Details

  • Constructor Details

    • GenerateTokenEvent

      public GenerateTokenEvent(HttpServletRequest request)
      Create a new event that allows to generate a new AccessToken from a HttpServletRequest
      Parameters:
      request - the request from which the token will be generated
  • Method Details

    • getRequest

      public HttpServletRequest getRequest()
      Returns the request from which the token will be generated
      Returns:
      the request from which the token will be generated