added ApplicationController and Application enum
This commit is contained in:
@ -0,0 +1,24 @@
|
||||
package ovh.herisson.Clyde.Tables;
|
||||
|
||||
public enum Applications {
|
||||
// without any token
|
||||
LOGIN,
|
||||
|
||||
// with any token
|
||||
PROFILE,
|
||||
|
||||
|
||||
// Students and higher authorization
|
||||
MSG,
|
||||
FORUM,
|
||||
RDV,
|
||||
|
||||
// teachers and Secretary authorization
|
||||
MANAGECOURSES,
|
||||
|
||||
// InscriptionService authorization
|
||||
INSCRIPTION;
|
||||
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user