[jboss-dev-forums] [Design of JBoss Identity] - Re: JBoss Identity Design Preview
jeff.yuchang
do-not-reply at jboss.com
Fri Oct 24 06:28:38 EDT 2008
Hi,
One thought for the API:
Collection findAssociatedIdentities(Group group,
boolean inherited,
int offset, int limit,
boolean orderedByName,
boolean ascending) throws IdentityException;
For this API, can we wrap the offset, limit, orderedByName, ascending into a parameter Object, so that it other project might be easier to extend this class meet some other projects needs.
I also noticed that the other methods, such as findAssociatedGroups(....).
Thoughts?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184430#4184430
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184430
More information about the jboss-dev-forums
mailing list