Re: [Dev] [IS] C5 Support for filtering

2017-02-13 Thread Darshana Gunawardana
[Re adding Vindula] On Tue, Feb 14, 2017 at 10:31 AM, Darshana Gunawardana wrote: > Hi all, > > Have we made any progress on this? Assuming that we are not covered these, > i have created few JIRAs to track these.. Please resolve them, if those are > already implemented or

Re: [Dev] [IS] C5 Support for filtering

2017-02-13 Thread Darshana Gunawardana
Hi all, Have we made any progress on this? Assuming that we are not covered these, i have created few JIRAs to track these.. Please resolve them, if those are already implemented or add any JIRA that needed to be added more. https://wso2.org/jira/browse/IDENTITY-5748 : "Add support for complex

Re: [Dev] [IS] C5 Support for filtering

2016-11-04 Thread Johann Nallathamby
We need to support simple filters, pagination and sorting from user-core APIs. I don't think there is a defined list of complex filters; it is endless. So we can't support it from user-core. So what we can do is we can provide a default implementation to evaluate complex filters using simple

Re: [Dev] [IS] C5 Support for filtering

2016-11-04 Thread Darshana Gunawardana
Hi, Do we have the support for complex filters, pagination, sorting from the C5 user-core? If not, we should support these since these are some major limitations we had in C4 user-core and we should avoid those limitations in C5. Thanks, On Thu, Oct 20, 2016 at 9:41 AM, Vindula Jayawardana

Re: [Dev] [IS] C5 Support for filtering

2016-10-19 Thread Vindula Jayawardana
Hi Chamila, On Tue, Oct 18, 2016 at 4:18 PM, Chamila Wijayarathna < cdwijayarat...@gmail.com> wrote: > Hi Johann, Vindula, > > On Tue, Oct 18, 2016 at 3:59 PM, Johann Nallathamby > wrote: > >> >> >> On Tue, Oct 18, 2016 at 10:05 AM, Vindula Jayawardana >>

Re: [Dev] [IS] C5 Support for filtering

2016-10-18 Thread Chamila Wijayarathna
Hi Johann, Vindula, On Tue, Oct 18, 2016 at 3:59 PM, Johann Nallathamby wrote: > > > On Tue, Oct 18, 2016 at 10:05 AM, Vindula Jayawardana > wrote: > >> Hi All, >> >> With the current user core implementation we support only the equal >> filter (e.g. userName

Re: [Dev] [IS] C5 Support for filtering

2016-10-18 Thread Gayan Gunawardana
On Tue, Oct 18, 2016 at 10:29 AM, Johann Nallathamby wrote: > > > On Tue, Oct 18, 2016 at 10:05 AM, Vindula Jayawardana > wrote: > >> Hi All, >> >> With the current user core implementation we support only the equal >> filter (e.g. userName Eq "john"). However

Re: [Dev] [IS] C5 Support for filtering

2016-10-17 Thread Johann Nallathamby
On Tue, Oct 18, 2016 at 10:05 AM, Vindula Jayawardana wrote: > Hi All, > > With the current user core implementation we support only the equal filter > (e.g. userName Eq "john"). However SCIM 2.0 specification [1] specify total > of 10 such simple filters and complex filters

[Dev] [IS] C5 Support for filtering

2016-10-17 Thread Vindula Jayawardana
Hi All, With the current user core implementation we support only the equal filter (e.g. userName Eq "john"). However SCIM 2.0 specification [1] specify total of 10 such simple filters and complex filters which are combinations of simple filters using logical and grouping operators (e.g. userType