|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.omus.core.AuthenticationData
Contains authentication data of a user. Gets passed to the
prepareLogin method in org.omus.ext.LoginExtension.
| Method Summary | |
java.lang.String |
getErrorCode()
Returns the error code or null if none was specified yet. |
java.lang.String |
getPassword()
Returns the password of the user. |
java.lang.String |
getUsername()
Returns the name of the user. |
void |
setErrorCode(java.lang.String newCode)
Sets the error code to the specified string. |
void |
setPassword(java.lang.String newPassword)
Sets the password of the user to the specified string. |
void |
setUsername(java.lang.String newName)
Sets the name of the user to the specified string. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String getUsername()
public java.lang.String getPassword()
public java.lang.String getErrorCode()
public void setUsername(java.lang.String newName)
public void setPassword(java.lang.String newPassword)
public void setErrorCode(java.lang.String newCode)
prepareLogin method in org.omus.ext.LoginExtension returns false so that
the login will be aborted.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||