Packages

sealed trait JwtVerifier extends AsJson

Linear Supertypes
AsJson, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JwtVerifier
  2. AsJson
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def algoSettings: AlgoSettings
  2. abstract def asJson: JsValue
    Definition Classes
    AsJson
  3. abstract def enabled: Boolean
  4. abstract def isRef: Boolean
  5. abstract def shouldBeVerified(path: String)(implicit ec: ExecutionContext, env: Env): Future[Boolean]
  6. abstract def source: JwtTokenLocation
  7. abstract def strategy: VerifierStrategy
  8. abstract def strict: Boolean

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def asGlobal: GlobalJwtVerifier
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. lazy val logger: Logger
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. def verify(request: RequestHeader, desc: ServiceDescriptor, apikey: Option[ApiKey], user: Option[PrivateAppsUser], elContext: Map[String, String], attrs: TypedMap)(f: (JwtInjection) ⇒ Future[Result])(implicit ec: ExecutionContext, env: Env): Future[Result]
  20. def verifyGen[A](request: RequestHeader, desc: ServiceDescriptor, apikey: Option[ApiKey], user: Option[PrivateAppsUser], elContext: Map[String, String], attrs: TypedMap)(f: (JwtInjection) ⇒ Future[Either[Result, A]])(implicit ec: ExecutionContext, env: Env): Future[Either[Result, A]]
  21. def verifyWs(request: RequestHeader, desc: ServiceDescriptor, apikey: Option[ApiKey], user: Option[PrivateAppsUser], elContext: Map[String, String], attrs: TypedMap)(f: (JwtInjection) ⇒ Future[Either[Result, Flow[Message, Message, _]]])(implicit ec: ExecutionContext, env: Env): Future[Either[Result, Flow[Message, Message, _]]]
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AsJson

Inherited from AnyRef

Inherited from Any

Ungrouped