Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JWT

        public JWT()
    • Method Detail

      • decode

        public static JWT.DecodedJWT decode​(java.lang.String jwt)