org.jasypt.hibernate.connectionprovider
Class ParameterNaming

java.lang.Object
  extended by org.jasypt.hibernate.connectionprovider.ParameterNaming

public final class ParameterNaming
extends java.lang.Object

Constant names of the parameters that can be used by a jasypt's Hibernate connection provider.

Since:
1.4
Author:
Daniel Fernández

Field Summary
static java.lang.String ENCRYPTOR_REGISTERED_NAME
          Property in hibernate.cfg.xml or hibernate.properties which contains the registered name (in HibernatePBEEncryptorRegistry) of the encryptor which will be used to decrypt the datasource parameters.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENCRYPTOR_REGISTERED_NAME

public static final java.lang.String ENCRYPTOR_REGISTERED_NAME
Property in hibernate.cfg.xml or hibernate.properties which contains the registered name (in HibernatePBEEncryptorRegistry) of the encryptor which will be used to decrypt the datasource parameters.

See Also:
Constant Field Values


Copyright © 2010 The JASYPT team. All Rights Reserved.