Class AuditContext
java.lang.Object
com.inductiveautomation.ignition.gateway.audit.AuditContext
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Method Summary
- 
Field Details- 
UNKNOWN_ACTOR- See Also:
 
- 
UNKNOWN
 
- 
- 
Method Details- 
getActor
- 
getHost
- 
getScopepublic int getScope()
- 
getPath
- 
getTimestamp
- 
getStatusCodepublic int getStatusCode()
- 
toRecordBuilderPull fields from thisAuditContextinto a newAuditRecordBuilderinstance, which should then be supplied with (at minimum) anaction,target, andvalue. Project specific, or otherwise more 'narrow' systems, should alsoextendtheQualifiedPathavailable on thisAuditContext, to provide more specific context; see alsoWellKnownPathTypesfor inspiration.
- 
toContextBuilder- Returns:
- a new AuditContext.Builderwith all fields set to this context's fields
 
 
-