Merge pull request #6392 from michael-pratt/BAEL-2742

Add new authority name for JHipster article
This commit is contained in:
Eric Martin
2019-02-24 10:43:23 -06:00
committed by GitHub
2 changed files with 3 additions and 0 deletions
@@ -7,6 +7,8 @@ public final class AuthoritiesConstants {
public static final String ADMIN = "ROLE_ADMIN";
public static final String MANAGER = "ROLE_MANAGER";
public static final String USER = "ROLE_USER";
public static final String ANONYMOUS = "ROLE_ANONYMOUS";
@@ -1,3 +1,4 @@
name
ROLE_ADMIN
ROLE_MANAGER
ROLE_USER
1 name
2 ROLE_ADMIN
3 ROLE_MANAGER
4 ROLE_USER