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 Summary
Modifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationEventPublisher
protected org.springframework.security.web.authentication.RememberMeServices
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onAuthentication
(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
-
JmixSessionAuthenticationStrategy
public JmixSessionAuthenticationStrategy()
-
-
Method Details
-
onAuthentication
public 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:
onAuthentication
in interfaceorg.springframework.security.web.authentication.session.SessionAuthenticationStrategy
- Throws:
org.springframework.security.web.authentication.session.SessionAuthenticationException
-