|
Rename Method public create_session() : void renamed to public create_token() : void in class org.sonar.server.authentication.JwtHttpHandlerTest |
From |
To |
|
Rename Method public generate_csrf_state() : void renamed to public generate_csrf_state_when_creating_token() : void in class org.sonar.server.authentication.JwtHttpHandlerTest |
From |
To |
|
Rename Method public remove_session_when_user_is_disabled() : void renamed to public validate_token_fails_with_unauthorized_when_user_is_disabled() : void in class org.sonar.server.authentication.JwtHttpHandlerTest |
From |
To |
|
Rename Method public refresh_state_when_refreshing_token() : void renamed to public validate_token_refresh_state_when_refreshing_token() : void in class org.sonar.server.authentication.JwtHttpHandlerTest |
From |
To |
|
Rename Method public refresh_session_when_refresh_time_is_reached() : void renamed to public validate_token_refresh_session_when_refresh_time_is_reached() : void in class org.sonar.server.authentication.JwtHttpHandlerTest |
From |
To |
|
Rename Method public remove_state_when_removing_token() : void renamed to public validate_token_remove_state_when_removing_token() : void in class org.sonar.server.authentication.JwtHttpHandlerTest |
From |
To |
|
Rename Method public does_nothing_when_no_jwt_cookie() : void renamed to public validate_token_does_nothing_when_no_jwt_cookie() : void in class org.sonar.server.authentication.JwtHttpHandlerTest |
From |
To |
|
Rename Method public does_nothing_when_empty_value_in_jwt_cookie() : void renamed to public validate_token_does_nothing_when_empty_value_in_jwt_cookie() : void in class org.sonar.server.authentication.JwtHttpHandlerTest |
From |
To |
|
Rename Method public remove_session_when_token_is_no_more_valid() : void renamed to public validate_token_removes_session_when_token_is_no_more_valid() : void in class org.sonar.server.authentication.JwtHttpHandlerTest |
From |
To |
|
Rename Method public use_session_timeout_from_settings() : void renamed to public generate_token_is_using_session_timeout_from_settings() : void in class org.sonar.server.authentication.JwtHttpHandlerTest |
From |
To |
|
Rename Method public verify_csrf_state() : void renamed to public validate_token_verify_csrf_state() : void in class org.sonar.server.authentication.JwtHttpHandlerTest |
From |
To |
|
Rename Method private removeSession(request HttpServletRequest, response HttpServletResponse) : void renamed to package removeToken(response HttpServletResponse) : void in class org.sonar.server.authentication.JwtHttpHandler |
From |
To |
|
Rename Method public does_not_refresh_session_when_refresh_time_is_not_reached() : void renamed to public validate_token_does_not_refresh_session_when_refresh_time_is_not_reached() : void in class org.sonar.server.authentication.JwtHttpHandlerTest |
From |
To |
|
Rename Method public remove_session_when_disconnected_timeout_is_reached() : void renamed to public validate_token_removes_session_when_disconnected_timeout_is_reached() : void in class org.sonar.server.authentication.JwtHttpHandlerTest |
From |
To |
|
Change Return Type void to boolean in method private validateScmAccounts(dbSession DbSession, scmAccounts List<String>, login String, email String, existingUser UserDto, messages List<Message>) : boolean in class org.sonar.server.user.UserUpdater |
From |
To |
|
Change Return Type String to boolean in method private validateLoginFormat(login String, messages List<Message>) : boolean in class org.sonar.server.user.UserUpdater |
From |
To |
|
Change Return Type void to boolean in method private checkNotEmptyParam(value String, param String, messages List<Message>) : boolean in class org.sonar.server.user.UserUpdater |
From |
To |
|
Change Return Type void to boolean in method private validatePasswords(password String, messages List<Message>) : boolean in class org.sonar.server.user.UserUpdater |
From |
To |
|
Change Return Type void to boolean in method private validateEmailFormat(email String, messages List<Message>) : boolean in class org.sonar.server.user.UserUpdater |
From |
To |
|
Change Return Type void to boolean in method private checkPasswordChangeAllowed(userDto UserDto, messages List<Message>) : boolean in class org.sonar.server.user.UserUpdater |
From |
To |
|
Change Return Type void to boolean in method private validateNameFormat(name String, messages List<Message>) : boolean in class org.sonar.server.user.UserUpdater |
From |
To |
|
Move Attribute private jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.UserIdentityAuthenticator to private jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.OAuth2ContextFactory |
From |
To |
|
Move Attribute package jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.GenerateJwtTokenFilterTest to private jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.OAuth2ContextFactory |
From |
To |
|
Move Attribute private jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.UserIdentityAuthenticator to private jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.BaseContextFactory |
From |
To |
|
Move Attribute package jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.UserIdentityAuthenticatorTest to private jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.BaseContextFactory |
From |
To |
|
Move Attribute package jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.UserIdentityAuthenticatorTest to package jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.BaseContextFactoryTest |
From |
To |
|
Move Attribute package jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.GenerateJwtTokenFilterTest to private jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.BaseContextFactory |
From |
To |
|
Move Attribute private jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.UserIdentityAuthenticator to package jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.OAuth2ContextFactoryTest |
From |
To |
|
Move Attribute public userSession : UserSessionRule from class org.sonar.server.authentication.GenerateJwtTokenFilterTest to public userSession : UserSessionRule from class org.sonar.server.authentication.ValidateJwtTokenFilterTest |
From |
To |
|
Move Attribute private jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.UserIdentityAuthenticator to package jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.AuthLoginActionTest |
From |
To |
|
Move Attribute package jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.GenerateJwtTokenFilterTest to package jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.OAuth2ContextFactoryTest |
From |
To |
|
Move Attribute public userSession : UserSessionRule from class org.sonar.server.authentication.JwtHttpHandlerTest to public userSession : UserSessionRule from class org.sonar.server.authentication.ValidateJwtTokenFilterTest |
From |
To |
|
Move Attribute package jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.UserIdentityAuthenticatorTest to package jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.AuthLoginActionTest |
From |
To |
|
Move Attribute package jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.UserIdentityAuthenticatorTest to package jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.OAuth2ContextFactoryTest |
From |
To |
|
Move Attribute private jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.UserIdentityAuthenticator to package jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.BaseContextFactoryTest |
From |
To |
|
Move Attribute package jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.GenerateJwtTokenFilterTest to package jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.BaseContextFactoryTest |
From |
To |
|
Move Attribute package jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.UserIdentityAuthenticatorTest to private jwtHttpHandler : JwtHttpHandler from class org.sonar.server.authentication.OAuth2ContextFactory |
From |
To |