Class AuthenticationChangeDispatcher

java.lang.Object
de.codecamp.vaadin.security.spring.authentication.AuthenticationChangeDispatcher

public class AuthenticationChangeDispatcher extends Object
Delivers an AuthenticationChangeEvent to all (attached) components that implement AuthenticationChangeObserver and belong to the same session.
  • Constructor Details

    • AuthenticationChangeDispatcher

      public AuthenticationChangeDispatcher()
  • Method Details

    • handleAuthenticationSuccess

      @EventListener({org.springframework.security.authentication.event.AuthenticationSuccessEvent.class,org.springframework.security.authentication.event.InteractiveAuthenticationSuccessEvent.class}) public void handleAuthenticationSuccess(org.springframework.security.authentication.event.AbstractAuthenticationEvent authenticationSuccessEvent)