com.ibm.websphere.security

Class Result

  1. java.lang.Object
  2. extended bycom.ibm.websphere.security.Result
All implemented interfaces:
java.io.Serializable

  1. public class Result
  2. extends java.lang.Object
  3. 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

Constructor and Description
Result()
Default constructor

Method Summary

Modifier and Type Method and Description
  1. java.util.List
getList()
Returns the list of users/groups
  1. boolean
hasMore()
indicates if there are more users/groups in the registry
  1. void
setHasMore()
Set the flag to indicate that there are more users/groups in the registry to true
  1. 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

Result

  1. public Result()
Default constructor

Method Detail

getList

  1. public java.util.List getList()
Returns the list of users/groups
Returns:
the list of users/groups

hasMore

  1. public boolean hasMore()
indicates if there are more users/groups in the registry

setHasMore

  1. public void setHasMore()
Set the flag to indicate that there are more users/groups in the registry to true

setList

  1. public void setList(java.util.List list)