uk.gov.hmrc.play.audit.model

Members list

Type members

Classlikes

object Audit

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Audit.type
class Audit(applicationName: String, auditConnector: AuditConnector) extends AuditTags

Attributes

Companion
object
Supertypes
trait AuditTags
class Object
trait Matchable
class Any
sealed trait AuditAsMagnet[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object AuditAsMagnet

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait AuditTags

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Audit
case class DataCall(tags: Map[String, String], detail: Map[String, String], generatedAt: Instant)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DataEvent(auditSource: String, auditType: String, eventId: String, tags: Map[String, String], detail: Map[String, String], generatedAt: Instant, truncationLog: TruncationLog, redactionLog: RedactionLog, auditProvider: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object EventTypes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
EventTypes.type
case class ExtendedDataEvent(auditSource: String, auditType: String, eventId: String, tags: Map[String, String], detail: JsValue, generatedAt: Instant, truncationLog: TruncationLog, redactionLog: RedactionLog, auditProvider: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class MergedDataEvent(auditSource: String, auditType: String, eventId: String, request: DataCall, response: DataCall, truncationLog: TruncationLog, redactionLog: RedactionLog, auditProvider: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait RedactionLog

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Empty
class Entry
object RedactionLog

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class TransactionFailure(reason: Option[String], outputs: Map[String, String]) extends TransactionResult

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait TransactionResult

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class TransactionSuccess(outputs: Map[String, String]) extends TransactionResult

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait TruncationLog

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Empty
class Entry
object TruncationLog

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type