Skip to content

Provide RestClientSpringOpaqueTokenIntrospector#18746

Open
therepanic wants to merge 1 commit intospring-projects:mainfrom
therepanic:gh-18745
Open

Provide RestClientSpringOpaqueTokenIntrospector#18746
therepanic wants to merge 1 commit intospring-projects:mainfrom
therepanic:gh-18745

Conversation

@therepanic
Copy link
Contributor

@therepanic therepanic commented Feb 16, 2026

Since similar classes have alternative versions using RestClient instead of RestTemplate, I think we should do the same with this class.

Closes: gh-18745

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Feb 16, 2026
Since similar classes have alternative versions using RestClient instead
of RestTemplate, I think we should do the same with this class.

Closes: spring-projectsgh-18745

Signed-off-by: Andrey Litvitski <andrey1010102008@gmail.com>
Comment on lines +60 to +63
* @since 7.1
*/
public class RestClientSpringOpaqueTokenIntrospector implements OpaqueTokenIntrospector {

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost the entire base is taken from an existing class using RestTemplate, the same with tests, only modified to suit our needs (using RestClient).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide a RestClientSpringOpaqueTokenIntrospector

2 participants