Project Modules

This project has declared the following modules:

Name Description
TrueCommons KeyManager Console Prompts the user for passwords via a console based dialog, if available.
TrueCommons KeyManager HurlingWindowFeedback Provides visible and audible feedback by hurling the Swing based dialog whenever the users enters a wrong password.
TrueCommons KeyManager Default The KeyManager implementation in this module fails to resolve any keys. Its priority is set to Integer.MIN_VALUE, so any other KeyManager module on the class path will take precedence.
TrueCommons KeyManager Disable Putting this module on the class path effectively disables any key management, regardless of any other KeyManager module which may be present on the class path.
TrueCommons KeyManager Mac OS X The implementation in this module integrates the KeyManager with the Keychain Services API on Mac OS X.
TrueCommons KeyManager Specification Specifies a pluggable API for key management.
TrueCommons KeyManager Swing Prompts the user for passwords via a Swing based dialog, if available.