Package org.forgerock.caf.http
Class SetCookieSupport
java.lang.Object
org.forgerock.caf.http.SetCookieSupport
Support class for generating Set-Cookie header values.
- Since:
- 12.0.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongenerateHeader
(javax.servlet.http.Cookie cookie) Method added to support transforming javax.servlet.http.Cookie instances into the String format needed by the AdviceContext.
-
Constructor Details
-
SetCookieSupport
public SetCookieSupport()
-
-
Method Details
-
generateHeader
Method added to support transforming javax.servlet.http.Cookie instances into the String format needed by the AdviceContext.- Parameters:
cookie
- The javax.servlet.http.Cookie instance whose String representation is desired- Returns:
- the String representation of the cookie parameter
-