| com.uwyn.rife.authentication.credentials.RoleUser
RoleUser | public class RoleUser extends Validation implements RoleUserCredentials,RememberMe(Code) | | Provides standard
RoleUserCredentials functionalities by
implementing the property accessors and setting up basic validation rules.
These rules make the login and password mandatory and limit their length
according to the settings in
com.uwyn.rife.config.RifeConfig.Authentication .
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ since: 1.0 |
RoleUser | public RoleUser()(Code) | | |
activateValidation | protected void activateValidation()(Code) | | |
getRemember | public boolean getRemember()(Code) | | |
setRemember | public void setRemember(boolean remember)(Code) | | |
|
|