source: VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/AdminUsersService.java @ 5506

Last change on this file since 5506 was 5506, checked in by Twan Goosen, 10 years ago

Moved loading of "admin database" into a separate service that can also be used outside the context of the wicket web app
Refs #589

File size: 159 bytes
Line 
1package eu.clarin.cmdi.virtualcollectionregistry;
2
3/**
4 *
5 * @author twagoo
6 */
7public interface AdminUsersService {
8
9    boolean isAdmin(String user);
10   
11}
Note: See TracBrowser for help on using the repository browser.