public interface PasswordDecoder
setPasswordDecoder method in either the
ConnectionPool object or the ConnectionPoolManager
in your code (or use the properties file version with the pool manager).char[] decode(String encoded)
char array representing the decoded version of the
specified encoded password.encoded - password to be decodedchar array.Copyright © 2013. All Rights Reserved.