JwtHeader

pdi.jwt.JwtHeader$
See theJwtHeader companion class
object JwtHeader

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JwtHeader.type

Members list

Value members

Concrete methods

def apply(algorithm: Option[JwtAlgorithm], typ: Option[String], contentType: Option[String], keyId: Option[String]): JwtHeader
def apply(algorithm: Option[JwtAlgorithm]): JwtHeader
def apply(algorithm: JwtAlgorithm): JwtHeader
def apply(algorithm: JwtAlgorithm, typ: String): JwtHeader
def apply(algorithm: JwtAlgorithm, typ: String, contentType: String): JwtHeader
def apply(algorithm: JwtAlgorithm, typ: String, contentType: String, keyId: String): JwtHeader

Concrete fields

val DEFAULT_TYPE: String