public class AuthenticationSessionStrategyHeader extends org.apache.isis.core.webapp.auth.AuthenticationSessionStrategyAbstract
Does not bind the AuthenticationSession onto the HttpSession.
| Constructor and Description |
|---|
AuthenticationSessionStrategyHeader() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.isis.core.commons.authentication.AuthenticationSession |
lookupValid(ServletRequest servletRequest,
ServletResponse servletResponse) |
protected List<String> |
rolesFrom(HttpServletRequest httpServletRequest) |
public AuthenticationSessionStrategyHeader()
public org.apache.isis.core.commons.authentication.AuthenticationSession lookupValid(ServletRequest servletRequest, ServletResponse servletResponse)
protected List<String> rolesFrom(HttpServletRequest httpServletRequest)
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.