Class ConnectOptions


  • public class ConnectOptions
    extends Object
    Encapsulates a variety of ways of opening connections to a database, from Beanshell callbacks to connection info to specifying that we should use the IIQ or Plugin DB.
    • Method Detail

      • fromApplication

        public static ConnectOptions fromApplication​(sailpoint.object.Application application)
        Gets connect options from an Application, where they ought to be stored in the standard IIQ format expected by JdbcUtil.getConnection(Map).
        Parameters:
        application - The application object
        Returns:
        A populated ConnectOptions
      • fromMap

        public static ConnectOptions fromMap​(Map<String,​Object> input)
        Gets connect options from a Map, i.e., one stored in configuration
        Parameters:
        input - The input connect options
        Returns:
        if anything fails
      • openConnection

        public Connection openConnection()
                                  throws sailpoint.tools.GeneralException
        Opens a connection to the database.

        The caller is responsible for closing it.

        Returns:
        The connection to the database
        Throws:
        sailpoint.tools.GeneralException - if anything fails