Class QuickInfoUserAuthenticationListener

java.lang.Object
org.silverpeas.components.quickinfo.QuickInfoUserAuthenticationListener
All Implemented Interfaces:
EventListener, org.silverpeas.core.initialization.Initialization, org.silverpeas.core.security.authentication.UserAuthenticationListener

@Service public class QuickInfoUserAuthenticationListener extends Object implements org.silverpeas.core.security.authentication.UserAuthenticationListener
This listener handles the blocking news about Quick Info application.
Just after a successful user authentication, blocking news are displayed to the user if any.
  • Constructor Details

    • QuickInfoUserAuthenticationListener

      public QuickInfoUserAuthenticationListener()
  • Method Details

    • firstHomepageAccessAfterAuthentication

      public String firstHomepageAccessAfterAuthentication(jakarta.servlet.http.HttpServletRequest request, org.silverpeas.core.admin.user.model.User user, String finalURL)
      Specified by:
      firstHomepageAccessAfterAuthentication in interface org.silverpeas.core.security.authentication.UserAuthenticationListener
    • homepageAccessFromLoginWhenUserSessionAlreadyOpened

      public String homepageAccessFromLoginWhenUserSessionAlreadyOpened(jakarta.servlet.http.HttpServletRequest request, org.silverpeas.core.admin.user.model.User user, String finalURL)
      Specified by:
      homepageAccessFromLoginWhenUserSessionAlreadyOpened in interface org.silverpeas.core.security.authentication.UserAuthenticationListener