Package com.ibm.fhir.smart
Class JWT
- java.lang.Object
-
- com.ibm.fhir.smart.JWT
-
public class JWT extends Object
A minimal alternative to the com.auth0:java-jwt library. This flavor mimics the java-jwt API but implement 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 Detail
-
decode
public static JWT.DecodedJWT decode(String jwt)
-
-