Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RoleType

The application User role types. Each Role can have multiples types, so this is a Map and must be used with bitwise operations

For more info on how to use flags check:

Index

Enumeration members

Enumeration members

Admin

Admin: = 8

The super admin

Company

Company: = 4

The company. Can create an Internship

Professor

Professor: = 2

The professor. Must confirm its presence in an InternshipProposal and can approve Internship

Student

Student: = 1

The student. Can see internship and create an InternshipProposal

Generated using TypeDoc