7ad028fcb11e6a3b0f3d8eb329a8c9562cdb6554
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 4 | ||
Extract Method protected retrieveOTP(context AuthenticationFlowContext) : String extracted from public authenticate(context AuthenticationFlowContext) : void in class org.keycloak.authentication.authenticators.directgrant.ValidateOTP | From | To | |
Extract Method protected retrieveEmailAddress(user UserModel) : String extracted from public send(realm RealmModel, user UserModel, subject String, textBody String, htmlBody String) : void in class org.keycloak.email.DefaultEmailSenderProvider | From | To | |
Extract Method protected retrievePassword(context AuthenticationFlowContext) : String extracted from public authenticate(context AuthenticationFlowContext) : void in class org.keycloak.authentication.authenticators.directgrant.ValidatePassword | From | To | |
Extract Method protected retrieveUsername(context AuthenticationFlowContext) : String extracted from public authenticate(context AuthenticationFlowContext) : void in class org.keycloak.authentication.authenticators.directgrant.ValidateUsername | From | To |