Class ConnectionCfg

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class ConnectionCfg extends ConfigurationProperties
ConnectionCfg defines connection property : url, user, password and others.
Since:
beta 2
See Also:
  • Constructor Details

    • ConnectionCfg

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

    • getURL

      public String getURL()
      Gets connection url associated with this conncetion
      Returns:
      connection url
    • getBindDN

      public String getBindDN()
      Gets BindDN associated with this conenction
      Returns:
      binddn
    • getPassword

      public 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 Map getProperties()
      Gets properties associated with this connection
      Returns:
      provider properties
    • toString

      public String toString()
      Overrides:
      toString in class ConfigurationProperties