Class OidcAuthorizedClientRefreshedEventListener

java.lang.Object
org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizedClientRefreshedEventListener
All Implemented Interfaces:
EventListener, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.ApplicationListener<OAuth2AuthorizedClientRefreshedEvent>

public final class OidcAuthorizedClientRefreshedEventListener extends Object implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.ApplicationListener<OAuth2AuthorizedClientRefreshedEvent>
An ApplicationListener that listens for events of type OAuth2AuthorizedClientRefreshedEvent and publishes an event of type OidcUserRefreshedEvent in order to refresh an OidcUser.
Since:
6.5
See Also: