Package hirondelle.fish.access.user

Examples of hirondelle.fish.access.user.UserDAO


  public static final SqlId RESET_PASSWORD =  new SqlId(ConnectionSrc.ACCESS_CONTROL, "RESET_PASSWORD");
  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());
  }
View Full Code Here

TOP

Related Classes of hirondelle.fish.access.user.UserDAO

Copyright © 2018 www.massapicom. 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.