public class TokenValidatedEvent extends ApplicationEvent
source
Constructor and Description |
---|
TokenValidatedEvent(Object source)
Triggered when a token is validated.
|
public TokenValidatedEvent(Object source)
source
- A String containing the token being validated.IllegalArgumentException
- if source is null.