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()
UsernamePasswordEntry
public void UsernamePasswordEntry(String name,
String passw)
- constructor for class.
- Parameters:
name - accountName of the entrypassword - of the entry
getAccountName
public String getAccountName()
setAccountName
public void setAccountName(String username)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
Regain 1.7.7-STABLE, Copyright (C) 2004-2010 Til Schneider, www.murfman.de, Thomas Tesche, www.clustersystems.info