8f18e9bbbc0eb6ac46c3017c6d65b1d0e82dc070
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setExecution(execution String) : void renamed to public setId(execution String) : void in class org.keycloak.services.resources.admin.AuthenticationManagementResource.AuthenticationExecutionRepresentation | From | To | |
Rename Method public getExecution() : String renamed to public getId() : String in class org.keycloak.services.resources.admin.AuthenticationManagementResource.AuthenticationExecutionRepresentation | From | To | |
Extract Attribute | 2 | ||
Extract Attribute public SITE_KEY : String in class org.keycloak.authentication.forms.RegistrationRecaptcha | From | To | |
Extract Attribute public SITE_SECRET : String in class org.keycloak.authentication.forms.RegistrationRecaptcha | From | To | |
Rename Attribute | 1 | ||
Rename Attribute execution : String to id : String in class org.keycloak.services.resources.admin.AuthenticationManagementResource.AuthenticationExecutionRepresentation | From | To | |
Extract Method | 1 | ||
Extract Method public getConfigurableAuthenticatorFactory(providerId String) : ConfigurableAuthenticatorFactory extracted from public getExecutions(flowAlias String) : Response in class org.keycloak.services.resources.admin.AuthenticationManagementResource | From | To |