Interface Session.WebAuthStatusChangeEvent
- 
- Enclosing interface:
- Session
 
 public static interface Session.WebAuthStatusChangeEventSent on theSession'sEventManagerwhen the user'sWebAuthStatuschanges. This will not be sent if the user no longer has access since all pages will be force-closed.The provided WebAuthStatus.Diffmay be used to determine precisely which parts of the user'sWebAuthStatushas changed- See Also:
- Session.getEventManager()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAuthStatus.DiffgetDiff()
 
- 
- 
- 
Method Detail- 
getDiffWebAuthStatus.Diff getDiff() - Returns:
- the WebAuthStatus.Diffassociated with this event
 
 
- 
 
-