Class Cookie
java.lang.Object
org.springframework.boot.web.server.Cookie
Cookie properties.
- Since:
- 2.6.0
- Author:
- Phillip Webb, Andy Wilkinson, Brian Clozel, Weix Sun
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String@Nullable Boolean@Nullable Duration@Nullable StringgetName()@Nullable Boolean@Nullable StringgetPath()@Nullable Cookie.SameSite@Nullable BooleanvoidvoidsetHttpOnly(@Nullable Boolean httpOnly) voidvoidvoidsetPartitioned(@Nullable Boolean partitioned) voidvoidsetSameSite(@Nullable Cookie.SameSite sameSite) void
-
Constructor Details
-
Cookie
public Cookie()
-
-
Method Details
-
getName
-
setName
-
getDomain
-
setDomain
-
getPath
-
setPath
-
getHttpOnly
-
setHttpOnly
-
getSecure
-
setSecure
-
getMaxAge
-
setMaxAge
-
getSameSite
-
setSameSite
-
getPartitioned
-
setPartitioned
-