7bceab76219b4d5f0950cf0baa6265d2c9f4a238
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected extractIdFromAuthentication(authentication Authentication, clientAuthenticationAllowed boolean) : String renamed to protected extractUserIdFromAuthentication(authentication Authentication) : String in class org.cloudfoundry.identity.uaa.security.IsSelfCheck | From | To | |
Rename Method public isTokenRevocationForSelf(request HttpServletRequest) : boolean renamed to public isClientTokenRevocationForSelf(request HttpServletRequest) : boolean in class org.cloudfoundry.identity.uaa.security.IsSelfCheck | From | To | |
Rename Parameter | 1 | ||
Rename Parameter userId : String to clientId : String in method public getClientTokens(clientId String) : List<RevocableToken> in class org.cloudfoundry.identity.uaa.oauth.token.RevocableTokenProvisioning | From | To |