Interface AccountEvents

All Superinterfaces:
XLReleaseEvent
All Known Implementing Classes:
AccountLockedEvent, AccountUnlockAndFailedAttemptsResetEvent, AccountUnlockedAfterSuccessfulLoginEvent, AuthenticationFailureLockEvent, AutoLockThresholdNotReachedEvent, FailedLoginAttemptEvent

public interface AccountEvents extends XLReleaseEvent
Base trait for Account related events

Note: The 'username' field from XLReleaseEvent indicates who triggered the event (i.e., the authenticated user). For account lock events caused by failed login attempts, the username is set to 'system'. The 'user' field represents the account owner affected by the event

  • Method Details