public class HttpSessionFactory extends Object implements SessionFactory
| Constructor and Description |
|---|
HttpSessionFactory() |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.http.HttpSession |
getOrCreateSession(javax.servlet.http.HttpServletRequest httpRequest)
Synchronized method because of jettys getSession method is not thread safe.
|
public javax.servlet.http.HttpSession getOrCreateSession(javax.servlet.http.HttpServletRequest httpRequest)
SecurityTokenHolder has been set on the SecurityConstants.SAML_ASSERTION attributegetOrCreateSession in interface SessionFactoryhttpRequest - This work is licensed under a Creative Commons Attribution 4.0 International License.