]
Ilia Vassilev updated ELY-1833:
-------------------------------
Git Pull Request:
Add ability to KeyStoreCredentialStore to use Provider[] for
passwords.
-----------------------------------------------------------------------
Key: ELY-1833
URL:
https://issues.jboss.org/browse/ELY-1833
Project: WildFly Elytron
Issue Type: Feature Request
Components: Credential Store
Affects Versions: 1.10.0.CR1
Reporter: Darran Lofthouse
Assignee: Ilia Vassilev
Priority: Major
The KeyStoreCredentialStore implementation does not use the Provider[] passed in during
initialisation for PasswordFactory interaction. However it does use it for the underlying
KeyStore. Any changes here will need to consider backwards compatibility as existing users
may be used to this difference.
Elytron Tool: Add new option to Credential Store command to utilize the new feature.