Package oracle.stellent.ridc
Class RIDCCookie
java.lang.Object
oracle.stellent.ridc.RIDCCookie
Represents a cookie value
-
Constructor Summary
ConstructorsConstructorDescriptionRIDCCookie(String cookieString) Constructor This parses the cookies string and sets the appropriate fields.RIDCCookie(String name, String value) RIDCCookie(String domain, String name, String value, String path, int maxAge, boolean secure) -
Method Summary
-
Constructor Details
-
RIDCCookie
-
RIDCCookie
-
RIDCCookie
Constructor This parses the cookies string and sets the appropriate fields.- Parameters:
cookieString-
-
-
Method Details
-
getDomain
-
setDomain
-
getName
-
setName
-
getValue
-
setValue
-
getPath
-
setPath
-
getMaxAge
public int getMaxAge() -
setMaxAge
public void setMaxAge(int maxAge) -
isSecure
public boolean isSecure() -
setSecure
public void setSecure(boolean secure) -
getComment
-
setComment
-
toString
Return a textual representation of the cookie.
-