Class AuthenticationEventPublisher

java.lang.Object
org.springframework.vault.authentication.AuthenticationEventPublisher
All Implemented Interfaces:
AuthenticationEventMulticaster
Direct Known Subclasses:
LifecycleAwareSessionManagerSupport

public abstract class AuthenticationEventPublisher extends Object implements AuthenticationEventMulticaster
Publisher for AuthenticationEvents.

This publisher dispatches events to AuthenticationListener and AuthenticationErrorListener.

Since:
2.2
Author:
Mark Paluch
See Also: