|
|
|
|
@ -82,19 +82,12 @@ import org.springframework.security.oauth2.jwt.Jwt;
@@ -82,19 +82,12 @@ import org.springframework.security.oauth2.jwt.Jwt;
|
|
|
|
|
import org.springframework.security.oauth2.jwt.JwtDecoder; |
|
|
|
|
import org.springframework.security.oauth2.jwt.JwtEncoder; |
|
|
|
|
import org.springframework.security.oauth2.jwt.NimbusJwtEncoder; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.token.DelegatingOAuth2TokenGenerator; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.JdbcOAuth2AuthorizationConsentService; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.JdbcOAuth2AuthorizationService; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.JwtEncodingContext; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.token.JwtGenerator; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.OAuth2Authorization; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsent; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsentService; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.token.OAuth2RefreshTokenGenerator; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.OAuth2TokenContext; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.OAuth2TokenCustomizer; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.token.OAuth2TokenGenerator; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.TestOAuth2Authorizations; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeRequestAuthenticationProvider; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeRequestAuthenticationToken; |
|
|
|
|
@ -107,6 +100,13 @@ import org.springframework.security.oauth2.server.authorization.client.TestRegis
@@ -107,6 +100,13 @@ import org.springframework.security.oauth2.server.authorization.client.TestRegis
|
|
|
|
|
import org.springframework.security.oauth2.server.authorization.config.ClientSettings; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.config.ProviderSettings; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.jackson2.TestingAuthenticationTokenMixin; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.token.DelegatingOAuth2TokenGenerator; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.token.JwtEncodingContext; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.token.JwtGenerator; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.token.OAuth2RefreshTokenGenerator; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.token.OAuth2TokenContext; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.token.OAuth2TokenCustomizer; |
|
|
|
|
import org.springframework.security.oauth2.server.authorization.token.OAuth2TokenGenerator; |
|
|
|
|
import org.springframework.security.web.SecurityFilterChain; |
|
|
|
|
import org.springframework.security.web.authentication.AuthenticationConverter; |
|
|
|
|
import org.springframework.security.web.authentication.AuthenticationFailureHandler; |
|
|
|
|
|