Class ConnectionCfg
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
oracle.tip.pc.services.identity.config.ConfigurationProperties
oracle.tip.pc.services.identity.config.ConnectionCfg
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
Object>
ConnectionCfg defines connection property : url, user, password and others.
- Since:
- beta 2
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets BindDN associated with this conenctionGets password associated with this connection.Gets PoolCfg instances associated with this connection.Gets properties associated with this connectiongetURL()
Gets connection url associated with this conncetionboolean
Checks if password encrypted or nottoString()
Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, values
-
Constructor Details
-
ConnectionCfg
Constructor. Constructs a ConnectionCfg out of a JAXB model object
-
-
Method Details
-
getURL
Gets connection url associated with this conncetion- Returns:
- connection url
-
getBindDN
Gets BindDN associated with this conenction- Returns:
- binddn
-
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
Gets PoolCfg instances associated with this connection.- Returns:
- PoolCfg or null
-
getProperties
Gets properties associated with this connection- Returns:
- provider properties
-
toString
- Overrides:
toString
in classConfigurationProperties
-