de940ccff90067ac670afa66b1aa19ed234c6638
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 6 | ||
Rename Method public setAutheticatorFlow(autheticatorFlow boolean) : void renamed to public setAuthenticatorFlow(authenticatorFlow boolean) : void in class org.keycloak.models.AuthenticationExecutionModel | From | To | |
Rename Method public getReferenceType() : String renamed to public getDisplayName() : String in class org.keycloak.services.resources.admin.AuthenticationManagementResource.AuthenticationExecutionRepresentation | From | To | |
Rename Method public setSubFlow(subFlow Boolean) : void renamed to public setAuthenticationFlow(authenticationFlow Boolean) : void in class org.keycloak.services.resources.admin.AuthenticationManagementResource.AuthenticationExecutionRepresentation | From | To | |
Rename Method public isAutheticatorFlow() : boolean renamed to public isAuthenticatorFlow() : boolean in class org.keycloak.models.AuthenticationExecutionModel | From | To | |
Rename Method public getSubFlow() : Boolean renamed to public getAuthenticationFlow() : Boolean in class org.keycloak.services.resources.admin.AuthenticationManagementResource.AuthenticationExecutionRepresentation | From | To | |
Rename Method public setReferenceType(referenceType String) : void renamed to public setDisplayName(displayName String) : void in class org.keycloak.services.resources.admin.AuthenticationManagementResource.AuthenticationExecutionRepresentation | From | To | |
Rename Attribute | 3 | ||
Rename Attribute autheticatorFlow : boolean to authenticatorFlow : boolean in class org.keycloak.models.AuthenticationExecutionModel | From | To | |
Rename Attribute referenceType : String to displayName : String in class org.keycloak.services.resources.admin.AuthenticationManagementResource.AuthenticationExecutionRepresentation | From | To | |
Rename Attribute subFlow : Boolean to authenticationFlow : Boolean in class org.keycloak.services.resources.admin.AuthenticationManagementResource.AuthenticationExecutionRepresentation | From | To | |
Extract Variable | 1 | ||
Extract Variable authenticationExecutions : List<AuthenticationExecutionModel> in method public recurseExecutions(realm RealmModel, flowId String, executions List<AuthenticationExecutionModel>) : void from class org.keycloak.authentication.AuthenticatorUtil | From | To | |
Extract Method | 1 | ||
Extract Method public recurseExecutions(flow AuthenticationFlowModel, result List<AuthenticationExecutionRepresentation>, level int) : void extracted from public getExecutions(flowAlias String) : Response in class org.keycloak.services.resources.admin.AuthenticationManagementResource | From | To | |
Rename Parameter | 3 | ||
Rename Parameter autheticatorFlow : boolean to authenticatorFlow : boolean in method public setAuthenticatorFlow(authenticatorFlow boolean) : void in class org.keycloak.models.AuthenticationExecutionModel | From | To | |
Rename Parameter referenceType : String to displayName : String in method public setDisplayName(displayName String) : void in class org.keycloak.services.resources.admin.AuthenticationManagementResource.AuthenticationExecutionRepresentation | From | To | |
Rename Parameter subFlow : Boolean to authenticationFlow : Boolean in method public setAuthenticationFlow(authenticationFlow Boolean) : void in class org.keycloak.services.resources.admin.AuthenticationManagementResource.AuthenticationExecutionRepresentation | From | To |