[New] Added PrivilegeConstants.ORGANISATION

This commit is contained in:
Robert von Burg 2020-10-22 10:44:37 +02:00
parent 09a85c3064
commit c1f9ee01b5
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ public class PrivilegeConstants {
public static final int DEFAULT_ITERATIONS = 200000;
public static final String REALM = "realm";
public static final String ORGANISATION = "organisation";
public static final String LOCATION = "location";
public static final String PRIMARY_LOCATION = "primaryLocation";
public static final String SECONDARY_LOCATIONS = "secondaryLocations";