[midPoint-git] [Evolveum/midpoint] 93b1f3: Add parts of re-encryption feature (MID-4942)
Pavol Mederly
mederly at evolveum.com
Tue Oct 16 12:51:44 CEST 2018
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 93b1f3bcde066d65c610f36522dea3b73e8dd200
https://github.com/Evolveum/midpoint/commit/93b1f3bcde066d65c610f36522dea3b73e8dd200
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2018-10-16 (Tue, 16 Oct 2018)
Changed paths:
M infra/common/src/main/java/com/evolveum/midpoint/common/crypto/CryptoUtil.java
M infra/common/src/test/java/com/evolveum/midpoint/common/TestCryptoUtil.java
M infra/common/src/test/resources/keystore.jceks
M infra/prism/src/main/java/com/evolveum/midpoint/prism/crypto/Protector.java
M infra/prism/src/main/java/com/evolveum/midpoint/prism/crypto/ProtectorImpl.java
Log Message:
-----------
Add parts of re-encryption feature (MID-4942)
This commit adds CryptoUtil.reencryptValues(protector, object) method.
To complete the MID-4942 a wrapper would be needed that would take an
object, call this method, and if there are any changes detected,
replace the object in the repository.
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the midPoint-svn
mailing list