c431cc1b01627128cdd525cfa23e0d5be45c76fa
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 25
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public checkAuthenticationSessionFromCookieMatchesOneFromToken(context ActionTokenContext<T>, authSessionIdFromToken String) : void renamed to public doesAuthenticationSessionFromCookieMatchOneFromToken(context ActionTokenContext<T>, authSessionIdFromToken String) : boolean in class org.keycloak.services.resources.LoginActionsServiceChecks | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to boolean in method public doesAuthenticationSessionFromCookieMatchOneFromToken(context ActionTokenContext<T>, authSessionIdFromToken String) : boolean in class org.keycloak.services.resources.LoginActionsServiceChecks | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.keycloak.authentication.actiontoken.ActionTokenHandler.ProcessFlow moved and renamed to org.keycloak.authentication.actiontoken.ActionTokenContext.ProcessAuthenticateFlow | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type copy : HashMap<String,String> to copy : ConcurrentHashMap<String,String> in method public getUserSessionNotes() : Map<String,String> in class org.keycloak.models.sessions.infinispan.AuthenticationSessionAdapter | From | To | |
| Extract Method | 2 | ||
| Extract Method public initProperties() : void extracted from public before() : void in class org.keycloak.testsuite.rule.WebRule | From | To | |
| Extract Method private lazyInit(session KeycloakSession) : void extracted from public create(session KeycloakSession) : AuthenticationSessionProvider in class org.keycloak.models.sessions.infinispan.InfinispanAuthenticationSessionProviderFactory | From | To |