Skip navigation links

Oracle Adaptive Access Manager Java API Reference
11.1.1

E15864-01


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 getFlashCookie()
          Returns the flash cookie
 java.lang.String getRequestId()
          Returns the requestId
 java.lang.String getSecureCookie()
          Returns the secure cookie
 VCryptResponse getVCryptResponse()
           
 void setFlashCookie(java.lang.String flashCookie)
          Sets the flash cookie.
 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

getFlashCookie

public java.lang.String getFlashCookie()
Returns the flash cookie
Returns:
the flash cookie

getSecureCookie

public java.lang.String getSecureCookie()
Returns the secure cookie
Returns:
the secure cookie

getRequestId

public java.lang.String getRequestId()
Returns the requestId
Returns:
the requestId

setFlashCookie

public void setFlashCookie(java.lang.String flashCookie)
Sets the flash cookie.
Parameters:
flashCookie - the Flash cookie

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()

setVCryptResponse

public CookieSet setVCryptResponse(VCryptResponse reponse)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links

Oracle Adaptive Access Manager Java API Reference
11.1.1

E15864-01


Copyright © 2010, Oracle. All rights reserved.