f429469fc8b80425ac85b0f0562710c0309a86f8
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getCurrentAuthenticationSessionId(realm RealmModel) : String renamed to public getCurrentRootAuthenticationSession(realm RealmModel) : RootAuthenticationSessionModel in class org.keycloak.services.managers.AuthenticationSessionManager | From | To | |
Rename Variable | 1 | ||
Rename Variable authSessionId : String to authSessionIds : List<String> in method public getCurrentAuthenticationSession(realm RealmModel, client ClientModel, tabId String) : AuthenticationSessionModel in class org.keycloak.services.managers.AuthenticationSessionManager | From | To | |
Change Return Type | 2 | ||
Change Return Type String to RootAuthenticationSessionModel in method public getCurrentRootAuthenticationSession(realm RealmModel) : RootAuthenticationSessionModel in class org.keycloak.services.managers.AuthenticationSessionManager | From | To | |
Change Return Type String to Set<String> in method public getCookieValue(name String) : Set<String> in class org.keycloak.services.util.CookieHelper | From | To | |
Change Variable Type | 1 | ||
Change Variable Type authSessionId : String to authSessionIds : List<String> in method public getCurrentAuthenticationSession(realm RealmModel, client ClientModel, tabId String) : AuthenticationSessionModel in class org.keycloak.services.managers.AuthenticationSessionManager | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public getUserSessionFromAuthCookie(realm RealmModel) : UserSessionModel extracted from public initialVerifyAuthSession() : AuthenticationSessionModel in class org.keycloak.services.resources.SessionCodeChecks & moved to class org.keycloak.services.managers.AuthenticationSessionManager | From | To |