Hi All,

How listUsers, listGroups methods should behave when domain is not
specified ?


*1. listUsers(int offset, int length)*
Take primary domain as user store domain and provide paginated result.


*2. listUsers(Claim claim, int offset, int length)*Take primary domain as
user store domain and provide paginated, filtered result.


*3. listUsers(MetaClaim metaClaim, String filterPattern, int offset, int
length)*Take primary domain as user store domain and provide paginated,
filtered result.


*4. listUsers(List<Claim> claims, int offset, int length)*
Iterate through all user store domains and provide paginated, filtered
result.

IMO behavior of *1* is correct but *2, 3, 4 need to be *consistent. I think *2,
3 *also behave as *4*. Please correct me If I am wrong.

Thanks,
Gayan


-- 
Gayan Gunawardana
Software Engineer; WSO2 Inc.; http://wso2.com/
Email: [email protected]
Mobile: +94 (71) 8020933
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to