|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.ci.comm.Credentials
public class Credentials
The credentials that can be used to authenticate.
Constructor Summary | |
---|---|
Credentials(String userName, String password) Constructor. |
Method Summary | |
---|---|
String |
getPassword() Returns the password for the user. |
String |
getUserName() Returns the name of the user to use to get access. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Credentials(String userName, String password)
userName
- the name of the user to use to get access.
password
- the password for the user.
Method Detail |
---|
public String getUserName()
public String getPassword()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |