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.intf
Class NameValueProfile

java.lang.Object
  extended by com.bharosa.vcrypt.tracker.intf.NameValueProfile

All Implemented Interfaces:
java.io.Serializable

public class NameValueProfile
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
NameValueProfile(java.lang.String anEntityType, java.lang.Long anEntityId, java.lang.String aRequestId, java.util.Map stringValues, java.util.Map longValues)
           
NameValueProfile(java.lang.Throwable ex)
           
NameValueProfile(VCryptResponse aResponse)
           

 

Method Summary
 java.util.Map getAlteredLongValues()
           
 java.util.Map getAlteredStringValues()
           
 java.lang.Long getEntityId()
           
 java.lang.String getEntityType()
           
 java.lang.Long getLongValue(java.lang.String aName)
          Returns the Long value associated with this name.
 java.util.Map getOriginalLongValues()
           
 java.util.Map getOriginalStringValues()
           
 java.lang.String getRequestId()
           
 VCryptResponse getResponse()
           
 java.lang.String getValue(java.lang.String aName)
          Returns the String value associated with this name.
 java.lang.Long setLongValue(java.lang.String aName, java.lang.Long aValue)
          Sets the new value for this name.
 void setResponse(VCryptResponse response)
           
 java.lang.String setValue(java.lang.String aName, java.lang.String aValue)
          Sets the new value for this name.
 java.lang.String toString()
           

 

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

 

Constructor Detail

NameValueProfile

public NameValueProfile(java.lang.String anEntityType,
                        java.lang.Long anEntityId,
                        java.lang.String aRequestId,
                        java.util.Map stringValues,
                        java.util.Map longValues)

NameValueProfile

public NameValueProfile(java.lang.Throwable ex)

NameValueProfile

public NameValueProfile(VCryptResponse aResponse)

Method Detail

getValue

public java.lang.String getValue(java.lang.String aName)
Returns the String value associated with this name.
Parameters:
aName -
Returns:
String

getLongValue

public java.lang.Long getLongValue(java.lang.String aName)
Returns the Long value associated with this name.
Parameters:
aName -
Returns:
Long

setValue

public java.lang.String setValue(java.lang.String aName,
                                 java.lang.String aValue)
Sets the new value for this name.
Parameters:
aName -
aValue -
Returns:
the old value, or null if previously unset.

setLongValue

public java.lang.Long setLongValue(java.lang.String aName,
                                   java.lang.Long aValue)
Sets the new value for this name.
Parameters:
aName -
aValue -
Returns:
the old value, or null if previously unset.

toString

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

getEntityType

public java.lang.String getEntityType()

getEntityId

public java.lang.Long getEntityId()

getRequestId

public java.lang.String getRequestId()

setResponse

public void setResponse(VCryptResponse response)

getResponse

public VCryptResponse getResponse()

getOriginalStringValues

public java.util.Map getOriginalStringValues()

getOriginalLongValues

public java.util.Map getOriginalLongValues()

getAlteredStringValues

public java.util.Map getAlteredStringValues()

getAlteredLongValues

public java.util.Map getAlteredLongValues()

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.