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 UserGroupExcreateAllUsersGroup(String key, String name, String description)UserGroupExcreateUserGroup(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)
-
-