@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 null
DataSourcePasswordDecryptionException
- if an exception occurs during the decryption processCopyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences