Class PentahoAuthenticationSuccessListener

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

    public class PentahoAuthenticationSuccessListener
    extends Object
    implements org.springframework.context.ApplicationListener, org.springframework.core.Ordered
    Synchronizes the Hitachi Vantara session's principal with the Spring Security Authentication. This listener fires either on interactive or non-interactive logins.

    Replaces functionality from SecurityStartupFilter.

    Author:
    mlowery
    • Constructor Detail

      • PentahoAuthenticationSuccessListener

        public PentahoAuthenticationSuccessListener()
    • 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)