cd99cf4e6c869da547d26f85ba7600127b65cd00
Files Diff
- Added: 5
- Removed: 2
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method protected getAuthenticator(oauthProviderName String) : OAuthAuthenticator from class org.eclipse.che.security.oauth.OAuthAuthenticationService to protected getAuthenticator(oauthProviderName String) : OAuthAuthenticator from class org.eclipse.che.security.oauth.EmbeddedOAuthAPI | From | To | |
Move Method public authenticate(oauthProvider String, scopes List<String>) : Response from class org.eclipse.che.security.oauth.OAuthAuthenticationService to public authenticate(uriInfo UriInfo, oauthProvider String, scopes List<String>, redirectAfterLogin String, request HttpServletRequest) : Response from class org.eclipse.che.security.oauth.EmbeddedOAuthAPI | From | To | |
Move Attribute | 3 | ||
Move Attribute private LOG : Logger from class org.eclipse.che.security.oauth.OAuthAuthenticationService to private LOG : Logger from class org.eclipse.che.security.oauth.EmbeddedOAuthAPI | From | To | |
Move Attribute protected errorPage : String from class org.eclipse.che.security.oauth.OAuthAuthenticationService to protected errorPage : String from class org.eclipse.che.security.oauth.EmbeddedOAuthAPI | From | To | |
Move Attribute protected providers : OAuthAuthenticatorProvider from class org.eclipse.che.security.oauth.OAuthAuthenticationService to protected providers : OAuthAuthenticatorProvider from class org.eclipse.che.security.oauth.EmbeddedOAuthAPI | From | To | |
Extract Class | 1 | ||
Extract Class org.eclipse.che.security.oauth.EmbeddedOAuthAPI from class org.eclipse.che.security.oauth.OAuthAuthenticationService | From | To | |
Rename Class | 1 | ||
Rename Class org.eclipse.che.security.oauth.OAuthAuthenticationServiceTest renamed to org.eclipse.che.security.oauth.EmbeddedOAuthAPITest | From | To |