public interface JRSecurityUserDataSource extends JRUserDataSource
| Modifier and Type | Method and Description | 
|---|---|
java.sql.ResultSet | 
getResultSet(SecurityContext sc,
            java.lang.String param)
Gets the data in the ResultSet according to parameters. 
 | 
getResultSet, releaseResultSetjava.sql.ResultSet getResultSet(SecurityContext sc, java.lang.String param) throws JRUserDataSourceException
sc - A SecurityContext object, which is implemented by the user. Refer to jet.server.api.SecurityContext.param - The parameter that the user wants to use for UDS.JRUserDataSourceException - if a data access error occurs.