net.sf.regain.crawler.access
Class AccountPasswordEntry
java.lang.Object
net.sf.regain.crawler.access.AccountPasswordEntry
public class AccountPasswordEntry
- extends Object
This class represents a account-password entitiy for authentication purposes.
- Author:
- Thomas Tesche (thtesche), http://www.thtesche.com/
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
accountName
private String accountName
password
private String password
AccountPasswordEntry
public AccountPasswordEntry()
getAccountName
public String getAccountName()
setAccountName
public void setAccountName(String username)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
Regain 2.1.0-STABLE, Copyright (C) 2004-2010 Til Schneider, www.murfman.de, Thomas Tesche, www.clustersystems.info