Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 695 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 695 Bytes

cmf

credential management framework

This framework provides a number of services that allow for password and credential management. This initial version provides rudimentary password indirection/aliasing capabilities built on top of a JCEKS keystore.

See the CMFTest class for tests of the provided aliasing functionality. See the CMFBootstrapService class as an example for how to spin up the framework. A dependency injection framework may be worth using instead of the bootstrap service.

KNOWN ISSUES:

  • There are numerous e.printStackTrace calls in these classes. They need to be converted to appropriate logging calls for your environment.
  • Exception handling needs to be bettered