Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jeteam.bean.user.web.* (3)

org.jeteam.bean.user: Javadoc index of package org.jeteam.bean.user.


Package Samples:

org.jeteam.bean.user.web

Classes:

UserBean: A user represents an actor in the system, he logs on using a username and a password, the password itself is not stored, but the system uses a SHA-1 hash instead. This is to discourage potential hackers and make it more difficult to retrieve one's credentials. Furthermore the SHA-1 is represented as a hexadecimal String, not unlike the result calling BigInteger.toString(16) . The created and deleted attributes indicate the date of creation and (logical) removal respectively. By verifying whether the optional deleted attribute is null one can know if the user is still actively participating or not, ...
UserException: This exception represents a business exception, the arguments passed to the constructor should be the i18n context message key, its associated parameters, and a Throwable instance that cause this exception (if any).
UserServiceBean: This bean is a service to User CRUD operations. A User typically works on a project and has a set of tasks assigned to him/her.
UserLogoutAction: element.uuid 127-0-0-1-9e4dc0:f3b10dbe92:-7fd8
UserDTO: Value object for User.
UserBeanCMP
UserBeanImpl
UserServiceBeanImpl
UserCRUDDispatchAction
UserCRUDDispatchForm

Home | Contact Us | Privacy Policy | Terms of Service