Interface JwtSessionCookie
- 
- All Known Implementing Classes:
 Cookie
public interface JwtSessionCookie 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetValue()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.
 
 
 - 
 
 -