Skip to content

Commit b8f038e

Browse files
committed
Polish OAuth2ResourceServerConfigurer
1 parent 90b9cfa commit b8f038e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/src/main/java/org/springframework/security/config/annotation/web/configurers/oauth2/server/resource/OAuth2ResourceServerConfigurer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import org.springframework.security.oauth2.jwt.Jwt;
3232
import org.springframework.security.oauth2.jwt.JwtDecoder;
3333
import org.springframework.security.oauth2.jwt.NimbusJwtDecoder;
34-
import org.springframework.security.oauth2.jwt.NimbusJwtDecoderJwkSupport;
3534
import org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter;
3635
import org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationProvider;
3736
import org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationEntryPoint;
@@ -115,7 +114,7 @@
115114
* @since 5.1
116115
* @see BearerTokenAuthenticationFilter
117116
* @see JwtAuthenticationProvider
118-
* @see NimbusJwtDecoderJwkSupport
117+
* @see NimbusJwtDecoder
119118
* @see AbstractHttpConfigurer
120119
*/
121120
public final class OAuth2ResourceServerConfigurer<H extends HttpSecurityBuilder<H>> extends

0 commit comments

Comments
 (0)