Toggle navigation
Home
org.keycloak.representations.idm.ApplicationRepresentation to org.keycloak.representations.idm.ClientRepresentation
No. of Instances - 20
No. of Commits - 3
No. of Projects - {'keycloak'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
rep.getName()
to
rep.getClientId()
rep.getName()
to
rep.getClientId()
appRep.getName()
to
appRep.getClientId()
resourceRep.getName()
to
resourceRep.getClientId()
appRep.getName()
to
appRep.getClientId()
storedApp.getName()
to
storedApp.getClientId()
appRep.getName()
to
appRep.getClientId()
rep.getName()
to
rep.getClientId()
exists
to
exists
appRep.getName()
to
appRep.getClientId()
storedApp.getName()
to
storedApp.getClientId()
resourceRep.getName()
to
resourceRep.getClientId()
realm.addClient(resourceRep.getId(),resourceRep.getName())
to
realm.addClient(resourceRep.getId(),resourceRep.getClientId())
resourceRep.getName()
to
resourceRep.getClientId()
resourceRep.getName()
to
resourceRep.getClientId()
rep.getApplications()
to
rep.getClients()
rep.getApplications()
to
rep.getClients()
rep.getApplications()
to
rep.getClients()
Rename Variable
appRep
to
clientRep
exportApplication
to
exportClient
appReps
to
clientReps
app
to
clientRep
app
to
clientRep
app
to
clientRep
Rename Method invocation
createApplication
to
createClient
setName
to
setClientId
updateApplication
to
updateClient
Cascading Type Change (Different)
LinkedList<String>
to
LinkedList<>
LinkedList<String>
to
LinkedList<>
HashMap<String,Integer>
to
HashMap<>
ArrayList<ApplicationRepresentation>
to
ArrayList<>
Cascading Type Change (Similar)
List<ApplicationRepresentation>
to
List<ClientRepresentation>