9b508dd694c696443aff57869de4881a1579bc74
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type authenticator : IGoogleAuthenticator to authenticator : GoogleAuthenticator in method public setAuthenticator(authenticator GoogleAuthenticator) : void in class org.cloudfoundry.identity.uaa.mfa_provider.GoogleAuthenticatorAdapter | From | To | |
Move Method | 1 | ||
Move Method public setAuthenticator(authenticator IGoogleAuthenticator) : void from class org.cloudfoundry.identity.uaa.login.TotpEndpoint to public setAuthenticator(authenticator GoogleAuthenticator) : void from class org.cloudfoundry.identity.uaa.mfa_provider.GoogleAuthenticatorAdapter | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public isValidCode(userId String, code Integer) : boolean extracted from public validateCode(model Model, session HttpSession, code String) : String in class org.cloudfoundry.identity.uaa.login.TotpEndpoint & moved to class org.cloudfoundry.identity.uaa.mfa_provider.GoogleAuthenticatorAdapter | From | To |