Skip to content

Commit

Permalink
Checkstyle code
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocnhan-tran1996 committed Dec 19, 2024
1 parent 22be6e8 commit 9a239bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ default List<String> getScopes() {
* @author Ngoc Nhan
* @since 6.5
*/
public static class SpringOpaqueTokenIntrospectorBuilder {
public static final class SpringOpaqueTokenIntrospectorBuilder {

private final String introspectionUri;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ default List<String> getScopes() {
* @author Ngoc Nhan
* @since 6.5
*/
public static class SpringReactiveOpaqueTokenIntrospectorBuilder {
public static final class SpringReactiveOpaqueTokenIntrospectorBuilder {

private final String introspectionUri;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import okhttp3.mockwebserver.MockWebServer;
import okhttp3.mockwebserver.RecordedRequest;
import org.junit.jupiter.api.Test;
import org.springframework.security.oauth2.server.resource.introspection.SpringReactiveOpaqueTokenIntrospector.SpringReactiveOpaqueTokenIntrospectorBuilder;
import reactor.core.publisher.Mono;

import org.springframework.core.ParameterizedTypeReference;
Expand All @@ -43,6 +42,7 @@
import org.springframework.security.oauth2.core.OAuth2AuthenticatedPrincipal;
import org.springframework.security.oauth2.core.OAuth2TokenIntrospectionClaimAccessor;
import org.springframework.security.oauth2.core.OAuth2TokenIntrospectionClaimNames;
import org.springframework.security.oauth2.server.resource.introspection.SpringReactiveOpaqueTokenIntrospector.SpringReactiveOpaqueTokenIntrospectorBuilder;
import org.springframework.web.reactive.function.client.ClientResponse;
import org.springframework.web.reactive.function.client.WebClient;

Expand Down

0 comments on commit 9a239bc

Please sign in to comment.