com.ibm.websphere.security
Class Result
- java.lang.Object
com.ibm.websphere.security.Result
All implemented interfaces:
java.io.Serializable
- public class Result
- extends java.lang.Object
- implements java.io.Serializable
See Also:
Constructor Summary
Constructor and Description |
---|
Result()
Default constructor
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getList()
Returns the list of users/groups
|
|
hasMore()
indicates if there are more users/groups in the registry
|
|
setHasMore()
Set the flag to indicate that there are more users/groups in the registry to true
|
|
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
- public Result()
Default constructor
Method Detail
getList
- public java.util.List getList()
Returns the list of users/groups
Returns:
the list of users/groups
hasMore
- public boolean hasMore()
indicates if there are more users/groups in the registry
setHasMore
- public void setHasMore()
Set the flag to indicate that there are more users/groups in the registry to true
setList
- public void setList(java.util.List list)