Class ConnectorBase.ProtectedConnection

All Implemented Interfaces:
Serializable
Enclosing class:
ConnectorBase

protected static class ConnectorBase.ProtectedConnection extends ConnectionProperties
ProtectedConnection provides a subclass to Connection in order to extract protected values from the connection in order to supply them to the Connector implementation.
See Also:
  • Method Details

    • getSecuredProperties

      protected Map<String,String> getSecuredProperties()
      Return a copy of the secured properties. Null means no secured properties are available. This method is protected so only OCF (or subclasses) can access them. When Connector is passed to calling OMAS, the secured properties are not available.
      Overrides:
      getSecuredProperties in class ConnectionProperties
      Returns:
      secured properties typically user credentials for the connection
    • getConnectionBean

      protected Connection getConnectionBean()
      Return a copy of the ConnectionBean.
      Overrides:
      getConnectionBean in class ConnectionProperties
      Returns:
      Connection bean