|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.gee.publication.net.Login
public class Login
Login information for password protected accounts. This login information can be used for access to HTTP and FTP servers.
| Field Summary | |
|---|---|
protected String |
_origPassword
Since WConfuse.confuse("aap") might not be equal to a second WConfuse.confuse("aap"). |
String |
password
The password for "_userName". |
String |
userName
The user name. |
| Constructor Summary | |
|---|---|
Login(String userName,
String password)
Creates a new object with login information. |
|
| Method Summary | |
|---|---|
boolean |
equals(Login other)
Compare two login objects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String userName
public String password
protected String _origPassword
| Constructor Detail |
|---|
public Login(String userName,
String password)
userName - The login namepassword - The password for the login| Method Detail |
|---|
public boolean equals(Login other)
other - another login object to compare against.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||