クラス Cookie
java.lang.ObjectSE
org.springframework.boot.web.server.Cookie
Cookie プロパティ。
- 導入:
- 2.6.0
- 作成者:
- Phillip Webb, Andy Wilkinson, Brian Clozel, Weix Sun
ネストされたクラスの要約
ネストされたクラスコンストラクターの概要
コンストラクター方法の概要
修飾子と型メソッド説明@Nullable StringSE@Nullable BooleanSE@Nullable DurationSE@Nullable StringSEgetName()@Nullable BooleanSE@Nullable StringSEgetPath()@Nullable Cookie.SameSite@Nullable BooleanSEvoidvoidsetHttpOnly(@Nullable BooleanSE httpOnly) voidsetMaxAge(@Nullable DurationSE maxAge) voidvoidsetPartitioned(@Nullable BooleanSE partitioned) voidvoidsetSameSite(@Nullable Cookie.SameSite sameSite) void
コンストラクターの詳細
Cookie
public Cookie()
メソッドの詳細
getName
setName
getDomain
setDomain
getPath
setPath
getHttpOnly
setHttpOnly
getSecure
setSecure
getMaxAge
setMaxAge
getSameSite
setSameSite
getPartitioned
setPartitioned