org.keycloak.models.ApplicationModel to org.keycloak.models.ClientModel
No. of Instances - 219
No. of Commits - 1
No. of Projects - {'keycloak'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
- Cascading Type Change (Different)
- ApplicationAdapter to ClientAdapter
- ArrayList<ClientModel> to ArrayList<>
- ApplicationAdapter to ClientAdapter
- ApplicationAdapter to ClientAdapter
- ApplicationAdapter to ClientAdapter
- ApplicationAdapter to ClientAdapter
- ApplicationAdapter to ClientAdapter
- ApplicationAdapter to ClientAdapter
- Rename Variable
- getApplicationByName to getClientByClientId
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModels to clientModels
- getApplicationById to getClientById
- getApplicationByName to getClientByClientId
- getApplicationById to getClientById
- getApplicationById to getClientById
- getApplicationById to getClientById
- applicationModel to clientModel
- applicationModel to clientModel
- apps to clients
- apps to clients
- apps to clients
- apps to clients
- apps to clients
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- getApplicationById to getClientById
- getApplicationById to getClientById
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- applicationModel to clientModel
- Add or Remove Method invocation
- realmModel.removeApplication(app.getId()) to realmModel.removeClient(app.getId())
- realmModel.removeApplication(app.getId()) to realmModel.removeClient(app.getId())
- realmModel.getApplicationById(app.getId()) to realmModel.getClientById(app.getId())
- realmModel.getApplicationByName("app1") to realmModel.getClientByClientId("app1")
- expected.getName() to expected.getClientId()
- actual.getName() to actual.getClientId()
- app.getName() to app.getClientId()
- resource.getName() to resource.getClientId()
- token.getResourceAccess(app.getName()) to token.getResourceAccess(app.getClientId())
- token.addAccess(app.getName()) to token.addAccess(app.getClientId())
- realm.removeApplication(application.getId()) to realm.removeClient(application.getId())
- application.getName() to application.getClientId()
- resource.getName() to resource.getClientId()
- resource.getName() to resource.getClientId()
- resource.getName() to resource.getClientId()
- resource.getName() to resource.getClientId()
- resource.getName() to resource.getClientId()
- app.getName() to app.getClientId()
- app.getName() to app.getClientId()
- resource.getName() to resource.getClientId()
- resource.getName() to resource.getClientId()
- getApplicationNameMap() to getClientNameMap()
- application.getName() to application.getClientId()
- app.getName() to app.getClientId()
- realmModel.getApplicationByName("app2") to realmModel.getClientByClientId("app2")
- app.getName() to app.getClientId()
- app.getName() to app.getClientId()
- resource.getName() to resource.getClientId()
- app.getName() to app.getClientId()
- app.getName().equals(appName) to app.getClientId().equals(appName)
- realm2.getApplicationById(r1app1.getId()) to realm2.getClientById(r1app1.getId())
- application.getName() to application.getClientId()
- realm.addApplication("application") to realm.addClient("application")
- realm.addApplication("app-123","application2") to realm.addClient("app-123","application2")
- realmManager.getRealm(realm.getId()).getApplicationById("app-123") to realmManager.getRealm(realm.getId()).getClientById("app-123")
- app.getName() to app.getClientId()
- expected.getName() to expected.getClientId()
- actual.getName() to actual.getClientId()
- application.getName() to application.getClientId()
- application.getName() to application.getClientId()
- app.getName() to app.getClientId()
- app.getName().equals(name) to app.getClientId().equals(clientId)
- application.getName() to application.getClientId()
- realmModel.getApplicationByName("test-app") to realmModel.getClientByClientId("test-app")
- application.getName() to application.getClientId()
- application.getName() to application.getClientId()
- application.getName() to application.getClientId()
- app.getName() to app.getClientId()
- Cascading Type Change (Similar)
- List<ApplicationModel> to List<ClientModel>
- ApplicationModel to ClientModel
- Map<String,ApplicationModel> to Map<String,ClientModel>
- ApplicationModel to ClientModel
- ApplicationModel to ClientModel
- Rename Method invocation
- getApplications to getClients
- addProtocolMapper to removeProtocolMapper
- getApplicationByName to getClientByClientId
- getName to getClientId
- getName to getClientId
- getApplicationByName to getClientByClientId
- setName to setClientId
- getApplicationNameMap to getClientNameMap
- getName to getClientId
- getApplicationById to getClientById
- setName to setClientId
- getApplicationByName to getClientByClientId
- getApplicationById to getClientById
- Other