Package | Description |
---|---|
io.jsonwebtoken |
Modifier and Type | Method and Description |
---|---|
JwtParser |
JwtParser.setCompressionCodecResolver(CompressionCodecResolver compressionCodecResolver)
Deprecated.
see
JwtParserBuilder.setCompressionCodecResolver(CompressionCodecResolver) .
To construct a JwtParser use the corresponding builder via Jwts.parserBuilder() . This will construct an
immutable JwtParser.
NOTE: this method will be removed before version 1.0 |
JwtParserBuilder |
JwtParserBuilder.setCompressionCodecResolver(CompressionCodecResolver compressionCodecResolver)
Sets the
CompressionCodecResolver used to acquire the CompressionCodec that should be used to
decompress the JWT body. |
Copyright © 2014–2020 jsonwebtoken.io. All rights reserved.