Package org.jasypt.hibernate.connectionprovider

Class Summary
EncryptedPasswordC3P0ConnectionProvider Extension of C3P0ConnectionProvider that allows the user to write the datasource configuration parameters in an encrypted manner in the hibernate.cfg.xml or hibernate.properties file The encryptable parameters are: connection.driver_class connection.url connection.username connection.password The name of the password encryptor (decryptor, in fact) will be set in property hibernate.connection.encryptor_registered_name.
EncryptedPasswordDriverManagerConnectionProvider Extension of DriverManagerConnectionProvider that allows the user to write the datasource configuration parameters in an encrypted manner in the hibernate.cfg.xml or hibernate.properties file The encryptable parameters are: connection.driver_class connection.url connection.username connection.password The name of the password encryptor (decryptor, in fact) will be set in property hibernate.connection.encryptor_registered_name.
ParameterNaming Constant names of the parameters that can be used by a jasypt's Hibernate connection provider.
 



Copyright © 2008 The JASYPT team. All Rights Reserved.