78408b00778b744d3228fc6daf2c07202db2e600
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected getClaimsForToken(token String) : Map<String,Object> renamed to protected validateToken(token String) : TokenValidation in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<String,Object> to TokenValidation in method protected validateToken(token String) : TokenValidation in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices | From | To | |
Inline Variable | 1 | ||
Inline Variable token : String in method public validateToken() : void from class org.cloudfoundry.identity.uaa.util.TokenValidationTest | From | To | |
Extract Method | 1 | ||
Extract Method private getJwtTokenValue() : String extracted from private getToken() : String in class org.cloudfoundry.identity.uaa.util.TokenValidationTest | From | To |