a250f90290792c38b7c700e978cbccc988937500
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method protected stripScopesFromAuthentication(identityZoneId String, servletRequest HttpServletRequest) : void renamed to protected getAuthenticationForZone(identityZoneId String, servletRequest HttpServletRequest) : OAuth2Authentication in class org.cloudfoundry.identity.uaa.zone.IdentityZoneSwitchingFilter | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to OAuth2Authentication in method protected getAuthenticationForZone(identityZoneId String, servletRequest HttpServletRequest) : OAuth2Authentication in class org.cloudfoundry.identity.uaa.zone.IdentityZoneSwitchingFilter | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type ZONE_SWITCH_SCOPES : List<String> to ZONE_SWITCH_SCOPES : String[] in class org.cloudfoundry.identity.uaa.zone.ZoneManagementScopes | From | To |