OriginalCompleteBeforeOriginalCompleteAfterBeforeAfterProjectCommitCompilationUnitLineNosNamesTemplateVariableToCodeBeforeRelevantImportsTemplateVariableToCodeAfterisRelevantisSafe
return session.clientLocalStorage().getClients(realm,firstResult,maxResults);return session.clientLocalStorage().getClientsStream(realm,firstResult,maxResults);session.clientLocalStorage().getClients(realm,firstResult,maxResults)session.clientLocalStorage().getClientsStream(realm,firstResult,maxResults)keycloakfeef5b4db2add4d583630674afe778b9fdc551e0org.keycloak.storage.ClientStorageManager
_1173
_2183
_1getClients
_2getClientsStream
v0session.clientLocalStorage()
v1maxResults
v2realm
v3firstResult
v0session.clientLocalStorage()
v1maxResults
v2realm
v3firstResult
ReturnsTrue
return session.clients().getClients(this,firstResult,maxResults);return session.clients().getClientsStream(this,firstResult,maxResults);session.clients().getClients(this,firstResult,maxResults)session.clients().getClientsStream(this,firstResult,maxResults)keycloakfeef5b4db2add4d583630674afe778b9fdc551e0org.keycloak.models.jpa.RealmAdapter
_1836
_2837
_1getClients
_2getClientsStream
v0session.clients()
v1maxResults
v2this
v3firstResult
v0session.clients()
v1maxResults
v2this
v3firstResult
ReturnsTrue
return getClientDelegate().getClients(realm,firstResult,maxResults);return getClientDelegate().getClientsStream(realm,firstResult,maxResults);getClientDelegate().getClients(realm,firstResult,maxResults)getClientDelegate().getClientsStream(realm,firstResult,maxResults)keycloakfeef5b4db2add4d583630674afe778b9fdc551e0org.keycloak.models.cache.infinispan.RealmCacheSession
_1540
_2542
_1getClients
_2getClientsStream
v0getClientDelegate()
v1maxResults
v2realm
v3firstResult
v0getClientDelegate()
v1maxResults
v2realm
v3firstResult
ReturnsTrue
return cacheSession.getClients(this,firstResult,maxResults);return cacheSession.getClientsStream(this,firstResult,maxResults);cacheSession.getClients(this,firstResult,maxResults)cacheSession.getClientsStream(this,firstResult,maxResults)keycloakfeef5b4db2add4d583630674afe778b9fdc551e0org.keycloak.models.cache.infinispan.RealmAdapter
_1798
_2799
_1getClients
_2getClientsStream
v0cacheSession
v1maxResults
v2this
v3firstResult
v0cacheSession
v1maxResults
v2this
v3firstResult
ReturnsTrue