|
|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
/* |
|
|
|
|
* Copyright 2020-2024 the original author or authors. |
|
|
|
|
* Copyright 2020-2025 the original author or authors. |
|
|
|
|
* |
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
|
@ -24,7 +24,7 @@ import jakarta.servlet.http.HttpServletRequest;
@@ -24,7 +24,7 @@ import jakarta.servlet.http.HttpServletRequest;
|
|
|
|
|
import org.springframework.http.HttpMethod; |
|
|
|
|
import org.springframework.security.authentication.AuthenticationManager; |
|
|
|
|
import org.springframework.security.authentication.AuthenticationProvider; |
|
|
|
|
import org.springframework.security.config.annotation.ObjectPostProcessor; |
|
|
|
|
import org.springframework.security.config.ObjectPostProcessor; |
|
|
|
|
import org.springframework.security.config.annotation.web.builders.HttpSecurity; |
|
|
|
|
import org.springframework.security.crypto.password.PasswordEncoder; |
|
|
|
|
import org.springframework.security.oauth2.core.OAuth2AuthenticationException; |
|
|
|
|
|