|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Used to forward a Single Sign-On cookie.
IPTSSOInfo| Method Summary | |
java.lang.String |
GetCookieDomain()
Cookie should be forward to URLs in this domain. |
com.plumtree.openfoundation.util.XPDateTime |
GetCookieExpirationDate()
Get the expiration date and time of the cookie. |
java.lang.String |
GetCookieName()
Get the name of the cookie. |
java.lang.String |
GetCookiePath()
Cookie should be forward to URLs within this path. |
java.lang.String |
GetCookieValue()
Get the value of the cookie. |
boolean |
IsSecureCookie()
A secure cookie must be sent over SSL, it is never sent to http:// URLs. |
void |
PutCookieInfo(java.lang.String bstrCookieName,
java.lang.String bstrCookieValue,
com.plumtree.openfoundation.util.XPDateTime dtExpires,
java.lang.String bstrPath,
java.lang.String bstrDomain,
boolean bSecure)
Set all the properties in one call. |
| Method Detail |
public void PutCookieInfo(java.lang.String bstrCookieName,
java.lang.String bstrCookieValue,
com.plumtree.openfoundation.util.XPDateTime dtExpires,
java.lang.String bstrPath,
java.lang.String bstrDomain,
boolean bSecure)
bstrCookieName - the name of the cookie.bstrCookieValue - the value of the cookie.dtExpires - expiration date and time.bstrPath - the cookie path.bstrDomain - the cookie domain.bSecure - true if cookie is secure (must be sent over SSL).public java.lang.String GetCookieName()
public java.lang.String GetCookieValue()
public com.plumtree.openfoundation.util.XPDateTime GetCookieExpirationDate()
public java.lang.String GetCookiePath()
public java.lang.String GetCookieDomain()
public boolean IsSecureCookie()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||