Uses of Class
org.qubership.atp.auth.springbootstarter.services.UserGroupService
Packages that use UserGroupService
Package
Description
-
Uses of UserGroupService in org.qubership.atp.auth.springbootstarter.config
Methods in org.qubership.atp.auth.springbootstarter.config that return UserGroupServiceModifier and TypeMethodDescriptionSecurityConfiguration.userGroupService(DataContextHolder<UUID> userIdContextHolder, UsersService usersService, DataContextHolder<Set<String>> userRolesContextHolder) Create UserGroupService bean from parameters provided.Methods in org.qubership.atp.auth.springbootstarter.config with parameters of type UserGroupServiceModifier and TypeMethodDescriptionSecurityConfiguration.entityAccess(UsersService usersService, UserGroupService userGroupService, DataContextHolder<Set<String>> userRolesContextHolder) Create entityAccess PolicyEnforcement bean from parameters given. -
Uses of UserGroupService in org.qubership.atp.auth.springbootstarter.security.permissions
Constructors in org.qubership.atp.auth.springbootstarter.security.permissions with parameters of type UserGroupServiceModifierConstructorDescriptionEntityAccessEnforcement(UsersService usersService, UserGroupService userGroupService, DataContextHolder<Set<String>> userRolesContextHolder, String serviceName) Constructor.