16954fc370c788a1c8493b58cad46915e9561ffb
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable authResult : AuthenticationManager.AuthResult to subject : AuthenticationManager.AuthResult in method public exchangeClientToClient(subject AuthenticationManager.AuthResult) : Response in class org.keycloak.protocol.oidc.endpoints.TokenEndpoint | From | To | |
Extract Variable | 1 | ||
Extract Variable responseBuilder : TokenManager.AccessTokenResponseBuilder in method public exchangeClientToClient(subject AuthenticationManager.AuthResult) : Response from class org.keycloak.protocol.oidc.endpoints.TokenEndpoint | From | To | |
Extract Method | 1 | ||
Extract Method public exchangeClientToClient(subject AuthenticationManager.AuthResult) : Response extracted from public buildTokenExchange() : Response in class org.keycloak.protocol.oidc.endpoints.TokenEndpoint | From | To |