afa65d9ead9fc915d0b700809a424b34eb168073
Files Diff
- Added: 9
- Removed: 1
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public getReferenceType() : String renamed to public getReferenceCategory() : String in class org.keycloak.authentication.authenticators.OTPFormAuthenticatorFactory | From | To | |
Rename Method public getReferenceType() : String renamed to public getReferenceCategory() : String in class org.keycloak.authentication.authenticators.SpnegoAuthenticatorFactory | From | To | |
Rename Method public getReferenceType() : String renamed to public getReferenceCategory() : String in class org.keycloak.authentication.authenticators.UsernamePasswordFormFactory | From | To | |
Rename Method public getReferenceType() : String renamed to public getReferenceCategory() : String in class org.keycloak.authentication.authenticators.CookieAuthenticatorFactory | From | To | |
Rename Variable | 1 | ||
Rename Variable forms : AuthenticationFlowModel to registrationFormFlow : AuthenticationFlowModel in method public registrationFlow(realm RealmModel) : void in class org.keycloak.models.utils.DefaultAuthenticationFlows | From | To | |
Rename Class | 2 | ||
Rename Class org.keycloak.authentication.FormContext renamed to org.keycloak.authentication.FormActionContext | From | To | |
Rename Class org.keycloak.authentication.FormAuthenticationFlow.FormActionResult renamed to org.keycloak.authentication.FormAuthenticationFlow.FormContext | From | To | |
Rename Attribute | 3 | ||
Rename Attribute FORMS_FLOW : String to REGISTRATION_FORM_FLOW : String in class org.keycloak.models.utils.DefaultAuthenticationFlows | From | To | |
Rename Attribute execution : AuthenticationExecutionModel to formExecution : AuthenticationExecutionModel in class org.keycloak.authentication.FormAuthenticationFlow | From | To | |
Rename Attribute FORMS_FLOW : String to LOGIN_FORMS_FLOW : String in class org.keycloak.models.utils.DefaultAuthenticationFlows | From | To | |
Extract Interface | 1 | ||
Extract Interface org.keycloak.authentication.ConfigurableAuthenticatorFactory from classes [org.keycloak.authentication.AuthenticatorFactory] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type executions : Iterator<AuthenticationExecutionModel> to executions : List<AuthenticationExecutionModel> in class org.keycloak.authentication.DefaultAuthenticationFlow | From | To | |
Extract Method | 3 | ||
Extract Method public browserFlow(realm RealmModel) : void extracted from public addFlows(realm RealmModel) : void in class org.keycloak.models.utils.DefaultAuthenticationFlows | From | To | |
Extract Method protected processFlow(execution String, clientSession ClientSessionModel, flowAlias String) : Response extracted from protected processAuthentication(execution String, clientSession ClientSessionModel) : Response in class org.keycloak.services.resources.LoginActionsService | From | To | |
Extract Method public registrationFlow(realm RealmModel) : void extracted from public addFlows(realm RealmModel) : void in class org.keycloak.models.utils.DefaultAuthenticationFlows | From | To |