elimity-com / scim

Golang Implementation of the SCIM v2 Specification
MIT License
177 stars 55 forks source link

ListRequestParams: expose validator instead of just plain filter #146

Closed mibanescu closed 7 months ago

mibanescu commented 2 years ago

Filter can be retrieved with GetFilter() - but having the validator allows for one to call PassesFilter() in the GetAll handler functions.