Skip navigation links

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

E15864-02


Uses of Class
com.bharosa.vcrypt.tracker.intf.NameValueProfile

Packages that use NameValueProfile
com.bharosa.vcrypt.tracker.intf   
com.bharosa.vcrypt.tracker.util   

 

Uses of NameValueProfile in com.bharosa.vcrypt.tracker.intf

 

Methods in com.bharosa.vcrypt.tracker.intf that return NameValueProfile
 NameValueProfile VCryptTracker.getNameValueProfile(java.lang.String entityDefKey, java.lang.Long extEntityId, java.lang.String requestId)
          Returns the NameValueProfile for an entity and request.
 NameValueProfile VCryptTracker.refreshNameValueProfile(NameValueProfile profile)
          Resets the values of the profile to the latest from the database.
 NameValueProfile VCryptTracker.saveNameValueProfile(NameValueProfile profile)
          Saves the changes made to the profile.

 

Methods in com.bharosa.vcrypt.tracker.intf with parameters of type NameValueProfile
 NameValueProfile VCryptTracker.refreshNameValueProfile(NameValueProfile profile)
          Resets the values of the profile to the latest from the database.
 NameValueProfile VCryptTracker.saveNameValueProfile(NameValueProfile profile)
          Saves the changes made to the profile.

 

Uses of NameValueProfile in com.bharosa.vcrypt.tracker.util

 

Methods in com.bharosa.vcrypt.tracker.util that return NameValueProfile
static NameValueProfile VCryptTrackerUtil.fromXMLNameValueProfile(java.lang.String xmlString)
           

 

Methods in com.bharosa.vcrypt.tracker.util with parameters of type NameValueProfile
static java.lang.String VCryptTrackerUtil.toXMLNameValueProfile(NameValueProfile profile)
           

 


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.