Package org.cyclos.db.migrations.v4_5
Class SecurityAnswerEncryptionMigration
- java.lang.Object
-
- org.cyclos.db.BaseMigration
-
- org.cyclos.db.migrations.v4_5.SecurityAnswerEncryptionMigration
-
- All Implemented Interfaces:
Migration
public class SecurityAnswerEncryptionMigration extends BaseMigration
Encrypts all security answers
-
-
Field Summary
-
Fields inherited from class org.cyclos.db.BaseMigration
cyclosProperties, jdbcTemplate
-
-
Constructor Summary
Constructors Constructor Description SecurityAnswerEncryptionMigration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intrun()Apply the migration, returning the total number of affected records-
Methods inherited from class org.cyclos.db.BaseMigration
initialize, inPlaceholders, inPlaceholders, inPlaceholders
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cyclos.db.Migration
getAffectedMessage
-
-
-
-
Method Detail
-
run
public int run() throws SQLExceptionDescription copied from interface:MigrationApply the migration, returning the total number of affected records- Throws:
SQLException
-
-