Uses of Class
com.identityworksllc.iiq.common.query.ConnectOptions
-
Packages that use ConnectOptions Package Description com.identityworksllc.iiq.common.query -
-
Uses of ConnectOptions in com.identityworksllc.iiq.common.query
Methods in com.identityworksllc.iiq.common.query that return ConnectOptions Modifier and Type Method Description ConnectOptions
ConnectOptions.ConnectOptionsBuilder. build()
static ConnectOptions
ConnectOptions. fromApplication(sailpoint.object.Application application)
Gets connect options from an Application, where they ought to be stored in the standard IIQ format expected byJdbcUtil.getConnection(Map)
.static ConnectOptions
ConnectOptions. fromMap(Map<String,Object> input)
Gets connect options from a Map, i.e., one stored in configurationConstructors in com.identityworksllc.iiq.common.query with parameters of type ConnectOptions Constructor Description ConnectOptions(ConnectOptions other)
Copy constructor
-