程序包 | 说明 |
---|---|
com.fr.cert.token | |
com.fr.cert.token.impl |
限定符和类型 | 类和说明 |
---|---|
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. |
限定符和类型 | 方法和说明 |
---|---|
<T> T |
JwtParser.parse(java.lang.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. |
限定符和类型 | 方法和说明 |
---|---|
<T> T |
DefaultJwtParser.parse(java.lang.String compact,
JwtHandler<T> handler) |