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 Detail

      • getValue

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