| Package | Description |
|---|---|
| io.jsonwebtoken |
| 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 |
JwtHandler.onClaimsJws(Jws<Claims> jws)
This method is invoked when a
JwtParser determines that the parsed JWT is
a valid Claims JWS. |
T |
JwtHandlerAdapter.onClaimsJws(Jws<Claims> jws) |
T |
JwtHandler.onPlaintextJws(Jws<String> jws)
This method is invoked when a
JwtParser determines that the parsed JWT is
a plaintext JWS. |
T |
JwtHandlerAdapter.onPlaintextJws(Jws<String> jws) |
Copyright © 2014–2020 jsonwebtoken.io. All rights reserved.