Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Security policies often need to access a key entry in a keystore. This requires the password of the key.
Rampart expects the pwd to be provided by a CallbackHandler implementation.
Having a generic implementation to load passwords from a property files (for instance) could be useful.
We might want to look for an existing implementation before coding our own.