Type Members
-
-
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
decode(token: String, key: PublicKey): Try[JwtClaim]
-
def
decode(token: String, key: PublicKey, options: JwtOptions): Try[JwtClaim]
-
def
decode(token: String, key: PublicKey, algorithms: Seq[JwtAsymetricAlgorithm]): Try[JwtClaim]
-
-
def
decode(token: String, key: SecretKey): Try[JwtClaim]
-
def
decode(token: String, key: SecretKey, options: JwtOptions): Try[JwtClaim]
-
def
decode(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[JwtClaim]
-
def
decode(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[JwtClaim]
-
def
decode(token: String, key: String, algorithms: ⇒ Seq[JwtAsymetricAlgorithm]): Try[JwtClaim]
-
-
def
decode(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[JwtClaim]
-
def
decode(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[JwtClaim]
-
def
decode(token: String): Try[JwtClaim]
-
def
decode(token: String, options: JwtOptions): Try[JwtClaim]
-
def
decodeAll(token: String, key: PublicKey): Try[(JwtHeader, JwtClaim, String)]
-
def
decodeAll(token: String, key: PublicKey, options: JwtOptions): Try[(JwtHeader, JwtClaim, String)]
-
def
decodeAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymetricAlgorithm]): Try[(JwtHeader, JwtClaim, String)]
-
-
def
decodeAll(token: String, key: SecretKey): Try[(JwtHeader, JwtClaim, String)]
-
def
decodeAll(token: String, key: SecretKey, options: JwtOptions): Try[(JwtHeader, JwtClaim, String)]
-
def
decodeAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[(JwtHeader, JwtClaim, String)]
-
def
decodeAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(JwtHeader, JwtClaim, String)]
-
def
decodeAll(token: String, key: String, algorithms: ⇒ Seq[JwtAsymetricAlgorithm]): Try[(JwtHeader, JwtClaim, String)]
-
-
def
decodeAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[(JwtHeader, JwtClaim, String)]
-
def
decodeAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(JwtHeader, JwtClaim, String)]
-
def
decodeAll(token: String): Try[(JwtHeader, JwtClaim, String)]
-
def
decodeAll(token: String, options: JwtOptions): Try[(JwtHeader, JwtClaim, String)]
-
def
decodeJson(token: String, key: PublicKey): Try[JObject]
-
def
decodeJson(token: String, key: PublicKey, options: JwtOptions): Try[JObject]
-
def
decodeJson(token: String, key: PublicKey, algorithms: Seq[JwtAsymetricAlgorithm]): Try[JObject]
-
def
decodeJson(token: String, key: PublicKey, algorithms: Seq[JwtAsymetricAlgorithm], options: JwtOptions): Try[JObject]
-
def
decodeJson(token: String, key: SecretKey): Try[JObject]
-
def
decodeJson(token: String, key: SecretKey, options: JwtOptions): Try[JObject]
-
def
decodeJson(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[JObject]
-
def
decodeJson(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[JObject]
-
def
decodeJson(token: String, key: String, algorithms: ⇒ Seq[JwtAsymetricAlgorithm]): Try[JObject]
-
def
decodeJson(token: String, key: String, algorithms: ⇒ Seq[JwtAsymetricAlgorithm], options: JwtOptions): Try[JObject]
-
def
decodeJson(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[JObject]
-
def
decodeJson(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[JObject]
-
def
decodeJson(token: String): Try[JObject]
-
def
decodeJson(token: String, options: JwtOptions): Try[JObject]
-
def
decodeJsonAll(token: String, key: PublicKey): Try[(JObject, JObject, String)]
-
def
decodeJsonAll(token: String, key: PublicKey, options: JwtOptions): Try[(JObject, JObject, String)]
-
def
decodeJsonAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymetricAlgorithm]): Try[(JObject, JObject, String)]
-
def
decodeJsonAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymetricAlgorithm], options: JwtOptions): Try[(JObject, JObject, String)]
-
def
decodeJsonAll(token: String, key: SecretKey): Try[(JObject, JObject, String)]
-
def
decodeJsonAll(token: String, key: SecretKey, options: JwtOptions): Try[(JObject, JObject, String)]
-
def
decodeJsonAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[(JObject, JObject, String)]
-
def
decodeJsonAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(JObject, JObject, String)]
-
def
decodeJsonAll(token: String, key: String, algorithms: ⇒ Seq[JwtAsymetricAlgorithm]): Try[(JObject, JObject, String)]
-
def
decodeJsonAll(token: String, key: String, algorithms: ⇒ Seq[JwtAsymetricAlgorithm], options: JwtOptions): Try[(JObject, JObject, String)]
-
def
decodeJsonAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[(JObject, JObject, String)]
-
def
decodeJsonAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(JObject, JObject, String)]
-
def
decodeJsonAll(token: String): Try[(JObject, JObject, String)]
-
def
decodeJsonAll(token: String, options: JwtOptions): Try[(JObject, JObject, String)]
-
def
decodeRaw(token: String, key: PublicKey): Try[String]
-
def
decodeRaw(token: String, key: PublicKey, options: JwtOptions): Try[String]
-
def
decodeRaw(token: String, key: PublicKey, algorithms: Seq[JwtAsymetricAlgorithm]): Try[String]
-
def
decodeRaw(token: String, key: PublicKey, algorithms: Seq[JwtAsymetricAlgorithm], options: JwtOptions): Try[String]
-
def
decodeRaw(token: String, key: SecretKey): Try[String]
-
def
decodeRaw(token: String, key: SecretKey, options: JwtOptions): Try[String]
-
def
decodeRaw(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[String]
-
def
decodeRaw(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[String]
-
def
decodeRaw(token: String, key: String, algorithms: ⇒ Seq[JwtAsymetricAlgorithm]): Try[String]
-
def
decodeRaw(token: String, key: String, algorithms: ⇒ Seq[JwtAsymetricAlgorithm], options: JwtOptions): Try[String]
-
def
decodeRaw(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[String]
-
def
decodeRaw(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[String]
-
def
decodeRaw(token: String): Try[String]
-
def
decodeRaw(token: String, options: JwtOptions): Try[String]
-
def
decodeRawAll(token: String, key: PublicKey): Try[(String, String, String)]
-
def
decodeRawAll(token: String, key: PublicKey, options: JwtOptions): Try[(String, String, String)]
-
def
decodeRawAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymetricAlgorithm]): Try[(String, String, String)]
-
def
decodeRawAll(token: String, key: PublicKey, algorithms: Seq[JwtAsymetricAlgorithm], options: JwtOptions): Try[(String, String, String)]
-
def
decodeRawAll(token: String, key: SecretKey): Try[(String, String, String)]
-
def
decodeRawAll(token: String, key: SecretKey, options: JwtOptions): Try[(String, String, String)]
-
def
decodeRawAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Try[(String, String, String)]
-
def
decodeRawAll(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(String, String, String)]
-
def
decodeRawAll(token: String, key: String, algorithms: ⇒ Seq[JwtAsymetricAlgorithm]): Try[(String, String, String)]
-
def
decodeRawAll(token: String, key: String, algorithms: ⇒ Seq[JwtAsymetricAlgorithm], options: JwtOptions): Try[(String, String, String)]
-
def
decodeRawAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Try[(String, String, String)]
-
def
decodeRawAll(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Try[(String, String, String)]
-
def
decodeRawAll(token: String): Try[(String, String, String)]
-
def
decodeRawAll(token: String, options: JwtOptions): Try[(String, String, String)]
-
def
encode(claim: JObject, key: PrivateKey, algorithm: JwtAsymetricAlgorithm): String
-
def
encode(claim: JObject, key: SecretKey, algorithm: JwtHmacAlgorithm): String
-
def
encode(claim: JObject, key: String, algorithm: JwtAlgorithm): String
-
def
encode(claim: JObject): String
-
def
encode(header: JObject, claim: JObject, key: Key): String
-
def
encode(header: JObject, claim: JObject, key: String): String
-
def
encode(header: JObject, claim: JObject): String
-
def
encode(header: JwtHeader, claim: JwtClaim, key: Key): String
-
def
encode(header: JwtHeader, claim: JwtClaim, key: String): String
-
def
encode(header: JwtHeader, claim: JwtClaim): String
-
-
def
encode(claim: JwtClaim, key: SecretKey, algorithm: JwtHmacAlgorithm): String
-
def
encode(claim: JwtClaim, key: String, algorithm: JwtAlgorithm): String
-
def
encode(claim: JwtClaim): String
-
def
encode(claim: String, key: PrivateKey, algorithm: JwtAsymetricAlgorithm): String
-
def
encode(claim: String, key: SecretKey, algorithm: JwtHmacAlgorithm): String
-
def
encode(claim: String, key: String, algorithm: JwtAlgorithm): String
-
def
encode(claim: String): String
-
def
encode(header: String, claim: String, key: PrivateKey, algorithm: JwtAsymetricAlgorithm): String
-
def
encode(header: String, claim: String, key: SecretKey, algorithm: JwtHmacAlgorithm): String
-
def
encode(header: String, claim: String, key: String, algorithm: JwtAlgorithm): String
-
def
encode(header: String, claim: String): String
-
-
-
def
extractAlgorithm(header: JwtHeader): Option[JwtAlgorithm]
-
-
def
extractLong(json: JObject, fieldName: String): Option[Long]
-
-
def
extractString(json: JObject, fieldName: String): Option[String]
-
def
extractStringSetOrString(json: JObject, fieldName: String): Option[Set[String]]
-
def
filterClaimFields(json: JObject): JObject
-
implicit
val
formats: Formats { ... /* 2 definitions in type refinement */ }
-
def
getAlgorithm(header: JObject): Option[JwtAlgorithm]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
isValid(token: String, key: PublicKey): Boolean
-
def
isValid(token: String, key: PublicKey, options: JwtOptions): Boolean
-
def
isValid(token: String, key: PublicKey, algorithms: Seq[JwtAsymetricAlgorithm]): Boolean
-
-
def
isValid(token: String, key: SecretKey): Boolean
-
def
isValid(token: String, key: SecretKey, options: JwtOptions): Boolean
-
def
isValid(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Boolean
-
def
isValid(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Boolean
-
def
isValid(token: String, key: String, algorithms: ⇒ Seq[JwtAsymetricAlgorithm]): Boolean
-
-
def
isValid(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Boolean
-
def
isValid(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Boolean
-
def
isValid(token: String): Boolean
-
def
isValid(token: String, options: JwtOptions): Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
parse(value: String): JObject
-
def
parseClaim(claim: String): JwtClaim
-
def
parseHeader(header: String): JwtHeader
-
def
readClaim(json: JValue): JwtClaim
-
def
readHeader(json: JValue): JwtHeader
-
def
stringify(value: JObject): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
validate(token: String, key: PublicKey): Unit
-
def
validate(token: String, key: PublicKey, options: JwtOptions): Unit
-
def
validate(token: String, key: PublicKey, algorithms: Seq[JwtAsymetricAlgorithm]): Unit
-
def
validate(token: String, key: PublicKey, algorithms: Seq[JwtAsymetricAlgorithm], options: JwtOptions): Unit
-
def
validate(token: String, key: SecretKey): Unit
-
def
validate(token: String, key: SecretKey, options: JwtOptions): Unit
-
def
validate(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm]): Unit
-
def
validate(token: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Unit
-
def
validate(token: String, key: String, algorithms: ⇒ Seq[JwtAsymetricAlgorithm]): Unit
-
def
validate(token: String, key: String, algorithms: ⇒ Seq[JwtAsymetricAlgorithm], options: JwtOptions): Unit
-
def
validate(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm]): Unit
-
def
validate(token: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Unit
-
def
validate(token: String): Unit
-
def
validate(token: String, options: JwtOptions): Unit
-
def
validate(header64: String, header: JwtHeader, claim64: String, claim: JwtClaim, signature: String, key: PublicKey, algorithms: Seq[JwtAsymetricAlgorithm], options: JwtOptions): Unit
-
def
validate(header64: String, header: JwtHeader, claim64: String, claim: JwtClaim, signature: String, key: SecretKey, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Unit
-
def
validate(header64: String, header: JwtHeader, claim64: String, claim: JwtClaim, signature: String, key: String, algorithms: ⇒ Seq[JwtAsymetricAlgorithm], options: JwtOptions): Unit
-
def
validate(header64: String, header: JwtHeader, claim64: String, claim: JwtClaim, signature: String, key: String, algorithms: Seq[JwtHmacAlgorithm], options: JwtOptions): Unit
-
def
validate(header64: String, header: JwtHeader, claim64: String, claim: JwtClaim, signature: String, options: JwtOptions, verify: (Array[Byte], Array[Byte], JwtAlgorithm) ⇒ Boolean): Unit
-
def
validate(header: JwtHeader, claim: JwtClaim, signature: String, options: JwtOptions): Unit
-
-
-
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
writeClaim(claim: JwtClaim): JValue
-
def
writeHeader(header: JwtHeader): JValue
Deprecated Value Members
-
def
finalize(): Unit