Extract SecurityContext Docs

Issue gh-8005
This commit is contained in:
Rob Winch 2020-02-20 14:51:49 -06:00
parent 702cc1d2bb
commit 49fb6734dc
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
[[servlet-authentication-securitycontext]]
= SecurityContext
The {security-api-url}org/springframework/security/core/context/SecurityContext.html[`SecurityContext`] is obtained from the <<servlet-authentication-securitycontextholder>>.
The `SecurityContext` contains an <<servlet-authentication-authentication>> object.