|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RoleUserCredentials
This interface needs to be implemented by all credentials classes that
work with RoleUsersManagers, which
is the default user management in RIFE.
Credentials aren't the same as the actual account information of a user, they provide the data that is submitted and that needs to be verified.
| Method Summary | |
|---|---|
String |
getLogin()
Retrieves the submitted login. |
String |
getPassword()
Retrieves the submitted password. |
String |
getRole()
Retrieves the submitted role. |
void |
setLogin(String login)
Sets the login to submit. |
void |
setPassword(String password)
Sets the password to submit. |
void |
setRole(String role)
Sets the role to submit. |
| Methods inherited from interface com.uwyn.rife.site.Validated |
|---|
addRule, addValidationError, countValidationErrors, getRules, getValidatedSubjects, getValidationErrors, isSubjectValid, limitSubjectErrors, makeErrorValid, makeSubjectValid, provideValidatedBean, replaceValidationErrors, resetValidation, retrieveValidatedBean, unlimitSubjectErrors, validate, validate |
| Methods inherited from interface com.uwyn.rife.authentication.credentials.RememberMe |
|---|
getRemember, setRemember |
| Method Detail |
|---|
String getLogin()
void setLogin(String login)
login - the loginString getPassword()
void setPassword(String password)
password - the passwordString getRole()
void setRole(String role)
role - the role
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||