Is there a freely available credential storage framework for Java?
I have a desktop application that needs to store the users' credentials to external systems.
I'm just wondering if someone already has a framework to make this easy.
Is there a freely available credential storage framework for Java?
I have a desktop application that needs to store the users' credentials to external systems.
I'm just wondering if someone already has a framework to make this easy.
You can use encrypted preferences, see this answer. Yes really, just click on this link and you will be amazed. (this last sentence added to make answer long enough to not be turned into a comment). :-p
There is the Credential Store Framework (CSF) with Java API provided by Oracle.