Skip navigation links

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

E27208-01


com.bharosa.vcrypt.common.data
Class OAAMDeviceFingerprintData

java.lang.Object
  extended by com.bharosa.vcrypt.common.data.OAAMDeviceFingerprintData

All Implemented Interfaces:
Serializable

public class OAAMDeviceFingerprintData
extends Object
implements Serializable
See Also:
Serialized Form

Field Summary
protected  String cookie
          String that represents the cookie.
protected  int cookieType
          The cookie type.
protected  String fingerprint
          String that represents the fingerprint.

 

Constructor Summary
OAAMDeviceFingerprintData(int cookieType, String fingerprint, String cookieValue)
           

 

Method Summary
 String getCookie()
          Method to set the cookie attribute of this class.
 int getCookieType()
           
 String getFingerprint()
           
 void setCookie(String cookie)
          Method to set the cookie.
 void setCookieType(int cookieType)
          Method to set the cookie type.
 void setFingerprint(String Fingerprint)
          Method to set the fingerprint.
 String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

cookie

protected String cookie
String that represents the cookie.

fingerprint

protected String fingerprint
String that represents the fingerprint.

cookieType

protected int cookieType
The cookie type. (tracker.cookie.type.enum)

Constructor Detail

OAAMDeviceFingerprintData

public OAAMDeviceFingerprintData(int cookieType,
                                 String fingerprint,
                                 String cookieValue)
                          throws Exception
Throws:
Exception

Method Detail

setCookie

public void setCookie(String cookie)
Method to set the cookie.
Parameters:
cookie - The cookie that is to be set.

getCookie

public String getCookie()
Method to set the cookie attribute of this class.
Returns:
Value of the cookie. Can be null.

setFingerprint

public void setFingerprint(String Fingerprint)
Method to set the fingerprint.
Parameters:
Fingerprint - fingerprint value to be set.

getFingerprint

public String getFingerprint()
Returns:
Returns the value of fingerprint. Can be null.

setCookieType

public void setCookieType(int cookieType)
                   throws Exception
Method to set the cookie type. Usually set to some value in cookie.type.enum.
Parameters:
cookieType -
Throws:
Exception

getCookieType

public int getCookieType()
Returns:
Returns the integer value of cookie type.

toString

public String toString()
Overrides:
toString in class Object

Skip navigation links

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

E27208-01


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.