9c6e6c82840f256f10e0307d7bef4116ca4c425c
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public addCachedApplication(app CachedApplication) : void renamed to public addCachedClient(app CachedClient) : void in class org.keycloak.models.cache.RealmCache | From | To | |
Rename Method public addCachedApplication(app CachedApplication) : void renamed to public addCachedClient(app CachedClient) : void in class org.keycloak.models.cache.MemoryRealmCache | From | To | |
Rename Method public getMasterAdminApp() : String renamed to public getMasterAdminClient() : String in class org.keycloak.models.cache.entities.CachedRealm | From | To | |
Rename Method public addCachedApplication(app CachedApplication) : void renamed to public addCachedClient(app CachedClient) : void in class org.keycloak.models.cache.infinispan.InfinispanRealmCache | From | To | |
Change Parameter Type | 7 | ||
Change Parameter Type app : CachedApplication to app : CachedClient in method public invalidateApplication(app CachedClient) : void in class org.keycloak.models.cache.MemoryRealmCache | From | To | |
Change Parameter Type cached : CachedApplication to cached : CachedClient in method public ClientAdapter(cachedRealm RealmModel, cached CachedClient, cacheSession CacheRealmProvider, cache RealmCache) in class org.keycloak.models.cache.ClientAdapter | From | To | |
Change Parameter Type app : CachedApplication to app : CachedClient in method public invalidateApplication(app CachedClient) : void in class org.keycloak.models.cache.RealmCache | From | To | |
Change Parameter Type app : CachedApplication to app : CachedClient in method public addCachedClient(app CachedClient) : void in class org.keycloak.models.cache.RealmCache | From | To | |
Change Parameter Type app : CachedApplication to app : CachedClient in method public addCachedClient(app CachedClient) : void in class org.keycloak.models.cache.infinispan.InfinispanRealmCache | From | To | |
Change Parameter Type app : CachedApplication to app : CachedClient in method public addCachedClient(app CachedClient) : void in class org.keycloak.models.cache.MemoryRealmCache | From | To | |
Change Parameter Type app : CachedApplication to app : CachedClient in method public invalidateApplication(app CachedClient) : void in class org.keycloak.models.cache.infinispan.InfinispanRealmCache | From | To | |
Rename Variable | 2 | ||
Rename Variable app : ClientModel to client : ClientModel in method public CachedRealm(cache RealmCache, delegate RealmProvider, model RealmModel) in class org.keycloak.models.cache.entities.CachedRealm | From | To | |
Rename Variable cachedApp : CachedApplication to cachedClient : CachedClient in method public CachedRealm(cache RealmCache, delegate RealmProvider, model RealmModel) in class org.keycloak.models.cache.entities.CachedRealm | From | To | |
Change Return Type | 3 | ||
Change Return Type CachedApplication to CachedClient in method public getApplication(id String) : CachedClient in class org.keycloak.models.cache.RealmCache | From | To | |
Change Return Type CachedApplication to CachedClient in method public getApplication(id String) : CachedClient in class org.keycloak.models.cache.infinispan.InfinispanRealmCache | From | To | |
Change Return Type CachedApplication to CachedClient in method public getApplication(id String) : CachedClient in class org.keycloak.models.cache.MemoryRealmCache | From | To | |
Rename Class | 1 | ||
Rename Class org.keycloak.models.cache.entities.CachedApplication renamed to org.keycloak.models.cache.entities.CachedClient | From | To | |
Rename Attribute | 1 | ||
Rename Attribute masterAdminApp : String to masterAdminClient : String in class org.keycloak.models.cache.entities.CachedRealm | From | To | |
Change Variable Type | 3 | ||
Change Variable Type cachedApp : CachedApplication to cachedClient : CachedClient in method public CachedRealm(cache RealmCache, delegate RealmProvider, model RealmModel) in class org.keycloak.models.cache.entities.CachedRealm | From | To | |
Change Variable Type cached : CachedApplication to cached : CachedClient in method public getClientById(id String, realm RealmModel) : ClientModel in class org.keycloak.models.cache.DefaultCacheRealmProvider | From | To | |
Change Variable Type appRole : CachedApplicationRole to appRole : CachedClientRole in method public getContainer() : RoleContainerModel in class org.keycloak.models.cache.RoleAdapter | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type applicationCache : ConcurrentHashMap<String,CachedApplication> to applicationCache : ConcurrentHashMap<String,CachedClient> in class org.keycloak.models.cache.MemoryRealmCache | From | To | |
Change Attribute Type cached : CachedApplication to cached : CachedClient in class org.keycloak.models.cache.ClientAdapter | From | To |