Package

com.sumologic.sumobot.http_frontend

authentication

Permalink

package authentication

Visibility
  1. Public
  2. All

Type Members

  1. class AlbJwtAuthentication extends HttpAuthentication

    Permalink
  2. case class AuthenticationForbidden(response: HttpResponse) extends AuthenticationResult with Product with Serializable

    Permalink
  3. case class AuthenticationInfo(authMessage: Option[String], authEmail: Option[String], authLinks: Seq[Link]) extends Product with Serializable

    Permalink
  4. sealed trait AuthenticationResult extends AnyRef

    Permalink
  5. case class AuthenticationSucceeded(info: AuthenticationInfo) extends AuthenticationResult with Product with Serializable

    Permalink
  6. class BasicAuthentication extends HttpAuthentication

    Permalink
  7. trait HttpAuthentication extends AnyRef

    Permalink
  8. case class Link(name: String, href: String) extends Product with Serializable

    Permalink
  9. class NoAuthentication extends HttpAuthentication

    Permalink

Value Members

  1. object AlbJwtAuthentication

    Permalink

Ungrouped