Uses of Enum
org.qubership.atp.auth.springbootstarter.entities.Group
Packages that use Group
-
Uses of Group in org.qubership.atp.auth.springbootstarter.entities
Methods in org.qubership.atp.auth.springbootstarter.entities that return GroupModifier and TypeMethodDescriptionProject.getUserGroup(UUID userId, Set<String> userRoles) ReturnGroupfor currently authenticated user by project.static GroupReturns the enum constant of this type with the specified name.static Group[]Group.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.qubership.atp.auth.springbootstarter.entities with parameters of type GroupModifier and TypeMethodDescriptionPermissions.getPermissionsByGroup(Group group) Get permissions for specified group.