Class AuthenticatorCollection
- java.lang.Object
-
- com.netscape.certsrv.base.DataCollection<AuthenticatorData>
-
- com.netscape.certsrv.tps.authenticator.AuthenticatorCollection
-
public class AuthenticatorCollection extends DataCollection<AuthenticatorData>
- Author:
- Endi S. Dewata
-
-
Field Summary
-
Fields inherited from class com.netscape.certsrv.base.DataCollection
entries, links, total
-
-
Constructor Summary
Constructors Constructor Description AuthenticatorCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<AuthenticatorData>
getEntries()
-
Methods inherited from class com.netscape.certsrv.base.DataCollection
addEntry, addLink, equals, getLinks, getTotal, hashCode, removeEntry, removeLink, setEntries, setLinks, setTotal
-
-
-
-
Method Detail
-
getEntries
public java.util.Collection<AuthenticatorData> getEntries()
- Overrides:
getEntries
in classDataCollection<AuthenticatorData>
-
-