Class NullAuthenticatedSessionStrategy
- java.lang.Object
-
- org.springframework.security.web.authentication.session.NullAuthenticatedSessionStrategy
-
- All Implemented Interfaces:
SessionAuthenticationStrategy
public final class NullAuthenticatedSessionStrategy extends java.lang.Object implements SessionAuthenticationStrategy
- Since:
- 3.0
-
-
Constructor Summary
Constructors Constructor Description NullAuthenticatedSessionStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
onAuthentication
public void onAuthentication(Authentication authentication, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Description copied from interface:SessionAuthenticationStrategy
Performs Http session-related functionality when a new authentication occurs.- Specified by:
onAuthentication
in interfaceSessionAuthenticationStrategy
-
-