protected static class CredentialsDescription.LoginParameterIterator
extends java.lang.Object
implements java.util.Iterator
| Modifier and Type | Field and Description |
|---|---|
protected LoginParameters |
currentOne |
protected java.lang.String |
documentIdentifier |
protected int |
sessionCredentialIndex |
protected java.util.List<CredentialsDescription.SessionCredentialItem> |
sessionPages |
| Constructor and Description |
|---|
LoginParameterIterator(java.util.List<CredentialsDescription.SessionCredentialItem> sessionPages,
java.lang.String documentIdentifier)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
findNextOne()
Find next one
|
boolean |
hasNext()
Check for next
|
java.lang.Object |
next()
Get the next one
|
void |
remove() |
protected final java.util.List<CredentialsDescription.SessionCredentialItem> sessionPages
protected final java.lang.String documentIdentifier
protected int sessionCredentialIndex
protected LoginParameters currentOne
public LoginParameterIterator(java.util.List<CredentialsDescription.SessionCredentialItem> sessionPages, java.lang.String documentIdentifier)
protected void findNextOne()
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iterator