Package org.linuxforhealth.fhir.smart
Class JWT
- java.lang.Object
-
- org.linuxforhealth.fhir.smart.JWT
-
public class JWT extends java.lang.Object
A minimal alternative to the com.auth0:java-jwt library. This flavor mimics the java-jwt API but implements only the [very small] subset of functionality that is actually needed by the fhir-smart policy enforcement.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JWT.Claim
static class
JWT.DecodedJWT
-
Constructor Summary
Constructors Constructor Description JWT()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JWT.DecodedJWT
decode(java.lang.String jwt)
-
-
-
Method Detail
-
decode
public static JWT.DecodedJWT decode(java.lang.String jwt)
-
-