Package | Description |
---|---|
io.jsonwebtoken |
Modifier and Type | Class | Description |
---|---|---|
class |
JwtHandlerAdapter<T> |
An Adapter implementation of the
JwtHandler interface that allows for anonymous subclasses to process only the JWT results that are
known/expected for a particular use case. |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
JwtParser.parse(String jwt,
JwtHandler<T> handler) |
Parses the specified compact serialized JWT string based on the builder's current configuration state and
invokes the specified
handler with the resulting JWT or JWS instance. |
Copyright © 2019. All rights reserved.