Interface WebAuthSessionChangeEvent
- 
 public interface WebAuthSessionChangeEventPosted to aWebAuthSession'sEventBuswhen theWebAuthSessionhas changed. Fetch the latestWebAuthSessionContextby callingWebAuthSession.getContext().- See Also:
- WebAuthSession.getEventBus()
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classWebAuthSessionChangeEvent.Cause
 - 
Method SummaryAll Methods Instance Methods Default Methods Modifier and Type Method Description default java.util.Optional<WebAuthSessionChangeEvent.Cause>getCause()default java.util.Optional<java.lang.String>getMessage()
 
- 
- 
- 
Method Detail- 
getCause@Nonnull default java.util.Optional<WebAuthSessionChangeEvent.Cause> getCause() - Returns:
- an OptionalWebAuthSessionChangeEvent.Causefor this event
 
 - 
getMessage@Nonnull default java.util.Optional<java.lang.String> getMessage() - Returns:
- an Optionalmessage associated with this event
 
 
- 
 
-