Package com.okta.sdk.resource.model
Class CaepSessionRevokedEvent
java.lang.Object
com.okta.sdk.resource.model.CaepSessionRevokedEvent
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class CaepSessionRevokedEvent
extends Object
implements Serializable
The session of the subject was revoked
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The entity that initiated the event -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncurrentUserAgent
(String currentUserAgent) boolean
eventTimestamp
(Long eventTimestamp) Current IP of the sessionCurrent User Agent of the sessionThe time of the event (UNIX timestamp)The entity that initiated the eventLast known IP of the sessionLast known User Agent of the sessionGet reasonAdminGet reasonUserGet subjectint
hashCode()
initiatingEntity
(CaepSessionRevokedEvent.InitiatingEntityEnum initiatingEntity) lastKnownIp
(String lastKnownIp) lastKnownUserAgent
(String lastKnownUserAgent) reasonAdmin
(CaepDeviceComplianceChangeEventReasonAdmin reasonAdmin) reasonUser
(CaepDeviceComplianceChangeEventReasonUser reasonUser) void
setCurrentIp
(String currentIp) void
setCurrentUserAgent
(String currentUserAgent) void
setEventTimestamp
(Long eventTimestamp) void
setInitiatingEntity
(CaepSessionRevokedEvent.InitiatingEntityEnum initiatingEntity) void
setLastKnownIp
(String lastKnownIp) void
setLastKnownUserAgent
(String lastKnownUserAgent) void
setReasonAdmin
(CaepDeviceComplianceChangeEventReasonAdmin reasonAdmin) void
void
setSubject
(SecurityEventSubject subject) subject
(SecurityEventSubject subject) toString()
-
Field Details
-
JSON_PROPERTY_CURRENT_IP
- See Also:
-
JSON_PROPERTY_CURRENT_USER_AGENT
- See Also:
-
JSON_PROPERTY_EVENT_TIMESTAMP
- See Also:
-
JSON_PROPERTY_INITIATING_ENTITY
- See Also:
-
JSON_PROPERTY_LAST_KNOWN_IP
- See Also:
-
JSON_PROPERTY_LAST_KNOWN_USER_AGENT
- See Also:
-
JSON_PROPERTY_REASON_ADMIN
- See Also:
-
JSON_PROPERTY_REASON_USER
- See Also:
-
JSON_PROPERTY_SUBJECT
- See Also:
-
-
Constructor Details
-
CaepSessionRevokedEvent
public CaepSessionRevokedEvent()
-
-
Method Details
-
currentIp
-
getCurrentIp
Current IP of the session- Returns:
- currentIp
-
setCurrentIp
-
currentUserAgent
-
getCurrentUserAgent
Current User Agent of the session- Returns:
- currentUserAgent
-
setCurrentUserAgent
-
eventTimestamp
-
getEventTimestamp
The time of the event (UNIX timestamp)- Returns:
- eventTimestamp
-
setEventTimestamp
-
initiatingEntity
public CaepSessionRevokedEvent initiatingEntity(CaepSessionRevokedEvent.InitiatingEntityEnum initiatingEntity) -
getInitiatingEntity
The entity that initiated the event- Returns:
- initiatingEntity
-
setInitiatingEntity
-
lastKnownIp
-
getLastKnownIp
Last known IP of the session- Returns:
- lastKnownIp
-
setLastKnownIp
-
lastKnownUserAgent
-
getLastKnownUserAgent
Last known User Agent of the session- Returns:
- lastKnownUserAgent
-
setLastKnownUserAgent
-
reasonAdmin
-
getReasonAdmin
Get reasonAdmin- Returns:
- reasonAdmin
-
setReasonAdmin
-
reasonUser
-
getReasonUser
Get reasonUser- Returns:
- reasonUser
-
setReasonUser
-
subject
-
getSubject
Get subject- Returns:
- subject
-
setSubject
-
equals
-
hashCode
public int hashCode() -
toString
-