Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: set visibility of ConfigBasedAuthenticatorFactory.createAuthenticator to protected #165

Merged
merged 1 commit into from
Feb 21, 2022

Conversation

padamstx
Copy link
Member

This commit changes the visibility of the
"ConfigBasedAuthenticatorFactory.createAuthenticator()" method from
private to protected to allow SDKs to override this class
in order to support alternate configuration sources
(e.g. injected spring properties).

…cator to protected

This commit changes the visibility of the
"ConfigBasedAuthenticatorFactory.createAuthenticator()" method from
private to protected to allow SDKs to override this class
in order to support alternate configuration sources
(e.g. injected spring properties).
@padamstx padamstx self-assigned this Feb 18, 2022
Copy link
Member

@dpopp07 dpopp07 left a comment

Choose a reason for hiding this comment

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

Looks good! 👍

@padamstx padamstx merged commit ef1ef9a into main Feb 21, 2022
@padamstx padamstx deleted the auth-factory-protected branch February 21, 2022 15:19
ibm-devx-sdk pushed a commit that referenced this pull request Feb 21, 2022
## [9.15.4](9.15.3...9.15.4) (2022-02-21)

### Bug Fixes

* set visibility of ConfigBasedAuthenticatorFactory.createAuthenticator to protected ([#165](#165)) ([ef1ef9a](ef1ef9a))
@ibm-devx-sdk
Copy link

🎉 This PR is included in version 9.15.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants