Skip to content

AbstractWebClientReactiveOAuth2AccessTokenResponseClient and access modifiers for methods #10836

Closed
@skhrom

Description

@skhrom

Describe the bug
AbstractWebClientReactiveOAuth2AccessTokenResponseClient is abstract, but it is not final. I can extend it for my project (specific package), but AbstractWebClientReactiveOAuth2AccessTokenResponseClient has default access modifiers for methods "clientRegistration" and "scopes", so i get compilation error.

Expected behavior
I expect that i can extend this class in my project (package doesn't equal org.springframework.security.oauth2.client.endpoint) or not if it is final.

Metadata

Metadata

Assignees

Labels

in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)status: declinedA suggestion or change that we don't feel we should currently apply

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions