Class LogoutSupport

java.lang.Object
io.jmix.flowui.sys.LogoutSupport

@Component("flowui_LogoutSupport") public class LogoutSupport extends Object
  • Field Details

    • servletContext

      protected jakarta.servlet.ServletContext servletContext
    • authenticationContext

      protected com.vaadin.flow.spring.security.AuthenticationContext authenticationContext
  • Constructor Details

    • LogoutSupport

      public LogoutSupport(@Nullable jakarta.servlet.ServletContext servletContext)
  • Method Details

    • setAuthenticationContext

      @Autowired(required=false) public void setAuthenticationContext(com.vaadin.flow.spring.security.AuthenticationContext authenticationContext)
    • logout

      public void logout()
    • doLogout

      protected void doLogout()