[Geoserver-devel] Can we manage Entity of the Tenant user in Tenant layer on GeoServer

Hi,
my project is multi-tenant based and I need to get tenant users specific Entity(Point, line, polygon etc) from Tenant Layer(Point layer, Line layer, Polygon layer) created on GeoServer.

Means I want to create the Tenant-based layer and Tenant have multiple users.

For example, I have one tenant that having 10 users. so I created 3 layers of the tenant namely Point, Line, and Polygon layer and each has 10-10 Entity.

There is any way to get user specific Entity from the layer?

so I have the question to get the result as:

1.Only get User-specific Entity from the layer that belongs to the same user.(doesn’t show another user Entity of the same tenant from the layer) while sending a request to GeoServer either using services(WMS, WFS etc)?

I’m new don’t know how to manage user-specific data in Tenant-based layers for the Tenant users.

Please tell me the way to achieve same with the useful link.

Thanks.