Class JwtHttpSecuritySource.JwtHeader

  • Enclosing class:
    JwtHttpSecuritySource<C>

    public static class JwtHttpSecuritySource.JwtHeader
    extends java.lang.Object
    JWT header.
    • Constructor Summary

      Constructors 
      Constructor Description
      JwtHeader()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setAlg​(java.lang.String alg)
      Specifies the algorithm.
      • Methods inherited from class java.lang.Object

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

      • JwtHeader

        public JwtHeader()
    • Method Detail

      • setAlg

        public void setAlg​(java.lang.String alg)
        Specifies the algorithm.
        Parameters:
        alg - Algorithm.