Interface Session.WebAuthStatusChangeEvent
- Enclosing interface:
- Session
public static interface Session.WebAuthStatusChangeEvent
Sent on the
Session's EventManager when the user's WebAuthStatus
changes. This will not be sent if the user no longer has access since all pages will be
force-closed.
The provided WebAuthStatus.Diff may be used to determine precisely which parts of
the user's WebAuthStatus has changed
- See Also:
-
Method Summary
-
Method Details
-
getDiff
WebAuthStatus.Diff getDiff()- Returns:
- the
WebAuthStatus.Diffassociated with this event
-