Uses of Class
com.okta.sdk.resource.model.LogEvent
Packages that use LogEvent
-
Uses of LogEvent in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return types with arguments of type LogEventModifier and TypeMethodDescriptionSystemLogApi.listLogEvents
(String since, String until, String after, String filter, String q, Integer limit, String sortOrder) List all System Log Events Lists all System Log EventsSystemLogApi.listLogEvents
(String since, String until, String after, String filter, String q, Integer limit, String sortOrder, Map<String, String> additionalHeaders) List all System Log Events Lists all System Log Events -
Uses of LogEvent in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return LogEventModifier and TypeMethodDescriptionLogEvent.authenticationContext
(LogAuthenticationContext authenticationContext) LogEvent.debugContext
(LogDebugContext debugContext) LogEvent.outcome
(LogOutcome outcome) LogEvent.request
(LogRequest request) LogEvent.securityContext
(LogSecurityContext securityContext) LogEvent.severity
(LogSeverity severity) LogEvent.transaction
(LogTransaction transaction)