public interface JRSecurityUserDataSource extends JRUserDataSource
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
getResultSet(SecurityContext sc,
String param)
Gets the data in the ResultSet according to parameters.
|
getResultSet, releaseResultSetResultSet getResultSet(SecurityContext sc, 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.© insightsoftware. All rights reserved.