Package | Description |
---|---|
io.jsonwebtoken |
Modifier and Type | Class and 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 and 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 © 2018. All rights reserved.