Interface AuthenticationEventMulticaster

All Known Implementing Classes:
AuthenticationEventPublisher, LifecycleAwareSessionManager, LifecycleAwareSessionManagerSupport, ReactiveLifecycleAwareSessionManager

public interface AuthenticationEventMulticaster
Interface to be implemented by objects that can manage a number of AuthenticationEvent and AuthenticationErrorEvent objects and publish events to them.

An AuthenticationEventPublisher, typically a lifecycle-aware SessionManager, can use an AuthenticationEventMulticaster as a delegate for actually publishing events.

Since:
3.1
Author:
Mark Paluch
See Also: