Package overit.geocall.da
Class EncryptedTableService
java.lang.Object
overit.geocall.da.EncryptedTableService
-
Method Summary
Modifier and TypeMethodDescriptionMap of tables containing the set of all table's encrypted columns group by pool name.static EncryptedTableServiceReturns theEncryptedTableServicesingleton instance.voidRegister a new DAO only if it contains theDAO.Encryptannotation.
-
Method Details
-
getInstance
Returns theEncryptedTableServicesingleton instance.- Returns:
- the
EncryptedTableServicesingleton instance.
-
registerEncryptedDAO
Register a new DAO only if it contains theDAO.Encryptannotation. It adds the table and the encrypted columns explicit in this DAO to a map included in theEncryptedTableobject- Parameters:
dao- theDAOthat will be registered
-
getEncryptedTables
Map of tables containing the set of all table's encrypted columns group by pool name. The key of the map is the name of the table.- Returns:
- the map of tables with reference to
EncryptedTableto use to retrieve all encryption information about every table
-