f5bacb79c116dc85166ea807c14348efb807b828
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 31
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method protected createAuthenticator(factory AuthenticatorFactory) : Authenticator extracted from public processAction(actionExecution String) : Response in class org.keycloak.authentication.DefaultAuthenticationFlow | From | To | |
Extract Method public createRequiredAction(session KeycloakSession, factory RequiredActionFactory, authSession AuthenticationSessionModel) : RequiredActionProvider extracted from protected executionActions(session KeycloakSession, authSession AuthenticationSessionModel, request HttpRequest, event EventBuilder, realm RealmModel, user UserModel, requiredActions Set<String>) : Response in class org.keycloak.services.managers.AuthenticationManager | From | To | |
Extract Method protected createAuthenticator(factory AuthenticatorFactory) : Authenticator extracted from public processFlow() : Response in class org.keycloak.authentication.DefaultAuthenticationFlow | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public createRequiredAction(session KeycloakSession, factory RequiredActionFactory, authSession AuthenticationSessionModel) : RequiredActionProvider extracted from private processRequireAction(authSessionId String, code String, action String, clientId String, tabId String) : Response in class org.keycloak.services.resources.LoginActionsService & moved to class org.keycloak.services.managers.AuthenticationManager | From | To |