public final class NullAuthenticatedSessionStrategy extends Object implements SessionAuthenticationStrategy
| Constructor and Description | 
|---|
NullAuthenticatedSessionStrategy()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
onAuthentication(Authentication authentication,
                javax.servlet.http.HttpServletRequest request,
                javax.servlet.http.HttpServletResponse response)
Performs Http session-related functionality when a new authentication occurs. 
 | 
public void onAuthentication(Authentication authentication, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
SessionAuthenticationStrategyonAuthentication in interface SessionAuthenticationStrategy