e89a6372f66b4b571c3c2dcd7612038ddc7bb737
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public validateAccessToken(tokenJwtValue String) : TokenValidation renamed to public buildAccessTokenValidator(tokenJwtValue String) : TokenValidation in class org.cloudfoundry.identity.uaa.util.TokenValidation | From | To | |
Rename Method public validateRefreshToken(tokenJwtValue String) : TokenValidation renamed to public buildRefreshTokenValidator(tokenJwtValue String) : TokenValidation in class org.cloudfoundry.identity.uaa.util.TokenValidation | From | To | |
Extract Method | 1 | ||
Extract Method private readScopesFromClaim(claimName String) : Optional<List<String>> extracted from private getScopes() : Optional<List<String>> in class org.cloudfoundry.identity.uaa.util.TokenValidation | From | To |