Package ca.carleton.gcrc.auth.common

Examples of ca.carleton.gcrc.auth.common.UserRepositoryDb


        );
    jdbcConnections = JdbcConnections.connectionsFromServletContext(context);
  }

  private void initUserRepository(ServletContext context) throws ServletException {
    UserRepositoryDb userRepository = new UserRepositoryDb( context );
    UserRepositorySingleton.setSingleton(userRepository);
  }
View Full Code Here

TOP

Related Classes of ca.carleton.gcrc.auth.common.UserRepositoryDb

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.