Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to parse the String filter? #72

Open
ghost opened this issue Mar 19, 2020 · 1 comment
Open

How to parse the String filter? #72

ghost opened this issue Mar 19, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 19, 2020

Hello guys,

is there an example how to use the QueryFilterParser for the String filter?

many thanks in advance

@karaimin
Copy link
Contributor

Hi @tihefrequi ,
QueryFilterParser is based on antlr. It executes antr visitors according against the scim query string. More information about what is antlr you can find here
Depending on what you want to validate, you can write your own filter visitor.
Scimono has implementation of such validators that are used for different scenarios. For example Patch request validation uses such validation for the path attribute.

You can find examples in the unit tests. (e.g ValuePathAttributesValidationVisitorTest)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant