Interface UserGroupManager
-
public interface UserGroupManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getGroups()List<String>getUserGroups(String username)List<String>getUserRoles(String username)List<String>getUsers()
-