064d677fdce9d44967ee2ac7fcddef7857afe3b9
Files Diff
- Added: 15
- Removed: 5
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public setFlow(flow AuthenticationFlowEntity) : void renamed to public setParentFlow(flow AuthenticationFlowEntity) : void in class org.keycloak.models.jpa.entities.AuthenticationExecutionEntity | From | To | |
| Rename Method public action(actionExecution String) : Response renamed to public processAction(actionExecution String) : Response in class org.keycloak.authentication.DefaultAuthenticationFlow | From | To | |
| Rename Method public getFlow() : AuthenticationFlowEntity renamed to public getParentFlow() : AuthenticationFlowEntity in class org.keycloak.models.jpa.entities.AuthenticationExecutionEntity | From | To | |
| Rename Variable | 5 | ||
| Rename Variable flowExecution : FlowExecution to authenticationFlow : AuthenticationFlow in method public authenticationAction(execution String) : Response in class org.keycloak.authentication.AuthenticationProcessor | From | To | |
| Rename Variable flowExecution : FlowExecution to authenticationFlow : AuthenticationFlow in method public authenticateOnly() : Response in class org.keycloak.authentication.AuthenticationProcessor | From | To | |
| Rename Variable flowExecution : FlowExecution to authenticationFlow : AuthenticationFlow in method public authenticate() : Response in class org.keycloak.authentication.AuthenticationProcessor | From | To | |
| Rename Variable flowExecution : FlowExecution to authenticationFlow : AuthenticationFlow in method public processFlow() : Response in class org.keycloak.authentication.DefaultAuthenticationFlow | From | To | |
| Rename Variable flowResponse : Response to flowChallenge : Response in method public processFlow() : Response in class org.keycloak.authentication.DefaultAuthenticationFlow | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.keycloak.authentication.AuthenticationProcessor.FlowExecution moved and renamed to org.keycloak.authentication.DefaultAuthenticationFlow | From | To | |
| Move Class | 5 | ||
| Move Class org.keycloak.authentication.actions.UpdatePassword moved to org.keycloak.authentication.requiredactions.UpdatePassword | From | To | |
| Move Class org.keycloak.authentication.actions.UpdateTotp moved to org.keycloak.authentication.requiredactions.UpdateTotp | From | To | |
| Move Class org.keycloak.authentication.actions.UpdateProfile moved to org.keycloak.authentication.requiredactions.UpdateProfile | From | To | |
| Move Class org.keycloak.authentication.actions.TermsAndConditions moved to org.keycloak.authentication.requiredactions.TermsAndConditions | From | To | |
| Move Class org.keycloak.authentication.actions.VerifyEmail moved to org.keycloak.authentication.requiredactions.VerifyEmail | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute flow : AuthenticationFlowEntity to parentFlow : AuthenticationFlowEntity in class org.keycloak.models.jpa.entities.AuthenticationExecutionEntity | From | To | |
| Change Variable Type | 5 | ||
| Change Variable Type flowExecution : FlowExecution to authenticationFlow : AuthenticationFlow in method public authenticationAction(execution String) : Response in class org.keycloak.authentication.AuthenticationProcessor | From | To | |
| Change Variable Type flowExecution : FlowExecution to authenticationFlow : AuthenticationFlow in method public authenticateOnly() : Response in class org.keycloak.authentication.AuthenticationProcessor | From | To | |
| Change Variable Type flowExecution : FlowExecution to authenticationFlow : AuthenticationFlow in method public authenticate() : Response in class org.keycloak.authentication.AuthenticationProcessor | From | To | |
| Change Variable Type flowExecution : FlowExecution to authenticationFlow : AuthenticationFlow in method public processFlow() : Response in class org.keycloak.authentication.DefaultAuthenticationFlow | From | To | |
| Change Variable Type status : Status to status : AuthenticationProcessor.Status in method public processResult(result AuthenticatorContext) : Response in class org.keycloak.authentication.DefaultAuthenticationFlow | From | To | |
| Change Package | 1 | ||
| Change Package org.keycloak.authentication.actions to org.keycloak.authentication.requiredactions | From | To | |
| Extract Interface | 1 | ||
| Extract Interface org.keycloak.authentication.AuthenticationFlow from classes [org.keycloak.authentication.DefaultAuthenticationFlow] | From | To |