Code householding - remove legacy settings and TODO messages
- Remove fields in legacy settings that are now unused - Remove various irrelevant todo messages - Reduce visibility on some elements
This commit is contained in:
@@ -151,7 +151,7 @@ public class PasswordSecurity implements Reloadable {
|
||||
*
|
||||
* @return The associated encryption method, or null if CUSTOM / deprecated
|
||||
*/
|
||||
public EncryptionMethod initializeEncryptionMethod(HashAlgorithm algorithm) {
|
||||
private EncryptionMethod initializeEncryptionMethod(HashAlgorithm algorithm) {
|
||||
if (HashAlgorithm.CUSTOM.equals(algorithm) || HashAlgorithm.PLAINTEXT.equals(algorithm)) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user