| 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) | keycloak | feef5b4db2add4d583630674afe778b9fdc551e0 | org.keycloak.storage.ClientStorageManager | | | _1 | getClients |
|---|
| _2 | getClientsStream |
|---|
| | v0 | session.clientLocalStorage() |
|---|
| v1 | maxResults |
|---|
| v2 | realm |
|---|
| v3 | firstResult |
|---|
| | | v0 | session.clientLocalStorage() |
|---|
| v1 | maxResults |
|---|
| v2 | realm |
|---|
| v3 | firstResult |
|---|
| Returns | True |
| 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) | keycloak | feef5b4db2add4d583630674afe778b9fdc551e0 | org.keycloak.models.jpa.RealmAdapter | | | _1 | getClients |
|---|
| _2 | getClientsStream |
|---|
| | v0 | session.clients() |
|---|
| v1 | maxResults |
|---|
| v2 | this |
|---|
| v3 | firstResult |
|---|
| | | v0 | session.clients() |
|---|
| v1 | maxResults |
|---|
| v2 | this |
|---|
| v3 | firstResult |
|---|
| Returns | True |
| return getClientDelegate().getClients(realm,firstResult,maxResults); | return getClientDelegate().getClientsStream(realm,firstResult,maxResults); | getClientDelegate().getClients(realm,firstResult,maxResults) | getClientDelegate().getClientsStream(realm,firstResult,maxResults) | keycloak | feef5b4db2add4d583630674afe778b9fdc551e0 | org.keycloak.models.cache.infinispan.RealmCacheSession | | | _1 | getClients |
|---|
| _2 | getClientsStream |
|---|
| | v0 | getClientDelegate() |
|---|
| v1 | maxResults |
|---|
| v2 | realm |
|---|
| v3 | firstResult |
|---|
| | | v0 | getClientDelegate() |
|---|
| v1 | maxResults |
|---|
| v2 | realm |
|---|
| v3 | firstResult |
|---|
| Returns | True |
| return cacheSession.getClients(this,firstResult,maxResults); | return cacheSession.getClientsStream(this,firstResult,maxResults); | cacheSession.getClients(this,firstResult,maxResults) | cacheSession.getClientsStream(this,firstResult,maxResults) | keycloak | feef5b4db2add4d583630674afe778b9fdc551e0 | org.keycloak.models.cache.infinispan.RealmAdapter | | | _1 | getClients |
|---|
| _2 | getClientsStream |
|---|
| | v0 | cacheSession |
|---|
| v1 | maxResults |
|---|
| v2 | this |
|---|
| v3 | firstResult |
|---|
| | | v0 | cacheSession |
|---|
| v1 | maxResults |
|---|
| v2 | this |
|---|
| v3 | firstResult |
|---|
| Returns | True |