|
Rename Method public authorize(authenticationUrl String, callback AsyncCallback<OAuthStatus>) : void renamed to public authenticate(authenticationUrl String, callback AsyncCallback<OAuthStatus>) : void in class org.eclipse.che.ide.oauth.DefaultOAuthAuthenticatorImpl |
From |
To |
|
Rename Method public authorize(authenticationUrl String, callback AsyncCallback<OAuthStatus>) : void renamed to public authenticate(authenticationUrl String, callback AsyncCallback<OAuthStatus>) : void in class org.eclipse.che.ide.ext.github.client.authenticator.GitHubAuthenticatorImpl |
From |
To |
|
Rename Method public authorize(authenticationUrl String) : Promise<OAuthStatus> renamed to public authenticate(authenticationUrl String) : Promise<OAuthStatus> in class org.eclipse.che.ide.api.oauth.OAuth2Authenticator |
From |
To |
|
Rename Method public authorize(authenticationUrl String) : Promise<OAuthStatus> renamed to public authenticate(authenticationUrl String) : Promise<OAuthStatus> in class org.eclipse.che.ide.oauth.DefaultOAuthAuthenticatorImpl |
From |
To |
|
Rename Method public authorize(authenticationUrl String) : Promise<OAuthStatus> renamed to public authenticate(authenticationUrl String) : Promise<OAuthStatus> in class org.eclipse.che.ide.ext.github.client.authenticator.GitHubAuthenticatorImpl |
From |
To |
|
Rename Method public authorize(authenticatorUrl String, callback AsyncCallback<OAuthStatus>) : void renamed to public authenticate(authenticationUrl String, callback AsyncCallback<OAuthStatus>) : void in class org.eclipse.che.ide.api.oauth.OAuth2Authenticator |
From |
To |