Class JwtUtil

java.lang.Object
com.atlassian.confluence.jwt.JwtUtil

@Deprecated(since="9.3", forRemoval=true) public final class JwtUtil extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3 for deletion before 10.0
A temporary shim around JwtUtil, providing isolation against javax/jakarta changes.
Since:
9.3
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    extractJwt(javax.servlet.http.HttpServletRequest request)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • JwtUtil

      public JwtUtil()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • extractJwt

      public static String extractJwt(javax.servlet.http.HttpServletRequest request)
      Deprecated, for removal: This API element is subject to removal in a future version.