You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/introspection/SpringOpaqueTokenIntrospector.java
+55-46Lines changed: 55 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ public class SpringOpaqueTokenIntrospector implements OpaqueTokenIntrospector {
82
82
* @param introspectionUri The introspection endpoint uri
83
83
* @param clientId The client id authorized to introspect
84
84
* @param clientSecret The client's secret
85
-
* @deprecated
85
+
* @deprecated Please use {@link SpringOpaqueTokenIntrospector.Builder}
Copy file name to clipboardExpand all lines: oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/introspection/SpringReactiveOpaqueTokenIntrospector.java
+55-50Lines changed: 55 additions & 50 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@
20
20
importjava.net.URI;
21
21
importjava.net.URLEncoder;
22
22
importjava.nio.charset.Charset;
23
-
importjava.nio.charset.StandardCharsets;
24
23
importjava.time.Instant;
25
24
importjava.util.ArrayList;
26
25
importjava.util.Arrays;
@@ -77,7 +76,7 @@ public class SpringReactiveOpaqueTokenIntrospector implements ReactiveOpaqueToke
77
76
* @param introspectionUri The introspection endpoint uri
78
77
* @param clientId The client id authorized to introspect
79
78
* @param clientSecret The client secret for the authorized client
80
-
* @deprecated
79
+
* @deprecated Please use {@link SpringReactiveOpaqueTokenIntrospector.Builder}
Copy file name to clipboardExpand all lines: oauth2/oauth2-resource-server/src/test/java/org/springframework/security/oauth2/server/resource/introspection/SpringOpaqueTokenIntrospectorTests.java
Copy file name to clipboardExpand all lines: oauth2/oauth2-resource-server/src/test/java/org/springframework/security/oauth2/server/resource/introspection/SpringReactiveOpaqueTokenIntrospectorTests.java
0 commit comments