Package io.jmix.core.security.impl
Class JmixSessionAuthenticationStrategy
java.lang.Object
io.jmix.core.security.impl.JmixSessionAuthenticationStrategy
- All Implemented Interfaces:
- org.springframework.security.web.authentication.session.SessionAuthenticationStrategy
public class JmixSessionAuthenticationStrategy
extends Object
implements org.springframework.security.web.authentication.session.SessionAuthenticationStrategy
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationEventPublisherprotected org.springframework.security.web.authentication.RememberMeServices
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidonAuthentication(org.springframework.security.core.Authentication authentication, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) 
- 
Field Details- 
rememberMeServices@Autowired protected org.springframework.security.web.authentication.RememberMeServices rememberMeServices
- 
applicationEventPublisher@Autowired protected org.springframework.context.ApplicationEventPublisher applicationEventPublisher
 
- 
- 
Constructor Details- 
JmixSessionAuthenticationStrategypublic JmixSessionAuthenticationStrategy()
 
- 
- 
Method Details- 
onAuthenticationpublic void onAuthentication(org.springframework.security.core.Authentication authentication, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws org.springframework.security.web.authentication.session.SessionAuthenticationException - Specified by:
- onAuthenticationin interface- org.springframework.security.web.authentication.session.SessionAuthenticationStrategy
- Throws:
- org.springframework.security.web.authentication.session.SessionAuthenticationException
 
 
-