9905272b613fd06577db4a0eab3bff94a3a40954
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable optionalHashedPwForUser : Optional<String> to hash : Optional<String> in method private checkPassword(password String, hash Optional<String>) : boolean in class keywhiz.auth.bcrypt.BcryptAuthenticator | From | To | |
Extract Method | 2 | ||
Extract Method public hashPassword(password String) : String extracted from public authenticate(credentials BasicCredentials) : Optional<User> in class keywhiz.auth.bcrypt.BcryptAuthenticator | From | To | |
Extract Method private checkPassword(password String, hash Optional<String>) : boolean extracted from public authenticate(credentials BasicCredentials) : Optional<User> in class keywhiz.auth.bcrypt.BcryptAuthenticator | From | To |