org.alfresco.repo.security.person
Class PersonServiceLoader

java.lang.Object
  extended by org.alfresco.repo.security.person.PersonServiceLoader

public class PersonServiceLoader
extends java.lang.Object

A simple program to load users into the system.

Since:
V2.1-A

Method Summary
static void main(java.lang.String[] args)
           
 void run(java.lang.String user, java.lang.String pwd, int threads)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run(java.lang.String user,
                java.lang.String pwd,
                int threads)
         throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.