Package org.geoserver.security.event

Examples of org.geoserver.security.event.UserGroupLoadedListener.wait()


        xmlFile.setLastModified(xmlFile.lastModified()+2000)
       
        // wait for the listener to unlock when
        // service 2 triggers a load event
        synchronized (listener) {
            listener.wait();           
        }
       
        // here comes the magic !!!
        assertTrue(service2.getUserGroups().size()==1);
        assertTrue(service2.getGroupCount()==1);
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.