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 String
getName()
@Nullable Boolean
@Nullable String
getPath()
@Nullable Cookie.SameSite
@Nullable Boolean
void
void
setHttpOnly
(@Nullable Boolean httpOnly) void
void
void
setPartitioned
(@Nullable Boolean partitioned) void
void
setSameSite
(@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
-