|
Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager Release 11g (11.1.1) E15864-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.bharosa.vcrypt.tracker.util.CookieSet
public class CookieSet
This is a bean class which contains the Cookies to be returned to the browser.
| Constructor Summary | |
|---|---|
CookieSet()Default constructor which creates an empty shell |
|
CookieSet(java.lang.String requestId, java.lang.String flashCookie, java.lang.String secureCookie)Constructor which takes all the class attributes as parameters. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDigitalCookie()Returns the digital cookie (used by flash or similar client technology) |
java.lang.String |
getFlashCookie()Deprecated. use getDigitalCookie |
java.lang.String |
getRequestId()Returns the requestId, unique id used for each client session |
java.lang.String |
getSecureCookie()Returns the new secure / browser cookie to be set on client browser |
VCryptResponse |
getVCryptResponse()Get Response codes Ensure a successful repsonse by calling VCryptResponse.isSuccess() before using this object |
void |
setDigitalCookie(java.lang.String digitalCookie)Sets the digital cookie that is used by flash or similar technology on the client side |
void |
setFlashCookie(java.lang.String flashCookie) |
void |
setRequestId(java.lang.String requestId)Sets the requestId |
void |
setSecureCookie(java.lang.String secureCookie)Sets the secure cookie |
CookieSet |
setVCryptResponse(VCryptResponse reponse) |
java.lang.String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CookieSet()
public CookieSet(java.lang.String requestId,
java.lang.String flashCookie,
java.lang.String secureCookie)
requestId - This it the id for the login session. The same Id should be used for all the calls to Bharosa API for the login session.flashCookie - The flash cookiesecureCookie - The secure cookie.| Method Detail |
|---|
public java.lang.String getDigitalCookie()
public java.lang.String getFlashCookie()
public java.lang.String getSecureCookie()
public java.lang.String getRequestId()
public void setDigitalCookie(java.lang.String digitalCookie)
digitalCookie - the Digital cookiepublic void setFlashCookie(java.lang.String flashCookie)
public void setSecureCookie(java.lang.String secureCookie)
secureCookie - the Secure Cookiepublic void setRequestId(java.lang.String requestId)
requestId - the RequestIdpublic VCryptResponse getVCryptResponse()
public CookieSet setVCryptResponse(VCryptResponse reponse)
reponse -public java.lang.String toString()
toString in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager Release 11g (11.1.1) E15864-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||