Uses of Interface
org.keycloak.services.resources.admin.permissions.GroupPermissionEvaluator
-
Uses of GroupPermissionEvaluator in org.keycloak.services.resources.admin.permissions
-
Uses of GroupPermissionEvaluator in org.keycloak.utils
Modifier and TypeMethodDescriptionstatic Stream<GroupRepresentation>
GroupUtils.populateGroupHierarchyFromSubGroups
(KeycloakSession session, RealmModel realm, Stream<GroupModel> groups, boolean full, GroupPermissionEvaluator groupEvaluator) This method takes the provided groups and attempts to load their parents all the way to the root group while maintaining the hierarchy data for each GroupRepresentation object.static GroupRepresentation
GroupUtils.toRepresentation
(GroupPermissionEvaluator groupsEvaluator, GroupModel groupTree, boolean full)