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-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class CaepSessionRevokedEvent
extends Object
implements Serializable
The session of the subject was revoked
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe entity that initiated the event -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncurrentUserAgent(String currentUserAgent) booleaneventTimestamp(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 subjectsinthashCode()initiatingEntity(CaepSessionRevokedEvent.InitiatingEntityEnum initiatingEntity) lastKnownIp(String lastKnownIp) lastKnownUserAgent(String lastKnownUserAgent) reasonAdmin(CaepDeviceComplianceChangeEventReasonAdmin reasonAdmin) reasonUser(CaepDeviceComplianceChangeEventReasonUser reasonUser) voidsetCurrentIp(String currentIp) voidsetCurrentUserAgent(String currentUserAgent) voidsetEventTimestamp(Long eventTimestamp) voidsetInitiatingEntity(CaepSessionRevokedEvent.InitiatingEntityEnum initiatingEntity) voidsetLastKnownIp(String lastKnownIp) voidsetLastKnownUserAgent(String lastKnownUserAgent) voidsetReasonAdmin(CaepDeviceComplianceChangeEventReasonAdmin reasonAdmin) voidvoidsetSubjects(SecurityEventSubject subjects) subjects(SecurityEventSubject subjects) 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_SUBJECTS
- See Also:
-
-
Constructor Details
-
CaepSessionRevokedEvent
public CaepSessionRevokedEvent()
-
-
Method Details
-
currentIp
-
getCurrentIp
-
setCurrentIp
-
currentUserAgent
-
getCurrentUserAgent
-
setCurrentUserAgent
-
eventTimestamp
-
getEventTimestamp
-
setEventTimestamp
-
initiatingEntity
public CaepSessionRevokedEvent initiatingEntity(CaepSessionRevokedEvent.InitiatingEntityEnum initiatingEntity) -
getInitiatingEntity
The entity that initiated the event- Returns:
- initiatingEntity
-
setInitiatingEntity
-
lastKnownIp
-
getLastKnownIp
-
setLastKnownIp
-
lastKnownUserAgent
-
getLastKnownUserAgent
-
setLastKnownUserAgent
-
reasonAdmin
-
getReasonAdmin
Get reasonAdmin- Returns:
- reasonAdmin
-
setReasonAdmin
-
reasonUser
-
getReasonUser
Get reasonUser- Returns:
- reasonUser
-
setReasonUser
-
subjects
-
getSubjects
-
setSubjects
-
equals
-
hashCode
-
toString
-