|
Move Method public handleException(t InvalidPasswordException) : View from class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordResetEndpoints to public handleException(t InvalidPasswordException) : View from class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordResetEndpoint |
From |
To |
|
Move Method public forgotPassword(email String) : void from class org.cloudfoundry.identity.uaa.login.EmailResetPasswordService to private forgotPassword(email String) : void from class org.cloudfoundry.identity.uaa.login.ResetPasswordController |
From |
To |
|
Move Method public resetPassword(email String) : ResponseEntity<Map<String,String>> from class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordResetEndpoints to public resetPassword(email String) : ResponseEntity<Map<String,String>> from class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordResetEndpoint |
From |
To |
|
Move Method private getSubjectText() : String from class org.cloudfoundry.identity.uaa.login.EmailResetPasswordService to private getSubjectText() : String from class org.cloudfoundry.identity.uaa.login.ResetPasswordController |
From |
To |
|
Move Method private getCodeSentEmailHtml(code String, email String) : String from class org.cloudfoundry.identity.uaa.login.EmailResetPasswordService to private getCodeSentEmailHtml(code String, email String) : String from class org.cloudfoundry.identity.uaa.login.ResetPasswordController |
From |
To |
|
Move Method private getResetUnavailableEmailHtml(email String) : String from class org.cloudfoundry.identity.uaa.login.EmailResetPasswordService to private getResetUnavailableEmailHtml(email String) : String from class org.cloudfoundry.identity.uaa.login.ResetPasswordController |
From |
To |
|
Move Method public setMessageConverters(messageConverters HttpMessageConverter<?>[]) : void from class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordResetEndpoints to public setMessageConverters(messageConverters HttpMessageConverter<?>[]) : void from class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordResetEndpoint |
From |
To |
|
Move Method private getServiceName() : String from class org.cloudfoundry.identity.uaa.login.EmailResetPasswordService to private getServiceName() : String from class org.cloudfoundry.identity.uaa.login.ResetPasswordController |
From |
To |
|
Move Attribute private messageService : MessageService from class org.cloudfoundry.identity.uaa.login.EmailResetPasswordService to private messageService : MessageService from class org.cloudfoundry.identity.uaa.login.ResetPasswordControllerTest |
From |
To |
|
Move Attribute private messageConverters : HttpMessageConverter<?>[] from class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordResetEndpoints to private messageConverters : HttpMessageConverter<?>[] from class org.cloudfoundry.identity.uaa.scim.endpoints.PasswordResetEndpoint |
From |
To |
|
Move Attribute private brand : String from class org.cloudfoundry.identity.uaa.login.EmailResetPasswordService to private brand : String from class org.cloudfoundry.identity.uaa.login.ResetPasswordController |
From |
To |
|
Move Attribute private uaaUrlUtils : UaaUrlUtils from class org.cloudfoundry.identity.uaa.login.EmailResetPasswordService to private uaaUrlUtils : UaaUrlUtils from class org.cloudfoundry.identity.uaa.login.ResetPasswordController |
From |
To |
|
Move Attribute private messageService : MessageService from class org.cloudfoundry.identity.uaa.login.EmailResetPasswordService to private messageService : MessageService from class org.cloudfoundry.identity.uaa.login.ResetPasswordController |
From |
To |
|
Move Attribute private templateEngine : TemplateEngine from class org.cloudfoundry.identity.uaa.login.EmailResetPasswordService to private templateEngine : TemplateEngine from class org.cloudfoundry.identity.uaa.login.ResetPasswordController |
From |
To |
|
Move Attribute package templateEngine : SpringTemplateEngine from class org.cloudfoundry.identity.uaa.login.EmailResetPasswordServiceTests to private templateEngine : SpringTemplateEngine from class org.cloudfoundry.identity.uaa.login.ResetPasswordControllerTest |
From |
To |
|
Move Attribute private messageService : MessageService from class org.cloudfoundry.identity.uaa.login.EmailResetPasswordServiceTests to private messageService : MessageService from class org.cloudfoundry.identity.uaa.login.ResetPasswordControllerTest |
From |
To |
|
Change Variable Type responseEntity : ResponseEntity<Map<String,String>> to userId : String in method private changePasswordCodeAuthenticated(code String, newPassword String) : ScimUser in class org.cloudfoundry.identity.uaa.login.UaaResetPasswordService |
From |
To |
|
Change Variable Type change : PasswordResetEndpoints.PasswordChange to change : PasswordChange in method public testResettingAPasswordUsingUsernameToEnsureNoModification() : void in class org.cloudfoundry.identity.uaa.login.ResetPasswordControllerMockMvcTests |
From |
To |
|
Change Variable Type change : PasswordResetEndpoints.PasswordChange to change : PasswordChange in method public testResettingAPasswordFailsWhenUsernameChanged() : void in class org.cloudfoundry.identity.uaa.login.ResetPasswordControllerMockMvcTests |
From |
To |
|
Change Variable Type resetResponse : Map<String,String> to user : ScimUser in method public resetPassword(model Model, code String, email String, password String, passwordConfirmation String, response HttpServletResponse) : String in class org.cloudfoundry.identity.uaa.login.ResetPasswordController |
From |
To |
|
Change Variable Type pce : PasswordChangeFailureEvent to pce : PasswordChangeEvent in method public changePassword_ReturnsSuccess_WithValidExpiringCode() : void in class org.cloudfoundry.identity.uaa.mock.audit.AuditCheckMockMvcTests |
From |
To |
|
Change Variable Type pwch : PasswordResetEndpoints.PasswordChange to pwch : PasswordChange in method public changePassword_ReturnsSuccess_WithValidExpiringCode() : void in class org.cloudfoundry.identity.uaa.mock.audit.AuditCheckMockMvcTests |
From |
To |
|
Inline Method private isUsernamePasswordAuthenticatedChange(passwordChange PasswordChange) : boolean inlined to private changePasswordCodeAuthenticated(code String, newPassword String) : ScimUser in class org.cloudfoundry.identity.uaa.login.UaaResetPasswordService |
From |
To |
|
Inline Method private isCodeAuthenticatedChange(passwordChange PasswordChange) : boolean inlined to private changePasswordCodeAuthenticated(code String, newPassword String) : ScimUser in class org.cloudfoundry.identity.uaa.login.UaaResetPasswordService |
From |
To |
|
Inline Method private changePasswordUsernamePasswordAuthenticated(username String, currentPassword String, newPassword String) : void inlined to public changePassword(username String, currentPassword String, newPassword String) : void in class org.cloudfoundry.identity.uaa.login.UaaChangePasswordService |
From |
To |
|
Inline Method protected changePasswordCodeAuthenticated(passwordChange PasswordChange) : ResponseEntity<Map<String,String>> inlined to private changePasswordCodeAuthenticated(code String, newPassword String) : ScimUser in class org.cloudfoundry.identity.uaa.login.UaaResetPasswordService |
From |
To |