|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuniserv.ws.Authentication
public class Authentication
| Constructor Summary | |
|---|---|
Authentication()
Initializes a newly created Authentication object with empty registration number and passowrd. |
|
| Method Summary | |
|---|---|
java.lang.String |
getPassword()
|
java.lang.String |
getRegistrationNumber()
|
void |
setPassword(java.lang.String c)
|
void |
setRegistrationNumber(java.lang.String c)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Authentication()
| Method Detail |
|---|
public void setPassword(java.lang.String c)
password - The valid password for the Uniserv ASP accountpublic void setRegistrationNumber(java.lang.String c)
registrationNumber - The valid registration number for the Uniserv ASP accountpublic java.lang.String getPassword()
public java.lang.String getRegistrationNumber()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||