Package org.geoserver.security.file

Examples of org.geoserver.security.file.UserGroupFileWatcher


                    if( resource == null ){
                        String path = Paths.path("security/usergroup", name, fileConfig.getFileName());
                        resource = get(path);                       
                    }
                   
                    UserGroupFileWatcher watcher = new UserGroupFileWatcher(resource,service);
                    service.registerUserGroupLoadedListener(watcher);
                    watcher.start();

                    //register the watcher so we can kill it later on disposale
                    fileWatchers.add(watcher);
                }
            }
View Full Code Here

TOP

Related Classes of org.geoserver.security.file.UserGroupFileWatcher

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.