4e09ae9b0fda8ecf018dbcf9badd62346dcd4477
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setParameterIfAbsent(name String, value String...) : void renamed to public setParameter(name String, value String...) : void in class org.cloudfoundry.identity.uaa.authentication.SamlRedirectLogoutHandler.RequestWrapper | From | To | |
Extract Variable | 3 | ||
Extract Variable redirect : String in method public onLogoutSuccess(request HttpServletRequest, response HttpServletResponse, authentication Authentication) : void from class org.cloudfoundry.identity.uaa.authentication.SamlRedirectLogoutHandler | From | To | |
Extract Variable clientId : String in method public onLogoutSuccess(request HttpServletRequest, response HttpServletResponse, authentication Authentication) : void from class org.cloudfoundry.identity.uaa.authentication.SamlRedirectLogoutHandler | From | To | |
Extract Variable redirectUrl : String in method public testSingleLogoutWithLogoutRedirect() : void from class org.cloudfoundry.identity.uaa.integration.feature.SamlLoginIT | From | To |