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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidonAuthentication(@Nullable Authentication authentication, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Performs Http session-related functionality when a new authentication occurs.
- 
Constructor Details- 
NullAuthenticatedSessionStrategypublic NullAuthenticatedSessionStrategy()
 
- 
- 
Method Details- 
onAuthenticationpublic void onAuthentication(@Nullable Authentication authentication, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Description copied from interface:SessionAuthenticationStrategyPerforms Http session-related functionality when a new authentication occurs.- Specified by:
- onAuthenticationin interface- SessionAuthenticationStrategy
 
 
-