public class JwtContext extends Object
| Constructor and Description |
|---|
JwtContext(JwtClaims jwtClaims,
List<JsonWebStructure> joseObjects) |
JwtContext(String jwt,
JwtClaims jwtClaims,
List<JsonWebStructure> joseObjects) |
| Modifier and Type | Method and Description |
|---|---|
List<JsonWebStructure> |
getJoseObjects()
All of the JOSE objects that comprise the JWT.
|
String |
getJwt()
Gets the original 'raw' JWT string.
|
JwtClaims |
getJwtClaims()
Gets the claims from the processed JWT (when available) .
|
public JwtContext(JwtClaims jwtClaims, List<JsonWebStructure> joseObjects)
public JwtContext(String jwt, JwtClaims jwtClaims, List<JsonWebStructure> joseObjects)
public JwtClaims getJwtClaims()
public List<JsonWebStructure> getJoseObjects()
public String getJwt()
Copyright © 2020. All rights reserved.