Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.6.3)
E10660-10


oracle.tip.pc.services.identity.config
Class ConnectionCfg

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<java.lang.Object,java.lang.Object>
          extended by java.util.Properties
              extended by oracle.tip.pc.services.identity.config.ConfigurationProperties
                  extended by oracle.tip.pc.services.identity.config.ConnectionCfg

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>

public class ConnectionCfg
extends ConfigurationProperties

ConnectionCfg defines connection property : url, user, password and others.

Since:
beta 2
See Also:
Serialized Form

Constructor Summary
ConnectionCfg(ConnectionType conn)
          Constructor.

 

Method Summary
 java.lang.String getBindDN()
          Gets BindDN associated with this conenction
 java.lang.String getPassword()
          Gets password associated with this connection.
 PoolCfg getPoolCfg()
          Gets PoolCfg instances associated with this connection.
 java.util.Map getProperties()
          Gets properties associated with this connection
 java.lang.String getURL()
          Gets connection url associated with this conncetion
 boolean isEncrypted()
          Checks if password encrypted or not
 java.lang.String toString()
           

 

Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames

 

Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, values

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

ConnectionCfg

public ConnectionCfg(ConnectionType conn)
Constructor. Constructs a ConnectionCfg out of a JAXB model object

Method Detail

getURL

public java.lang.String getURL()
Gets connection url associated with this conncetion
Returns:
connection url

getBindDN

public java.lang.String getBindDN()
Gets BindDN associated with this conenction
Returns:
binddn

getPassword

public java.lang.String getPassword()
Gets password associated with this connection.
Returns:
password

isEncrypted

public boolean isEncrypted()
Checks if password encrypted or not
Returns:
true, if password encrypted

getPoolCfg

public PoolCfg getPoolCfg()
Gets PoolCfg instances associated with this connection.
Returns:
PoolCfg or null

getProperties

public java.util.Map getProperties()
Gets properties associated with this connection
Returns:
provider properties

toString

public java.lang.String toString()
Overrides:
toString in class ConfigurationProperties

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.6.3)
E10660-10


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.