Class AccessTokenGeneratedEvent
java.lang.Object
java.util.EventObject
io.micronaut.context.event.ApplicationEvent
io.micronaut.security.token.event.AccessTokenGeneratedEvent
- All Implemented Interfaces:
Serializable
public class AccessTokenGeneratedEvent
extends io.micronaut.context.event.ApplicationEvent
Triggered when a JWT access token is generated.
- Since:
- 1.0
- Author:
- Sergio del Amo
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionAccessTokenGeneratedEvent
(Object source) Triggered when a JWT access token is generated. -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
AccessTokenGeneratedEvent
Triggered when a JWT access token is generated.- Parameters:
source
- A String with the JWT access token generated.- Throws:
IllegalArgumentException
- if source is null.
-