| snaq.db.PasswordDecoder
All known Subclasses: snaq.db.RotDecoder,
PasswordDecoder | public interface PasswordDecoder (Code) | | Interface for decoding database passwords.
This interface can be implemented by a class in order to provide custom
database password decoding. To use the custom decoder class make
sure you call the setPasswordDecoder method in either the
ConnectionPool object or the ConnectionPoolManager
in your code (or use the properties file version with the pool manager).
author: Giles Winstanley |
|
|