|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmassim.framework.connection.UsernamePasswordAuthentication
public class UsernamePasswordAuthentication
This class represents a username/password-style authentication.
Field Summary | |
---|---|
java.lang.String |
password
password component for this authentication |
java.lang.String |
username
username component for this authentication |
Constructor Summary | |
---|---|
UsernamePasswordAuthentication()
Constructs a new UsernamePasswordAuthentication object. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String username
public java.lang.String password
Constructor Detail |
---|
public UsernamePasswordAuthentication()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |