Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager
Release 11g (11.1.1)

E15864-02


com.bharosa.vcrypt.tracker.util
Class CookieSet

java.lang.Object
  extended by com.bharosa.vcrypt.tracker.util.CookieSet

All Implemented Interfaces:
java.io.Serializable

public class CookieSet
extends java.lang.Object
implements java.io.Serializable

This is a bean class which contains the Cookies to be returned to the browser.

See Also:
Serialized Form

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

CookieSet

public CookieSet()
Default constructor which creates an empty shell

CookieSet

public CookieSet(java.lang.String requestId,
                 java.lang.String flashCookie,
                 java.lang.String secureCookie)
Constructor which takes all the class attributes as parameters.
Parameters:
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 cookie
secureCookie - The secure cookie.

Method Detail

getDigitalCookie

public java.lang.String getDigitalCookie()
Returns the digital cookie (used by flash or similar client technology)
Returns:
the digital cookie

getFlashCookie

public java.lang.String getFlashCookie()
Deprecated. use getDigitalCookie
Returns:
the digital cookie

getSecureCookie

public java.lang.String getSecureCookie()
Returns the new secure / browser cookie to be set on client browser
Returns:
the secure cookie

getRequestId

public java.lang.String getRequestId()
Returns the requestId, unique id used for each client session
Returns:
the requestId

setDigitalCookie

public void setDigitalCookie(java.lang.String digitalCookie)
Sets the digital cookie that is used by flash or similar technology on the client side
Parameters:
digitalCookie - the Digital cookie

setFlashCookie

public void setFlashCookie(java.lang.String flashCookie)

setSecureCookie

public void setSecureCookie(java.lang.String secureCookie)
Sets the secure cookie
Parameters:
secureCookie - the Secure Cookie

setRequestId

public void setRequestId(java.lang.String requestId)
Sets the requestId
Parameters:
requestId - the RequestId

getVCryptResponse

public VCryptResponse getVCryptResponse()
Get Response codes Ensure a successful repsonse by calling VCryptResponse.isSuccess() before using this object
Returns:
VCryptResponse

setVCryptResponse

public CookieSet setVCryptResponse(VCryptResponse reponse)
Parameters:
reponse -
Returns:

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
String representation of the object, for logging

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Adaptive Access Manager
Release 11g (11.1.1)

E15864-02


Copyright © 2011, Oracle. All rights reserved.