Class AuthenticationChangeDispatcher
- java.lang.Object
-
- de.codecamp.vaadin.security.spring.authentication.AuthenticationChangeDispatcher
-
public class AuthenticationChangeDispatcher extends Object
Delivers anAuthenticationChangeEventto all (attached) components that implementAuthenticationChangeObserverand belong to the same session.
-
-
Constructor Summary
Constructors Constructor Description AuthenticationChangeDispatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleAuthenticationSuccess(org.springframework.security.authentication.event.AbstractAuthenticationEvent authenticationSuccessEvent)
-
-
-
Method Detail
-
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)
-
-