| Package | Description |
|---|---|
| io.jsonwebtoken | |
| io.jsonwebtoken.impl |
| Modifier and Type | Method and Description |
|---|---|
Jws<Claims> |
JwtParser.parseClaimsJws(String claimsJws)
Parses the specified compact serialized JWS string based on the builder's current configuration state and
returns
the resulting Claims JWS instance.
|
Jws<String> |
JwtParser.parsePlaintextJws(String plaintextJws)
Parses the specified compact serialized JWS string based on the builder's current configuration state and
returns
the resulting plaintext JWS instance.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JwtHandlerAdapter.onClaimsJws(Jws<Claims> jws) |
T |
JwtHandler.onClaimsJws(Jws<Claims> jws)
This method is invoked when a
JwtParser determines that the parsed JWT is
a valid Claims JWS. |
T |
JwtHandlerAdapter.onPlaintextJws(Jws<String> jws) |
T |
JwtHandler.onPlaintextJws(Jws<String> jws)
This method is invoked when a
JwtParser determines that the parsed JWT is
a plaintext JWS. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJws<B> |
| Modifier and Type | Method and Description |
|---|---|
Jws<Claims> |
DefaultJwtParser.parseClaimsJws(String claimsJws) |
Jws<String> |
DefaultJwtParser.parsePlaintextJws(String plaintextJws) |
Copyright © 2018. All rights reserved.