com.ibm.websphere.security
Class Resultjava.lang.Objec | +--com.ibm.websphere.security.Result
All Implemented Interfaces:
- java.io.Serializable
- public class
Result
- extends java.lang.Object
- implements java.io.Serializable
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
See Also:
- Serialized Form
Constructor Summary
Result()
Default constructor
Method Summary
java.util.List getList()
Returns the list of users/groupsboolean hasMore()
indicates if there are more users/groups in the registryvoid setHasMore()
Set the flag to indicate that there are more users/groups in the registry to truevoid 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
Result
publicResult
()
- Default constructor
Method Detail
getList
public java.util.ListgetList
()
- Returns the list of users/groups
Returns:
- the list of users/groups
hasMore
public booleanhasMore
()
- indicates if there are more users/groups in the registry
setHasMore
public voidsetHasMore
()
- Set the flag to indicate that there are more users/groups in the registry to true
setList
public voidsetList
(java.util.List list)
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.