| userModels = session.users().searchForUser(attributes,realm,firstResult,maxResults) | userModels = session.users().searchForUserStream(attributes,realm,firstResult,maxResults) | session.users().searchForUser(attributes,realm,firstResult,maxResults) | session.users().searchForUserStream(attributes,realm,firstResult,maxResults) | keycloak | 73d0bb34c4d8a6826e538f2a81bef515732a59c9 | org.keycloak.services.resources.admin.UsersResource | | | | v0 | session.users() |
|---|
| v1 | firstResult |
|---|
| v2 | maxResults |
|---|
| v3 | attributes |
|---|
| v4 | realm |
|---|
| | | v0 | session.users() |
|---|
| v1 | firstResult |
|---|
| v2 | maxResults |
|---|
| v3 | attributes |
|---|
| v4 | realm |
|---|
| AssignedTo | True |
| return getDelegate().searchForUser(attributes,realm,firstResult,maxResults); | return getDelegate().searchForUserStream(attributes,realm,firstResult,maxResults); | getDelegate().searchForUser(attributes,realm,firstResult,maxResults) | getDelegate().searchForUserStream(attributes,realm,firstResult,maxResults) | keycloak | aa4673517308a2f6b8214b192eb2151554564718 | org.keycloak.models.cache.infinispan.UserCacheSession | | | _1 | searchForUser |
|---|
| _2 | searchForUserStream |
|---|
| | v0 | getDelegate() |
|---|
| v1 | firstResult |
|---|
| v2 | maxResults |
|---|
| v3 | attributes |
|---|
| v4 | realm |
|---|
| | | v0 | getDelegate() |
|---|
| v1 | firstResult |
|---|
| v2 | maxResults |
|---|
| v3 | attributes |
|---|
| v4 | realm |
|---|
| Returns | True |
| return getDelegate().searchForUser(search,realm,firstResult,maxResults); | return getDelegate().searchForUserStream(search,realm,firstResult,maxResults); | getDelegate().searchForUser(search,realm,firstResult,maxResults) | getDelegate().searchForUserStream(search,realm,firstResult,maxResults) | keycloak | aa4673517308a2f6b8214b192eb2151554564718 | org.keycloak.models.cache.infinispan.UserCacheSession | | | _1 | searchForUser |
|---|
| _2 | searchForUserStream |
|---|
| | v0 | getDelegate() |
|---|
| v1 | firstResult |
|---|
| v2 | maxResults |
|---|
| v3 | search |
|---|
| v4 | realm |
|---|
| | | v0 | getDelegate() |
|---|
| v1 | firstResult |
|---|
| v2 | maxResults |
|---|
| v3 | search |
|---|
| v4 | realm |
|---|
| Returns | True |