Package com.netscape.certsrv.user
Class UserCollection
- java.lang.Object
-
- com.netscape.certsrv.base.DataCollection<UserData>
-
- com.netscape.certsrv.user.UserCollection
-
public class UserCollection extends DataCollection<UserData>
- Author:
- Endi S. Dewata
-
-
Constructor Summary
Constructors Constructor Description UserCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<UserData>
getEntries()
-
Methods inherited from class com.netscape.certsrv.base.DataCollection
addEntry, addLink, getLinks, getTotal, removeEntry, removeLink, setEntries, setLinks, setTotal
-
-
-
-
Method Detail
-
getEntries
public java.util.Collection<UserData> getEntries()
- Overrides:
getEntries
in classDataCollection<UserData>
-
-