791409043c3d7609641b9b5cf13eca38e60c2c6c
Files Diff
- Added: 9
- Removed: 7
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public setAllowInternalUserManagement(allowInternalUserManagement boolean) : void renamed to public setDisableInternalUserManagement(disableInternalUserManagement boolean) : void in class org.cloudfoundry.identity.uaa.zone.IdentityProvider | From | To | |
Rename Method public setInternalUserManagement(allowUserManagement boolean, applicationContext ApplicationContext) : void renamed to public setDisableInternalUserManagement(disableUserManagement boolean, applicationContext ApplicationContext) : void in class org.cloudfoundry.identity.uaa.mock.util.MockMvcUtils | From | To | |
Rename Method public isAllowInternalUserManagement() : boolean renamed to public isDisableInternalUserManagement() : boolean in class org.cloudfoundry.identity.uaa.zone.IdentityProvider | From | To | |
Rename Variable | 2 | ||
Rename Variable allowInternalUserManagement : boolean to disableInternalUserManagement : boolean in method public testCreateAndUpdateIdentityProviderInDefaultZone() : void in class org.cloudfoundry.identity.uaa.zone.JdbcIdentityProviderProvisioningTests | From | To | |
Rename Variable allowUserManagement : boolean to disableUserManagement : boolean in method public testCreateIdentityProviderInOtherZone() : void in class org.cloudfoundry.identity.uaa.zone.JdbcIdentityProviderProvisioningTests | From | To | |
Rename Class | 4 | ||
Rename Class org.cloudfoundry.identity.uaa.zone.AllowUserManagementSecurityFilter renamed to org.cloudfoundry.identity.uaa.zone.DisableUserManagementSecurityFilter | From | To | |
Rename Class org.cloudfoundry.identity.uaa.mock.zones.AllowUserManagementSecurityFilterMockMvcTest renamed to org.cloudfoundry.identity.uaa.mock.zones.DisableUserManagementSecurityFilterMockMvcTest | From | To | |
Rename Class org.cloudfoundry.identity.uaa.zone.AllowInternalUserManagementFilter renamed to org.cloudfoundry.identity.uaa.zone.DisableInternalUserManagementFilter | From | To | |
Rename Class org.cloudfoundry.identity.uaa.mock.zones.AllowInternalUserManagementFilterMockMvcTests renamed to org.cloudfoundry.identity.uaa.mock.zones.DisableInternalUserManagementFilterMockMvcTests | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordResetEndpointTest.JsonObjectMatcher moved and renamed to org.cloudfoundry.identity.uaa.scim.test.JsonObjectMatcherUtils | From | To | |
Rename Attribute | 1 | ||
Rename Attribute allowInternalUserManagement : boolean to disableInternalUserManagement : boolean in class org.cloudfoundry.identity.uaa.zone.IdentityProvider | From | To | |
Rename Parameter | 2 | ||
Rename Parameter allowInternalUserManagement : boolean to disableInternalUserManagement : boolean in method public setDisableInternalUserManagement(disableInternalUserManagement boolean) : void in class org.cloudfoundry.identity.uaa.zone.IdentityProvider | From | To | |
Rename Parameter allowUserManagement : boolean to disableUserManagement : boolean in method public setDisableInternalUserManagement(disableUserManagement boolean, applicationContext ApplicationContext) : void in class org.cloudfoundry.identity.uaa.mock.util.MockMvcUtils | From | To |