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).| Modifier and Type | Method and Description |
|---|---|
char[] |
decode(String encoded)
Returns a
char array representing the decoded version of the
specified encoded password. |
char[] decode(String encoded)
char array representing the decoded version of the
specified encoded password.encoded - password to be decodedchar array.Copyright © 2015. All rights reserved.