Skip to content

Commit

Permalink
Merge pull request #109 from sadilchamishka/introduce-new-thread-local
Browse files Browse the repository at this point in the history
Introduce new thread local property
  • Loading branch information
sadilchamishka authored Nov 9, 2023
2 parents 36c0106 + 3a77cfc commit f2c1d3c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ public class OrganizationManagementConstants {
public static final List<String> ALL_ORGANIZATION_PERMISSIONS = Collections.unmodifiableList(Arrays
.asList(CREATE_ORGANIZATION_PERMISSION, VIEW_ORGANIZATION_PERMISSION, UPDATE_ORGANIZATION_PERMISSION,
DELETE_ORGANIZATION_PERMISSION));
public static final String ROOT_TENANT_DOMAIN = "RootTenantDomain";

public static final String EQ = "eq";
public static final String CO = "co";
public static final String SW = "sw";
Expand Down

0 comments on commit f2c1d3c

Please sign in to comment.