Package io.micronaut.security.event
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
TokenValidatedEvent
Triggered when a token is validated.- Parameters:
source
- A String containing the token being validated.- Throws:
IllegalArgumentException
- if source is null.
-