Interface JwtSessionCookie

All Known Implementing Classes:
Cookie

public interface JwtSessionCookie
Abstraction of a cookie to allow for the CHF Cookie and the Http Cookie.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the current value of this Cookie.
  • Method Details

    • getValue

      String getValue()
      Gets the current value of this Cookie.
      Returns:
      The current value of this Cookie.