@FunctionalInterface public interface DataSourcePasswordDecrypter
hibernate.connection.password| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String encryptedPassword)
Decrypts an encrypted
hibernate.connection.password. |
@Nullable String decrypt(@Nullable String encryptedPassword)
hibernate.connection.password. Returns null if encryptedPassword is null.encryptedPassword - the encrypted representation of hibernate.connection.password. Can be nullDataSourcePasswordDecryptionException - if an exception occurs during the decryption processCopyright © 2003–2022 Atlassian. All rights reserved.