55eb7203bfe4ffb084a0895959434042a55002d2
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 1 | ||
Rename Class org.cloudfoundry.identity.uaa.mock.token.TokenRevocationEndpointTest renamed to org.cloudfoundry.identity.uaa.mock.token.TokenRevocationEndpointMockMvcTest | From | To | |
Extract Variable | 4 | ||
Extract Variable zoneId : String in method public revokeTokenById(tokenId String) : ResponseEntity<Void> from class org.cloudfoundry.identity.uaa.oauth.TokenRevocationEndpoint | From | To | |
Extract Variable oauthTokenPost : MockHttpServletRequestBuilder in method public getClientCredentialsOAuthAccessToken(mockMvc MockMvc, clientId String, clientSecret String, scope String, subdomain String, opaque boolean) : String from class org.cloudfoundry.identity.uaa.mock.util.MockMvcUtils | From | To | |
Extract Variable zoneId : String in method public revokeTokensForUser(userId String) : ResponseEntity<Void> from class org.cloudfoundry.identity.uaa.oauth.TokenRevocationEndpoint | From | To | |
Extract Variable zoneId : String in method public revokeTokensForClient(clientId String) : ResponseEntity<Void> from class org.cloudfoundry.identity.uaa.oauth.TokenRevocationEndpoint | From | To |