|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
oracle.tip.pc.services.identity.config.ConfigurationProperties
oracle.tip.pc.services.identity.config.ConnectionCfg
public class ConnectionCfg
ConnectionCfg defines connection property : url, user, password and others.
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 |
---|
public ConnectionCfg(ConnectionType conn)
Method Detail |
---|
public java.lang.String getURL()
public java.lang.String getBindDN()
public java.lang.String getPassword()
public boolean isEncrypted()
public PoolCfg getPoolCfg()
public java.util.Map getProperties()
public java.lang.String toString()
toString
in class ConfigurationProperties
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |