|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.security.Result
public class Result
This module is used by User Registries in WebSphere when calling the getUsers and getGroups method. The user registries should use this to set the list of users/groups and to indicate if there are more users/groups in the registry than requested.
Constructor Summary | |
---|---|
Result()
Default constructor |
Method Summary | |
---|---|
java.util.List |
getList()
Returns the list of users/groups |
boolean |
hasMore()
indicates if there are more users/groups in the registry |
void |
setHasMore()
Set the flag to indicate that there are more users/groups in the registry to true |
void |
setList(java.util.List list)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Result()
Method Detail |
---|
public java.util.List getList()
public boolean hasMore()
public void setHasMore()
public void setList(java.util.List list)
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |