| Package | Description |
|---|---|
| com.nimbusds.jwt |
JSON Web Token (JWT) classes.
|
| Modifier and Type | Method and Description |
|---|---|
static PlainJWT |
PlainJWT.parse(String s)
Parses a plain JSON Web Token (JWT) from the specified string in
compact format.
|
| Modifier and Type | Method and Description |
|---|---|
T |
JWTHandlerAdapter.onPlainJWT(PlainJWT plainJWT) |
T |
JWTHandler.onPlainJWT(PlainJWT plainJWT)
Invoked when the
JWTParser determines that the parsed JWT is
plain (unsecured). |
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.