Skip to content

Instantly share code, notes, and snippets.

@gtudan
Created August 8, 2017 17:29
Show Gist options
  • Save gtudan/e4d325a9cd4f03ef9d99c2a103a34dc9 to your computer and use it in GitHub Desktop.
Save gtudan/e4d325a9cd4f03ef9d99c2a103a34dc9 to your computer and use it in GitHub Desktop.
@Override
public String resolveCurrentTenantIdentifier() {
final HttpServletRequest httpServletRequest = CDI.current().select(HttpServletRequest.class).get();
// POC: Don't do this in production
return httpServletRequest.getParameter("tenant");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment