Class AuthenticationChangeDispatcher
java.lang.Object
de.codecamp.vaadin.security.spring.authentication.AuthenticationChangeDispatcher
Delivers an
AuthenticationChangeEvent to all (attached) components that implement
AuthenticationChangeObserver and belong to the same session.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleAuthenticationSuccess(org.springframework.security.authentication.event.AbstractAuthenticationEvent authenticationSuccessEvent)
-
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)
-