org.apache.manifoldcf.crawler.connectors.webcrawler
Class CredentialsDescription.LoginParameterIterator

java.lang.Object
  extended by org.apache.manifoldcf.crawler.connectors.webcrawler.CredentialsDescription.LoginParameterIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
CredentialsDescription

protected static class CredentialsDescription.LoginParameterIterator
extends java.lang.Object
implements java.util.Iterator

LoginParameter iterator


Field Summary
protected  LoginParameters currentOne
           
protected  java.lang.String documentIdentifier
           
protected  java.util.Iterator sessionPageIterator
           
protected  java.util.Map sessionPages
           
 
Constructor Summary
CredentialsDescription.LoginParameterIterator(java.util.Map sessionPages, java.lang.String documentIdentifier)
          Constructor
 
Method Summary
protected  void findNextOne()
          Find next one
 boolean hasNext()
          Check for next
 java.lang.Object next()
          Get the next one
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sessionPages

protected java.util.Map sessionPages

sessionPageIterator

protected java.util.Iterator sessionPageIterator

documentIdentifier

protected java.lang.String documentIdentifier

currentOne

protected LoginParameters currentOne
Constructor Detail

CredentialsDescription.LoginParameterIterator

public CredentialsDescription.LoginParameterIterator(java.util.Map sessionPages,
                                                     java.lang.String documentIdentifier)
Constructor

Method Detail

findNextOne

protected void findNextOne()
Find next one


hasNext

public boolean hasNext()
Check for next

Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Get the next one

Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator