|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that Portal UserManagerImpl will use to try and and do optimized searches for Users using a search filter. If a realm implements this interface, the UserManagerImpl will do the optimized query.
Method Summary | |
java.util.Enumeration |
getGroupUsers(java.lang.String groupName,
java.lang.String searchStr,
int maxResults)
Does a filtered search for users. |
java.util.Enumeration |
getUsers(java.lang.String searchStr,
int maxResults)
Does a filtered search for users. |
Method Detail |
public java.util.Enumeration getUsers(java.lang.String searchStr, int maxResults)
searchStr
- realm specific search StringmaxResults
- maximum number of results to returnpublic java.util.Enumeration getGroupUsers(java.lang.String groupName, java.lang.String searchStr, int maxResults)
searchStr
- realm specific search StringmaxResults
- maximum number of results to return
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |