public interface WebGroupRepository
| Modifier and Type | Method and Description | 
|---|---|
void | 
deleteGroup(String groupName)  | 
WebGroup | 
getGroup(String groupName)  | 
boolean | 
groupExists(String groupName)  | 
void | 
renameGroup(String oldName,
           String newName)  | 
void | 
saveGroup(WebGroup group)  | 
Copyright © 2021. All rights reserved.