Packages

final case class Audit(config: NelsonConfig) extends Default with Product with Serializable

Source
Audit.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Audit
  2. Default
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Audit(config: NelsonConfig)

Value Members

  1. val config: NelsonConfig
    Definition Classes
    AuditDefault
  2. val service: HttpService[IO]
    Definition Classes
    AuditDefault
  3. object Action extends org.http4s.dsl.io.OptionalQueryParamDecoderMatcher[String]
  4. object Category extends org.http4s.dsl.io.OptionalQueryParamDecoderMatcher[String]
  5. object Limit extends org.http4s.dsl.io.OptionalQueryParamDecoderMatcher[Long]
  6. object Offset extends org.http4s.dsl.io.OptionalQueryParamDecoderMatcher[Long]
  7. object RId extends org.http4s.dsl.io.OptionalQueryParamDecoderMatcher[Long]
  8. object IsAuthenticated
    Definition Classes
    Default
  9. object IsAuthorized
    Definition Classes
    Default
  10. object NotAuthenticated
    Definition Classes
    Default