|
Change Parameter Type organizationCreation : OrganizationCreation to organizationUpdater : OrganizationUpdater in method public UserUpdater(newUserNotifier NewUserNotifier, dbClient DbClient, userIndexer UserIndexer, organizationFlags OrganizationFlags, defaultOrganizationProvider DefaultOrganizationProvider, organizationUpdater OrganizationUpdater, defaultGroupFinder DefaultGroupFinder, config Configuration, localAuthentication LocalAuthentication) in class org.sonar.server.user.UserUpdater |
From |
To |
|
Change Parameter Type organizationCreation : OrganizationCreation to organizationUpdater : OrganizationUpdater in method public CreateAction(config Configuration, userSession UserSession, dbClient DbClient, wsSupport OrganizationsWsSupport, organizationValidation OrganizationValidation, organizationUpdater OrganizationUpdater, organizationFlags OrganizationFlags) in class org.sonar.server.organization.ws.CreateAction |
From |
To |
|
Push Down Attribute private organizationFlags : OrganizationFlags from class org.sonar.server.authentication.UserIdentityAuthenticator to private organizationFlags : OrganizationFlags from class org.sonar.server.authentication.UserIdentityAuthenticatorImpl |
From |
To |
|
Push Down Attribute private defaultGroupFinder : DefaultGroupFinder from class org.sonar.server.authentication.UserIdentityAuthenticator to private defaultGroupFinder : DefaultGroupFinder from class org.sonar.server.authentication.UserIdentityAuthenticatorImpl |
From |
To |
|
Push Down Attribute private dbClient : DbClient from class org.sonar.server.authentication.UserIdentityAuthenticator to private dbClient : DbClient from class org.sonar.server.authentication.UserIdentityAuthenticatorImpl |
From |
To |
|
Push Down Attribute private userUpdater : UserUpdater from class org.sonar.server.authentication.UserIdentityAuthenticator to private userUpdater : UserUpdater from class org.sonar.server.authentication.UserIdentityAuthenticatorImpl |
From |
To |
|
Push Down Attribute private LOGGER : Logger from class org.sonar.server.authentication.UserIdentityAuthenticator to private LOGGER : Logger from class org.sonar.server.authentication.UserIdentityAuthenticatorImpl |
From |
To |
|
Push Down Attribute private defaultOrganizationProvider : DefaultOrganizationProvider from class org.sonar.server.authentication.UserIdentityAuthenticator to private defaultOrganizationProvider : DefaultOrganizationProvider from class org.sonar.server.authentication.UserIdentityAuthenticatorImpl |
From |
To |
|
Push Down Method private validateEmail(dbSession DbSession, identity UserIdentity, provider IdentityProvider, source AuthenticationEvent.Source, existingEmailStrategy ExistingEmailStrategy) : Optional<UserDto> from class org.sonar.server.authentication.UserIdentityAuthenticator to private detectEmailUpdate(dbSession DbSession, authenticatorParameters UserIdentityAuthenticatorParameters) : Optional<UserDto> from class org.sonar.server.authentication.UserIdentityAuthenticatorImpl |
From |
To |
|
Push Down Method public UserIdentityAuthenticator(dbClient DbClient, userUpdater UserUpdater, defaultOrganizationProvider DefaultOrganizationProvider, organizationFlags OrganizationFlags, defaultGroupFinder DefaultGroupFinder) from class org.sonar.server.authentication.UserIdentityAuthenticator to public UserIdentityAuthenticatorImpl(dbClient DbClient, userUpdater UserUpdater, defaultOrganizationProvider DefaultOrganizationProvider, organizationFlags OrganizationFlags, organizationUpdater OrganizationUpdater, defaultGroupFinder DefaultGroupFinder) from class org.sonar.server.authentication.UserIdentityAuthenticatorImpl |
From |
To |
|
Push Down Method private syncGroups(dbSession DbSession, userIdentity UserIdentity, userDto UserDto) : void from class org.sonar.server.authentication.UserIdentityAuthenticator to private syncGroups(dbSession DbSession, userIdentity UserIdentity, userDto UserDto) : void from class org.sonar.server.authentication.UserIdentityAuthenticatorImpl |
From |
To |
|
Push Down Method private createNewUser(identity UserIdentity, provider IdentityProvider, source AuthenticationEvent.Source) : NewUser from class org.sonar.server.authentication.UserIdentityAuthenticator to private createNewUser(authenticatorParameters UserIdentityAuthenticatorParameters) : NewUser from class org.sonar.server.authentication.UserIdentityAuthenticatorImpl |
From |
To |
|
Push Down Method public authenticate(userIdentity UserIdentity, provider IdentityProvider, source AuthenticationEvent.Source, existingEmailStrategy ExistingEmailStrategy) : UserDto from class org.sonar.server.authentication.UserIdentityAuthenticator to public authenticate(authenticatorParameters UserIdentityAuthenticatorParameters) : UserDto from class org.sonar.server.authentication.UserIdentityAuthenticatorImpl |
From |
To |
|
Push Down Method private getUser(dbSession DbSession, userIdentity UserIdentity, provider IdentityProvider) : UserDto from class org.sonar.server.authentication.UserIdentityAuthenticator to private getUser(dbSession DbSession, userIdentity UserIdentity, provider IdentityProvider) : UserDto from class org.sonar.server.authentication.UserIdentityAuthenticatorImpl |
From |
To |
|
Push Down Method private toArray(userDto Optional<UserDto>) : UserDto[] from class org.sonar.server.authentication.UserIdentityAuthenticator to private toArray(userDto Optional<UserDto>) : UserDto[] from class org.sonar.server.authentication.UserIdentityAuthenticatorImpl |
From |
To |
|
Push Down Method private getDefaultGroup(dbSession DbSession) : Optional<GroupDto> from class org.sonar.server.authentication.UserIdentityAuthenticator to private getDefaultGroup(dbSession DbSession) : Optional<GroupDto> from class org.sonar.server.authentication.UserIdentityAuthenticatorImpl |
From |
To |
|
Push Down Method private registerNewUser(dbSession DbSession, disabledUser UserDto, identity UserIdentity, provider IdentityProvider, source AuthenticationEvent.Source, existingEmailStrategy ExistingEmailStrategy) : UserDto from class org.sonar.server.authentication.UserIdentityAuthenticator to private registerNewUser(dbSession DbSession, disabledUser UserDto, authenticatorParameters UserIdentityAuthenticatorParameters) : UserDto from class org.sonar.server.authentication.UserIdentityAuthenticatorImpl |
From |
To |
|
Push Down Method private registerExistingUser(dbSession DbSession, userDto UserDto, identity UserIdentity, provider IdentityProvider, source AuthenticationEvent.Source, existingEmailStrategy ExistingEmailStrategy) : UserDto from class org.sonar.server.authentication.UserIdentityAuthenticator to private registerExistingUser(dbSession DbSession, userDto UserDto, authenticatorParameters UserIdentityAuthenticatorParameters) : UserDto from class org.sonar.server.authentication.UserIdentityAuthenticatorImpl |
From |
To |
|
Push Down Method private removeGroups(dbSession DbSession, userDto UserDto, groupsToRemove Collection<String>, groupsByName Map<String,GroupDto>) : void from class org.sonar.server.authentication.UserIdentityAuthenticator to private removeGroups(dbSession DbSession, userDto UserDto, groupsToRemove Collection<String>, groupsByName Map<String,GroupDto>) : void from class org.sonar.server.authentication.UserIdentityAuthenticatorImpl |
From |
To |
|
Push Down Method private addGroups(dbSession DbSession, userDto UserDto, groupsToAdd Collection<String>, groupsByName Map<String,GroupDto>) : void from class org.sonar.server.authentication.UserIdentityAuthenticator to private addGroups(dbSession DbSession, userDto UserDto, groupsToAdd Collection<String>, groupsByName Map<String,GroupDto>) : void from class org.sonar.server.authentication.UserIdentityAuthenticatorImpl |
From |
To |
|
Change Attribute Type underTest : OAuth2AuthenticationParametersImpl to underTest : OAuth2AuthenticationParameters in class org.sonar.server.authentication.OAuth2AuthenticationParametersImplTest |
From |
To |
|
Change Attribute Type userIdentityAuthenticator : UserIdentityAuthenticator to userIdentityAuthenticator : UserIdentityAuthenticatorImpl in class org.sonar.server.authentication.SsoAuthenticatorTest |
From |
To |
|
Change Attribute Type organizationCreation : OrganizationCreation to organizationUpdater : OrganizationUpdater in class org.sonar.server.organization.ws.CreateAction |
From |
To |
|
Change Attribute Type userIdentityAuthenticator : UserIdentityAuthenticator to userIdentityAuthenticator : TestUserIdentityAuthenticator in class org.sonar.server.authentication.RealmAuthenticatorTest |
From |
To |
|
Change Attribute Type userIdentityAuthenticator : UserIdentityAuthenticator to userIdentityAuthenticator : TestUserIdentityAuthenticator in class org.sonar.server.authentication.OAuth2ContextFactoryTest |
From |
To |
|
Change Attribute Type FULL_POPULATED_NEW_ORGANIZATION : OrganizationCreation.NewOrganization to FULL_POPULATED_NEW_ORGANIZATION : OrganizationUpdater.NewOrganization in class org.sonar.server.organization.OrganizationUpdaterImplTest |
From |
To |
|
Change Attribute Type organizationCreation : OrganizationCreation to organizationUpdater : OrganizationUpdater in class org.sonar.server.user.UserUpdater |
From |
To |
|
Change Attribute Type organizationCreation : OrganizationCreation to organizationUpdater : OrganizationUpdater in class org.sonar.server.user.ws.CreateActionTest |
From |
To |
|
Change Attribute Type underTest : UserIdentityAuthenticator to underTest : UserIdentityAuthenticatorImpl in class org.sonar.server.authentication.UserIdentityAuthenticatorImplTest |
From |
To |
|
Change Attribute Type ORGANIZATION_CREATION_NOT_USED_FOR_UPDATE : OrganizationCreation to ORGANIZATION_CREATION_NOT_USED_FOR_UPDATE : OrganizationUpdater in class org.sonar.server.user.ws.UpdateActionTest |
From |
To |
|
Change Attribute Type organizationCreation : OrganizationCreation to organizationUpdater : OrganizationUpdater in class org.sonar.server.user.UserUpdaterCreateTest |
From |
To |
|
Change Attribute Type userIdentityAuthenticator : UserIdentityAuthenticator to userIdentityAuthenticator : TestUserIdentityAuthenticator in class org.sonar.server.authentication.BaseContextFactoryTest |
From |
To |
|
Change Attribute Type underTest : OrganizationCreationImpl to underTest : OrganizationUpdaterImpl in class org.sonar.server.organization.OrganizationUpdaterImplTest |
From |
To |
|
Rename Parameter organizationCreation : OrganizationCreation to organizationUpdater : OrganizationUpdater in method public UserUpdater(newUserNotifier NewUserNotifier, dbClient DbClient, userIndexer UserIndexer, organizationFlags OrganizationFlags, defaultOrganizationProvider DefaultOrganizationProvider, organizationUpdater OrganizationUpdater, defaultGroupFinder DefaultGroupFinder, config Configuration, localAuthentication LocalAuthentication) in class org.sonar.server.user.UserUpdater |
From |
To |
|
Rename Parameter organizationCreation : OrganizationCreation to organizationUpdater : OrganizationUpdater in method public CreateAction(config Configuration, userSession UserSession, dbClient DbClient, wsSupport OrganizationsWsSupport, organizationValidation OrganizationValidation, organizationUpdater OrganizationUpdater, organizationFlags OrganizationFlags) in class org.sonar.server.organization.ws.CreateAction |
From |
To |