public class AdfPropertySet
extends java.util.AbstractMap
implements javax.naming.Referenceable
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
public 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)
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.public AdfPropertySet(java.lang.String csMapName, java.lang.String csKey, java.util.Map<java.lang.String,java.lang.String> stringProperties)
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.public void setCredentials(java.util.Map<java.lang.String,char[]> map)
public javax.naming.Reference getReference()
getReference
in interface javax.naming.Referenceable
public java.lang.String getAdfCredStoreMapName()
public java.lang.String getAdfCredStoreKey()
public java.util.Map<java.lang.String,java.lang.String> getStringProps()
public java.util.Map<java.lang.String,char[]> getSecureProps()
public java.util.Set entrySet()
entrySet
in interface java.util.Map
entrySet
in class java.util.AbstractMap