Class NullAuthenticatedSessionStrategy
java.lang.Object
org.springframework.security.web.authentication.session.NullAuthenticatedSessionStrategy
- All Implemented Interfaces:
SessionAuthenticationStrategy
public final class NullAuthenticatedSessionStrategy
extends Object
implements SessionAuthenticationStrategy
- Since:
- 3.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onAuthentication
(Authentication authentication, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Performs Http session-related functionality when a new authentication occurs.
-
Constructor Details
-
NullAuthenticatedSessionStrategy
public NullAuthenticatedSessionStrategy()
-
-
Method Details
-
onAuthentication
public void onAuthentication(Authentication authentication, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Description copied from interface:SessionAuthenticationStrategy
Performs Http session-related functionality when a new authentication occurs.- Specified by:
onAuthentication
in interfaceSessionAuthenticationStrategy
-