d31bd1e1a54e23e80931886440f5462850527710
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type OAuth2AccessToken to CompositeAccessToken in method private createAccessToken(tokenId String, userId String, user UaaUser, userAuthenticationTime Date, validitySeconds int, clientScopes Collection<GrantedAuthority>, requestedScopes Set<String>, clientId String, resourceIds Set<String>, grantType String, refreshToken String, nonce String, additionalAuthorizationAttributes Map<String,String>, responseTypes Set<String>, revocableHashSignature String, forceIdTokenCreation boolean, externalGroupsForIdToken Set<String>, userAttributesForIdToken Map<String,List<String>>, revocable boolean) : CompositeAccessToken in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices | From | To | |
Change Variable Type | 2 | ||
Change Variable Type accessToken : OAuth2AccessToken to accessToken : CompositeAccessToken in method public refreshAccessToken(refreshTokenValue String, request TokenRequest) : OAuth2AccessToken in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices | From | To | |
Change Variable Type accessToken : OAuth2AccessToken to accessToken : CompositeAccessToken in method public createAccessToken(authentication OAuth2Authentication) : OAuth2AccessToken in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public setTokenProvisioning(tokenProvisioning RevocableTokenProvisioning) : void extracted from public setUp() : void in class org.cloudfoundry.identity.uaa.oauth.UaaTokenServicesTests & moved to class org.cloudfoundry.identity.uaa.oauth.UaaTokenServices | From | To |