Updated Hybrid User Provider
I just received an email with the outstanding bugfixes to my hybrid user provider for openfire :)
- Changed on 14. Nov. 2007, 10:48
- by Chris Neasbitt
- -changed getUsers(int startIndex, int numResults) method to return a subset of the total users from all providers
- -changed the getUsers() method to use a vector internally since addAll is an optional method of the collection
- interface we cannot assume that all classes that support the collection interface also support the addAll method
- -changed the getUserCount() method to iterate through an array of providers while calling a private helper method
- getUserCount(UserProvider provider) on each of them.
*/
Thank you Chris Neasbitt! (Programmer III, Strategic Research and Analysis, Valdosta State University)
Download : hybriduserprovider.java