public final class

NullAuthenticatedSessionStrategy

extends Object
implements SessionAuthenticationStrategy
java.lang.Object
   ↳ org.springframework.security.web.authentication.session.NullAuthenticatedSessionStrategy

Summary

Public Constructors
NullAuthenticatedSessionStrategy()
Public Methods
void onAuthentication(Authentication authentication, HttpServletRequest request, HttpServletResponse response)
Performs Http session-related functionality when a new authentication occurs.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.security.web.authentication.session.SessionAuthenticationStrategy

Public Constructors

public NullAuthenticatedSessionStrategy ()

Public Methods

public void onAuthentication (Authentication authentication, HttpServletRequest request, HttpServletResponse response)

Performs Http session-related functionality when a new authentication occurs.