Package hirondelle.fish.access.user

Examples of hirondelle.fish.access.user.UserDAO.list()


  public static final RequestParameter USER_NAME = RequestParameter.withLengthCheck("UserName");

  /** List all user names. */
  protected void show() throws DAOException {
    UserDAO dao = new UserDAO();
    addToRequest(ITEMS_FOR_LISTING, dao.list());
  }
 
  /** Create a new version of {@link User} with a reset password. See {@link User#forNewUserOrPasswordReset(SafeText)}. */
  protected void validateUserInput() {
    try {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.