Update topics/oidc/java/adapter-context.adoc

This commit is contained in:
Stian Thorgersen 2016-06-09 14:29:21 +02:00
parent 2e0fb02689
commit 1d0d9b1b06

1
topics/oidc/java/adapter-context.adoc Executable file → Normal file
View file

@ -17,3 +17,4 @@ Or, it is available in secure and insecure requests in the HttpSession:
httpServletRequest.getSession() httpServletRequest.getSession()
.getAttribute(KeycloakSecurityContext.class.getName()); .getAttribute(KeycloakSecurityContext.class.getName());
---- ----