Class JWTGenerator


  • public class JWTGenerator
    extends java.lang.Object
    Generates JWT.
    • Constructor Summary

      Constructors 
      Constructor Description
      JWTGenerator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String generateJWT​(org.wso2.msf4j.examples.petstore.util.model.User user)  
      • Methods inherited from class java.lang.Object

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

      • JWTGenerator

        public JWTGenerator()
    • Method Detail

      • generateJWT

        protected java.lang.String generateJWT​(org.wso2.msf4j.examples.petstore.util.model.User user)
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception