c12fe28b2d1bd52eec66c29664557d9bc06d8632
Files Diff
- Added: 5
- Removed: 1
- Renamed: 0
- Modified: 39
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public setModel(model AuthenticatorModel) : void renamed to public setAuthenticatorModel(model AuthenticatorModel) : void in class org.keycloak.authentication.AuthenticatorContext | From | To | |
Rename Method public getModel() : AuthenticatorModel renamed to public getAuthenticatorModel() : AuthenticatorModel in class org.keycloak.authentication.AuthenticationProcessor.Result | From | To | |
Rename Method public setModel(model AuthenticatorModel) : void renamed to public setAuthenticatorModel(model AuthenticatorModel) : void in class org.keycloak.authentication.AuthenticationProcessor.Result | From | To | |
Rename Method public getModel() : AuthenticatorModel renamed to public getAuthenticatorModel() : AuthenticatorModel in class org.keycloak.authentication.AuthenticatorContext | From | To | |
Pull Up Method | 6 | ||
Pull Up Method protected loginForm(context AuthenticatorContext) : LoginFormsProvider from class org.keycloak.authentication.authenticators.LoginFormUsernameAuthenticator to protected loginForm(context AuthenticatorContext) : LoginFormsProvider from class org.keycloak.authentication.authenticators.AbstractFormAuthenticator | From | To | |
Pull Up Method protected isActionUrl(context AuthenticatorContext) : boolean from class org.keycloak.authentication.authenticators.LoginFormUsernameAuthenticator to protected isActionUrl(context AuthenticatorContext) : boolean from class org.keycloak.authentication.authenticators.AbstractFormAuthenticator | From | To | |
Pull Up Method protected disabledUser(context AuthenticatorContext) : Response from class org.keycloak.authentication.authenticators.LoginFormUsernameAuthenticator to protected disabledUser(context AuthenticatorContext) : Response from class org.keycloak.authentication.authenticators.AbstractFormAuthenticator | From | To | |
Pull Up Method public invalidUser(context AuthenticatorContext, user UserModel) : boolean from class org.keycloak.authentication.authenticators.LoginFormUsernameAuthenticator to public invalidUser(context AuthenticatorContext, user UserModel) : boolean from class org.keycloak.authentication.authenticators.AbstractFormAuthenticator | From | To | |
Pull Up Method protected temporarilyDisabledUser(context AuthenticatorContext) : Response from class org.keycloak.authentication.authenticators.LoginFormUsernameAuthenticator to protected temporarilyDisabledUser(context AuthenticatorContext) : Response from class org.keycloak.authentication.authenticators.AbstractFormAuthenticator | From | To | |
Pull Up Method protected invalidUser(context AuthenticatorContext) : Response from class org.keycloak.authentication.authenticators.LoginFormUsernameAuthenticator to protected invalidUser(context AuthenticatorContext) : Response from class org.keycloak.authentication.authenticators.AbstractFormAuthenticator | From | To | |
Inline Method | 1 | ||
Inline Method protected challenge(context AuthenticatorContext, formData MultivaluedMap<String,String>) : Response inlined to protected challenge(context AuthenticatorContext) : Response in class org.keycloak.authentication.authenticators.OTPFormAuthenticator | From | To | |
Extract Attribute | 2 | ||
Extract Attribute public BROWSER_FLOW : String in class org.keycloak.models.utils.DefaultAuthenticationFlows | From | To | |
Extract Attribute public FORMS_FLOW : String in class org.keycloak.models.utils.DefaultAuthenticationFlows | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.keycloak.authentication.authenticators.AbstractFormAuthenticator from classes [org.keycloak.authentication.authenticators.LoginFormUsernameAuthenticator, org.keycloak.authentication.authenticators.OTPFormAuthenticator] | From | To | |
Rename Attribute | 1 | ||
Rename Attribute eventBuilder : EventBuilder to event : EventBuilder in class org.keycloak.authentication.AuthenticationProcessor | From | To | |
Extract Variable | 2 | ||
Extract Variable requiredAction : String in method public processFlow(flowId String) : Response from class org.keycloak.authentication.AuthenticationProcessor | From | To | |
Extract Variable username : String in method protected authenticationComplete() : Response from class org.keycloak.authentication.AuthenticationProcessor | From | To | |
Extract Method | 1 | ||
Extract Method public getActionUrl(context AuthenticatorContext, code ClientSessionCode) : URI extracted from protected loginForm(context AuthenticatorContext) : LoginFormsProvider in class org.keycloak.authentication.authenticators.AbstractFormAuthenticator | From | To |