Package ca.carleton.gcrc.couch.user.db

Examples of ca.carleton.gcrc.couch.user.db.UserRepositoryCouchDb


      } catch (Exception e) {
        throw new ServletException("Unable to create user design document.",e);
      }
    }
   
    UserRepository userRepository = new UserRepositoryCouchDb(userDb, userDesignDocument);
   
    actions = new UserServletActions(atlasName, documentDb, userRepository, userMailNotification);
    if( null != serverKey ){
      actions.setServerKey(serverKey);
    }
View Full Code Here

TOP

Related Classes of ca.carleton.gcrc.couch.user.db.UserRepositoryCouchDb

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.