Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-04

oracle.adf.model.connection.webservice.impl
Class SensitiveCredentialProcessor

java.lang.Object
  extended by oracle.adf.model.connection.webservice.impl.SensitiveCredentialProcessor

public class SensitiveCredentialProcessor
extends java.lang.Object


Constructor Summary
SensitiveCredentialProcessor()
           
 
Method Summary
static void dumpAllReadableNames()
           
static java.util.Properties extractSensitiveCredentials(Element metadata)
          Extract sensitive information indicated in the "readableNameMap" from the metadata and put them in the Properties.
static void main(java.lang.String[] args)
           
static void restoreSensitiveCredentials(Element metadata, java.util.Properties credentials)
          Replaced the matching attribute in the metadata with the real value contained in the credentials.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SensitiveCredentialProcessor

public SensitiveCredentialProcessor()
Method Detail

extractSensitiveCredentials

public static java.util.Properties extractSensitiveCredentials(Element metadata)
Extract sensitive information indicated in the "readableNameMap" from the metadata and put them in the Properties. In the xml, replace with readableNames.

Parameters:
metadata -
Returns:

restoreSensitiveCredentials

public static void restoreSensitiveCredentials(Element metadata,
                                               java.util.Properties credentials)
Replaced the matching attribute in the metadata with the real value contained in the credentials.

Parameters:
metadata -
credentials -

dumpAllReadableNames

public static void dumpAllReadableNames()

main

public static void main(java.lang.String[] args)

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-04

Copyright © 1997, 2010, Oracle. All rights reserved.