Interface JwtSessionCookie
-
- All Known Implementing Classes:
Cookie
public interface JwtSessionCookie
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getValue()
Gets the current value of this Cookie.
-
-
-
Method Detail
-
getValue
String getValue()
Gets the current value of this Cookie.- Returns:
- The current value of this Cookie.
-
-