ac4d0f81d812fe654feef07e4d43b35e3d31f7e3
Files Diff
- Added: 7
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setLockoutPolicy(lockoutPolicy LockoutPolicy) : void renamed to public PeriodLockoutPolicy(loginPolicy LoginPolicy) in class org.cloudfoundry.identity.uaa.authentication.manager.PeriodLockoutPolicy | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method private getLockoutPolicyFromDb() : LockoutPolicy from class org.cloudfoundry.identity.uaa.authentication.manager.PeriodLockoutPolicy to public getLockoutPolicy() : LockoutPolicy from class org.cloudfoundry.identity.uaa.authentication.manager.UserLockoutPolicyRetriever | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type lockoutPolicy : LockoutPolicy to loginPolicy : LoginPolicy in method public PeriodLockoutPolicy(loginPolicy LoginPolicy) in class org.cloudfoundry.identity.uaa.authentication.manager.PeriodLockoutPolicy | From | To | |
Move Method | 3 | ||
Move Method public getLockoutPolicy() : LockoutPolicy from class org.cloudfoundry.identity.uaa.authentication.manager.PeriodLockoutPolicy to public getLockoutPolicy() : LockoutPolicy from class org.cloudfoundry.identity.uaa.authentication.manager.ClientLockoutPolicyRetriever | From | To | |
Move Method private mostRecentFailure(events List<AuditEvent>) : AuditEvent from class org.cloudfoundry.identity.uaa.authentication.manager.PeriodLockoutPolicy to private mostRecentFailure(events List<AuditEvent>) : AuditEvent from class org.cloudfoundry.identity.uaa.authentication.manager.CommonLoginPolicy | From | To | |
Move Method private sequentialFailureCount(events List<AuditEvent>) : int from class org.cloudfoundry.identity.uaa.authentication.manager.PeriodLockoutPolicy to private sequentialFailureCount(events List<AuditEvent>) : int from class org.cloudfoundry.identity.uaa.authentication.manager.CommonLoginPolicy | From | To | |
Move Attribute | 2 | ||
Move Attribute private auditService : UaaAuditService from class org.cloudfoundry.identity.uaa.authentication.manager.PeriodLockoutPolicy to private auditService : UaaAuditService from class org.cloudfoundry.identity.uaa.authentication.manager.CommonLoginPolicy | From | To | |
Move Attribute private providerProvisioning : IdentityProviderProvisioning from class org.cloudfoundry.identity.uaa.authentication.manager.PeriodLockoutPolicy to private providerProvisioning : IdentityProviderProvisioning from class org.cloudfoundry.identity.uaa.authentication.manager.UserLockoutPolicyRetriever | From | To | |
Extract Class | 2 | ||
Extract Class org.cloudfoundry.identity.uaa.authentication.manager.ClientLockoutPolicyRetriever from class org.cloudfoundry.identity.uaa.authentication.manager.PeriodLockoutPolicy | From | To | |
Extract Class org.cloudfoundry.identity.uaa.authentication.manager.CommonLoginPolicy from class org.cloudfoundry.identity.uaa.authentication.manager.PeriodLockoutPolicy | From | To | |
Rename Attribute | 1 | ||
Rename Attribute lockoutPolicy : LockoutPolicy to loginPolicy : LoginPolicy in class org.cloudfoundry.identity.uaa.authentication.manager.PeriodLockoutPolicy | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type userAttributes : Map<String,List<String>> to userAttributes : Map in class org.cloudfoundry.identity.uaa.authentication.UaaAuthentication | From | To | |
Change Attribute Type lockoutPolicy : LockoutPolicy to loginPolicy : LoginPolicy in class org.cloudfoundry.identity.uaa.authentication.manager.PeriodLockoutPolicy | From | To | |
Rename Parameter | 1 | ||
Rename Parameter lockoutPolicy : LockoutPolicy to loginPolicy : LoginPolicy in method public PeriodLockoutPolicy(loginPolicy LoginPolicy) in class org.cloudfoundry.identity.uaa.authentication.manager.PeriodLockoutPolicy | From | To |