Class TokenValidatedEvent

java.lang.Object
java.util.EventObject
io.micronaut.context.event.ApplicationEvent
io.micronaut.security.event.TokenValidatedEvent
All Implemented Interfaces:
Serializable

public class TokenValidatedEvent extends io.micronaut.context.event.ApplicationEvent
Triggered when a token is validated.
Since:
1.0
Author:
Sergio del Amo
See Also:
  • Constructor Details

    • TokenValidatedEvent

      public TokenValidatedEvent(Object source)
      Triggered when a token is validated.
      Parameters:
      source - A String containing the token being validated.
      Throws:
      IllegalArgumentException - if source is null.