Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.0.0)

E17486-01

oracle.adf.share.connection.property
Class AdfPropertySet

java.lang.Object
  extended by java.util.AbstractMap
      extended by oracle.adf.share.connection.property.AdfPropertySet
All Implemented Interfaces:
java.util.Map, javax.naming.Referenceable

public class AdfPropertySet
extends java.util.AbstractMap
implements javax.naming.Referenceable


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
AdfPropertySet()
           
AdfPropertySet(java.lang.String csMapName, java.lang.String csKey, java.util.Map<java.lang.String,java.lang.String> stringProperties)
          Creates the domain wide global connection object to be used by the adf-domain-config.xml.
AdfPropertySet(java.lang.String csMapName, java.lang.String csKey, java.util.Map<java.lang.String,java.lang.String> stringProperties, java.util.Map<java.lang.String,char[]> secureProperties)
          Creates the domain wide global connection object to be used by the adf-domain-config.xml.
 
Method Summary
 java.util.Set entrySet()
           
 java.lang.String getAdfCredStoreKey()
           
 java.lang.String getAdfCredStoreMapName()
           
 javax.naming.Reference getReference()
           
 java.util.Map<java.lang.String,char[]> getSecureProps()
           
 java.util.Map<java.lang.String,java.lang.String> getStringProps()
           
 void setCredentials(java.util.Map<java.lang.String,char[]> map)
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdfPropertySet

public AdfPropertySet()

AdfPropertySet

public AdfPropertySet(java.lang.String csMapName,
                      java.lang.String csKey,
                      java.util.Map<java.lang.String,java.lang.String> stringProperties,
                      java.util.Map<java.lang.String,char[]> secureProperties)
Creates the domain wide global connection object to be used by the adf-domain-config.xml.

Parameters:
csMapName - - name of the Credential Store Map.
csKey - - the key to the credential Store for this connection.
stringProperties - - Map containing all name value pairs that correspond to the StringRefAddr associated with this connection.
secureProperties - - Map containing Secure Credentials.

AdfPropertySet

public AdfPropertySet(java.lang.String csMapName,
                      java.lang.String csKey,
                      java.util.Map<java.lang.String,java.lang.String> stringProperties)
Creates the domain wide global connection object to be used by the adf-domain-config.xml.

Parameters:
csMapName - - name of the Credential Store Map.
csKey - - the key to the credential Store for this connection.
stringProperties - - Map containing all name value pairs that correspond to the StringRefAddr associated with this connection.
Method Detail

setCredentials

public void setCredentials(java.util.Map<java.lang.String,char[]> map)

getReference

public javax.naming.Reference getReference()
Specified by:
getReference in interface javax.naming.Referenceable

getAdfCredStoreMapName

public java.lang.String getAdfCredStoreMapName()

getAdfCredStoreKey

public java.lang.String getAdfCredStoreKey()

getStringProps

public java.util.Map<java.lang.String,java.lang.String> getStringProps()

getSecureProps

public java.util.Map<java.lang.String,char[]> getSecureProps()

entrySet

public java.util.Set entrySet()
Specified by:
entrySet in interface java.util.Map
Specified by:
entrySet in class java.util.AbstractMap

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.0.0)

E17486-01

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