Polish gh-16589
This commit is contained in:
@@ -37,7 +37,7 @@ import org.springframework.web.context.request.ServletRequestAttributes;
|
|||||||
*
|
*
|
||||||
* @author Steve Riesenberg
|
* @author Steve Riesenberg
|
||||||
* @since 6.5
|
* @since 6.5
|
||||||
* @see org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
|
* @see org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizedClientRefreshedEventListener
|
||||||
*/
|
*/
|
||||||
final class OidcUserRefreshedEventListener implements ApplicationListener<OidcUserRefreshedEvent> {
|
final class OidcUserRefreshedEventListener implements ApplicationListener<OidcUserRefreshedEvent> {
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ import org.springframework.util.Assert;
|
|||||||
*
|
*
|
||||||
* @author Steve Riesenberg
|
* @author Steve Riesenberg
|
||||||
* @since 6.5
|
* @since 6.5
|
||||||
* @see org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
|
* @see org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizedClientRefreshedEventListener
|
||||||
*/
|
*/
|
||||||
public final class OidcUserRefreshedEvent extends ApplicationEvent {
|
public final class OidcUserRefreshedEvent extends ApplicationEvent {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user