Interface UserGroupFactory
-
- All Known Implementing Classes:
SecuredUserGroupFactory
,UserGroupFactoryImpl
public interface UserGroupFactory
- Author:
- Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserGroupEx
createAllUsersGroup(String key, String name, String description)
UserGroupEx
createUserGroup(String key, String name, String description)
-
-
-
Method Detail
-
createUserGroup
UserGroupEx createUserGroup(@NotNull String key, @NotNull String name, @NotNull String description)
-
createAllUsersGroup
UserGroupEx createAllUsersGroup(@NotNull String key, @NotNull String name, @NotNull String description)
-
-