0f1a8748b5ac3a6d4d96b99b5d2ee2376346f60b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method protected getJwtTokenValue(token String) : String extracted from public refreshAccessToken(refreshTokenValue String, request TokenRequest) : OAuth2AccessToken in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices | From | To | |
Extract Method protected getJwtTokenValue(token String) : String extracted from public loadAuthentication(accessToken String) : OAuth2Authentication in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices | From | To | |
Rename Parameter | 2 | ||
Rename Parameter accessToken : String to token : String in method protected getJwtTokenValue(token String) : String in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices | From | To | |
Rename Parameter refreshTokenValue : String to token : String in method protected getJwtTokenValue(token String) : String in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices | From | To |