52e87cd6cdda47a2ee953c45f7ec835fb15126de
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public checkRevocationHash(currentHash String) : TokenValidation renamed to public checkRevocationSignature(currentHash String) : TokenValidation in class org.cloudfoundry.identity.uaa.util.TokenValidation | From | To | |
Rename Method public testRefreshTokenAfterApprovalsChanged() : void renamed to public testRefreshTokenAfterApprovalsRevoked() : void in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServicesTests | From | To | |
Change Return Type | 1 | ||
Change Return Type List<Exception> to List<RuntimeException> in method public getValidationErrors() : List<RuntimeException> in class org.cloudfoundry.identity.uaa.util.TokenValidation | From | To | |
Rename Attribute | 1 | ||
Rename Attribute UPDATE : String to CLIENT_AUTHORITIES : String in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServicesTests | From | To | |
Extract Variable | 1 | ||
Extract Variable clientScopes : Collection<String> in method public checkClient(clientDetailsService ClientDetailsService) : TokenValidation from class org.cloudfoundry.identity.uaa.util.TokenValidation | From | To | |
Extract Method | 1 | ||
Extract Method private checkUser(getUser Function<String,UaaUser>) : TokenValidation extracted from public checkUser(userDb UaaUserDatabase) : TokenValidation in class org.cloudfoundry.identity.uaa.util.TokenValidation | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type validationErrors : List<Exception> to validationErrors : List<RuntimeException> in class org.cloudfoundry.identity.uaa.util.TokenValidation | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public checkClient(client ClientDetails) : TokenValidation extracted from private getClaimsForToken(token String) : Map<String,Object> in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices & moved to class org.cloudfoundry.identity.uaa.util.TokenValidation | From | To |