Packages

class JwtClaim extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JwtClaim
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new JwtClaim(content: String, issuer: Option[String], subject: Option[String], audience: Option[Set[String]], expiration: Option[Long], notBefore: Option[Long], issuedAt: Option[Long], jwtId: Option[String])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(key: String, value: Any): JwtClaim
  4. def +(json: String): JwtClaim
  5. def ++[T](fields: (String, T)*): JwtClaim
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def about(subject: String): JwtClaim
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val audience: Option[Set[String]]
  10. def by(issuer: String): JwtClaim
  11. def canEqual(other: Any): Boolean
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. val content: String
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(other: Any): Boolean
    Definition Classes
    JwtClaim → AnyRef → Any
  16. val expiration: Option[Long]
  17. def expiresAt(seconds: Long): JwtClaim
  18. def expiresIn(seconds: Long)(implicit clock: Clock): JwtClaim
  19. def expiresNow(implicit clock: Clock): JwtClaim
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    JwtClaim → AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isValid(implicit clock: Clock): Boolean
  24. def isValid(issuer: String)(implicit clock: Clock): Boolean
  25. def isValid(issuer: String, audience: String)(implicit clock: Clock): Boolean
  26. def issuedAt(seconds: Long): JwtClaim
  27. val issuedAt: Option[Long]
  28. def issuedIn(seconds: Long)(implicit clock: Clock): JwtClaim
  29. def issuedNow(implicit clock: Clock): JwtClaim
  30. val issuer: Option[String]
  31. val jwtId: Option[String]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. val notBefore: Option[Long]
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. def startsAt(seconds: Long): JwtClaim
  37. def startsIn(seconds: Long)(implicit clock: Clock): JwtClaim
  38. def startsNow(implicit clock: Clock): JwtClaim
  39. val subject: Option[String]
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def to(audience: Set[String]): JwtClaim
  42. def to(audience: String): JwtClaim
  43. def toJson: String
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. def withContent(content: String): JwtClaim
  49. def withId(id: String): JwtClaim

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped