Class PentahoSessionStartupAuthenticationSuccessListener

  • All Implemented Interfaces:
    EventListener, org.springframework.context.ApplicationListener, org.springframework.core.Ordered

    public class PentahoSessionStartupAuthenticationSuccessListener
    extends Object
    implements org.springframework.context.ApplicationListener, org.springframework.core.Ordered
    Runs the session startup upon hearing an interactive login success.

    Replaces functionality from SecurityStartupFilter.

    Author:
    mlowery
    • Constructor Detail

      • PentahoSessionStartupAuthenticationSuccessListener

        public PentahoSessionStartupAuthenticationSuccessListener()
    • Method Detail

      • onApplicationEvent

        public void onApplicationEvent​(org.springframework.context.ApplicationEvent event)
        Specified by:
        onApplicationEvent in interface org.springframework.context.ApplicationListener
      • getOrder

        public int getOrder()
        Specified by:
        getOrder in interface org.springframework.core.Ordered
      • setOrder

        public void setOrder​(int order)