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

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

All Implemented Interfaces:
Serializable

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

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

 

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

 

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

 

Constructor Detail

NameValueProfile

public NameValueProfile(String anEntityType,
                        Long anEntityId,
                        String aRequestId,
                        Map stringValues,
                        Map longValues)

NameValueProfile

public NameValueProfile(Throwable ex)

NameValueProfile

public NameValueProfile(VCryptResponse aResponse)

Method Detail

getValue

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

getLongValue

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

setValue

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

setLongValue

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

toString

public String toString()
Overrides:
toString in class Object

getEntityType

public String getEntityType()

getEntityId

public Long getEntityId()

getRequestId

public String getRequestId()

setResponse

public void setResponse(VCryptResponse response)

getResponse

public VCryptResponse getResponse()

getOriginalStringValues

public Map getOriginalStringValues()

getOriginalLongValues

public Map getOriginalLongValues()

getAlteredStringValues

public Map getAlteredStringValues()

getAlteredLongValues

public Map getAlteredLongValues()

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.