Uses of Enum
com.okta.sdk.resource.model.CaepSessionRevokedEvent.InitiatingEntityEnum
Packages that use CaepSessionRevokedEvent.InitiatingEntityEnum
-
Uses of CaepSessionRevokedEvent.InitiatingEntityEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return CaepSessionRevokedEvent.InitiatingEntityEnumModifier and TypeMethodDescriptionCaepSessionRevokedEvent.getInitiatingEntity()
The entity that initiated the eventReturns the enum constant of this type with the specified name.CaepSessionRevokedEvent.InitiatingEntityEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type CaepSessionRevokedEvent.InitiatingEntityEnumModifier and TypeMethodDescriptionCaepSessionRevokedEvent.initiatingEntity
(CaepSessionRevokedEvent.InitiatingEntityEnum initiatingEntity) void
CaepSessionRevokedEvent.setInitiatingEntity
(CaepSessionRevokedEvent.InitiatingEntityEnum initiatingEntity)