Class DeviceBoundSessionEventOccurred
java.lang.Object
org.openqa.selenium.devtools.v145.network.model.DeviceBoundSessionEventOccurred
Triggered when a device bound session event occurs.
-
Constructor Summary
ConstructorsConstructorDescriptionDeviceBoundSessionEventOccurred(DeviceBoundSessionEventId eventId, String site, Boolean succeeded, Optional<String> sessionId, Optional<CreationEventDetails> creationEventDetails, Optional<RefreshEventDetails> refreshEventDetails, Optional<TerminationEventDetails> terminationEventDetails, Optional<ChallengeEventDetails> challengeEventDetails) -
Method Summary
Modifier and TypeMethodDescriptionThe below are the different session event type details.A unique identifier for this session event.The session ID this event is associated with.getSite()The site this session event is associated with.Whether this event was considered successful.
-
Constructor Details
-
DeviceBoundSessionEventOccurred
public DeviceBoundSessionEventOccurred(DeviceBoundSessionEventId eventId, String site, Boolean succeeded, Optional<String> sessionId, Optional<CreationEventDetails> creationEventDetails, Optional<RefreshEventDetails> refreshEventDetails, Optional<TerminationEventDetails> terminationEventDetails, Optional<ChallengeEventDetails> challengeEventDetails)
-
-
Method Details
-
getEventId
A unique identifier for this session event. -
getSite
The site this session event is associated with. -
getSucceeded
Whether this event was considered successful. -
getSessionId
The session ID this event is associated with. May not be populated for failed events. -
getCreationEventDetails
The below are the different session event type details. Exactly one is populated. -
getRefreshEventDetails
-
getTerminationEventDetails
-
getChallengeEventDetails
-