You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expression mentioned above is fetching all the rows from DB for a zone id. As the method also accepts count parameter, can't we utilize this in the query to limit the result set instead of iterating and collecting the required rows below in filterForCurrentUser method.
The text was updated successfully, but these errors were encountered:
uaa/server/src/main/java/org/cloudfoundry/identity/uaa/scim/endpoints/ScimGroupEndpoints.java
Line 152 in ceff2bb
The expression mentioned above is fetching all the rows from DB for a zone id. As the method also accepts count parameter, can't we utilize this in the query to limit the result set instead of iterating and collecting the required rows below in filterForCurrentUser method.
The text was updated successfully, but these errors were encountered: