Uses of Class
com.composum.sling.core.usermanagement.model.GroupModel
-
Packages that use GroupModel Package Description com.composum.sling.core.usermanagement.model com.composum.sling.core.usermanagement.view -
-
Uses of GroupModel in com.composum.sling.core.usermanagement.model
Methods in com.composum.sling.core.usermanagement.model that return types with arguments of type GroupModel Modifier and Type Method Description @NotNull Collection<GroupModel>
GroupModel. getDeclaredGroups()
@NotNull Collection<GroupModel>
AuthorizableModel. getDeclaredModelOf()
static @NotNull Collection<GroupModel>
AuthorizableModel. getGroups(Authorizables.Context context, @NotNull Set<String> idSet)
@NotNull Collection<GroupModel>
GroupModel. getGroups()
@NotNull Collection<GroupModel>
AuthorizableModel. getModelOf()
-
Uses of GroupModel in com.composum.sling.core.usermanagement.view
Methods in com.composum.sling.core.usermanagement.view that return GroupModel Modifier and Type Method Description @NotNull GroupModel
Group. getGroup()
-