Uses of Class
net.datenwerke.security.service.usermanager.entities.User
Packages that use User
Package
Description
-
Uses of User in net.datenwerke.gf.service.tempfile
Methods in net.datenwerke.gf.service.tempfile that return types with arguments of type UserMethods in net.datenwerke.gf.service.tempfile with parameters of type UserModifier and TypeMethodDescriptionTempFileService.createWebAccessibleTempFile(String id, User... permittedUsers) Creates a web-accessible temporary file which can be retrieved by the given id.TempFileService.createWebAccessibleTempFile(User... permittedUsers) Creates a temporary file which can be retrieved by the returned identifier (TempFile.getWebId()) using theTempFileServlet.TempFileServiceImpl.createWebAccessibleTempFile(String id, User... permittedUsers) TempFileServiceImpl.createWebAccessibleTempFile(User... permittedUsers) booleanTempFile.isPermittedUser(User user) Constructors in net.datenwerke.gf.service.tempfile with parameters of type UserConstructor parameters in net.datenwerke.gf.service.tempfile with type arguments of type UserModifierConstructorDescriptionTempFile(Path path, String webId, Collection<User> permittedUsers) TempFile(Path path, Collection<User> permittedUsers) -
Uses of User in net.datenwerke.rs.amazons3.service.amazons3
Methods in net.datenwerke.rs.amazons3.service.amazons3 with parameters of type UserModifier and TypeMethodDescriptionvoidAmazonS3ServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasink, DatasinkConfiguration config) voidDummyAmazonS3ServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasinkDefinition, DatasinkConfiguration config) -
Uses of User in net.datenwerke.rs.authenticator.service.pam
Methods in net.datenwerke.rs.authenticator.service.pam that return UserModifier and TypeMethodDescriptionUserPasswordPAM.authenticate(String username, String cleartextPassword) -
Uses of User in net.datenwerke.rs.base.ext.service.parameters.fileselection
Methods in net.datenwerke.rs.base.ext.service.parameters.fileselection with parameters of type UserModifier and TypeMethodDescriptionFileSelectionParameterInstance.getDefaultValue(User user, ParameterSet parameterSet) FileSelectionParameterInstance.getSelectedValue(User user) boolean -
Uses of User in net.datenwerke.rs.base.service.parameterreplacements.provider
Methods in net.datenwerke.rs.base.service.parameterreplacements.provider with parameters of type UserModifier and TypeMethodDescriptionstatic UserForJuelUserForJuel.createInstance(User user) voidReportParameterReplacement.extendJuel(User user, Report report, ExpressionFactory factory, ELContext context) voidUserParameterReplacement.extendJuel(User user, Report report, ExpressionFactory factory, ELContext context) LocaleInfoParameterReplacement.provideReplacements(User user, Report report) ReportParameterReplacement.provideReplacements(User user, Report report) UserParameterReplacement.provideReplacements(User user, Report report) Method parameters in net.datenwerke.rs.base.service.parameterreplacements.provider with type arguments of type UserModifier and TypeMethodDescriptionstatic UserListForJuelPrinterUserListForJuelPrinter.createInstance(List<User> users, boolean isHtml) -
Uses of User in net.datenwerke.rs.base.service.parameters.blatext
Methods in net.datenwerke.rs.base.service.parameters.blatext with parameters of type UserModifier and TypeMethodDescriptionBlatextParameterInstance.getDefaultValue(User user, ParameterSet parameterSet) BlatextParameterInstance.getSelectedValue(User user) -
Uses of User in net.datenwerke.rs.base.service.parameters.datasource
Methods in net.datenwerke.rs.base.service.parameters.datasource with parameters of type UserModifier and TypeMethodDescriptionDatasourceParameterInstance.getDefaultValue(User user, ParameterSet parameterSet) DatasourceParameterInstance.getSelectedValue(User user) -
Uses of User in net.datenwerke.rs.base.service.parameters.datetime
Methods in net.datenwerke.rs.base.service.parameters.datetime with parameters of type UserModifier and TypeMethodDescriptionvoidDateTimeParameterInstance.configureParameterMap(User user, Map<String, ParameterValue> parameterMap, ParameterSet parameterSet) DateTimeParameterInstance.getDefaultValue(User user, ParameterSet parameterSet) DateTimeParameterInstance.getSelectedValue(User user) -
Uses of User in net.datenwerke.rs.base.service.parameters.headline
Methods in net.datenwerke.rs.base.service.parameters.headline with parameters of type UserModifier and TypeMethodDescriptionHeadlineParameterInstance.getDefaultValue(User user, ParameterSet parameterSet) HeadlineParameterInstance.getSelectedValue(User user) -
Uses of User in net.datenwerke.rs.base.service.parameters.separator
Methods in net.datenwerke.rs.base.service.parameters.separator with parameters of type UserModifier and TypeMethodDescriptionSeparatorParameterInstance.getDefaultValue(User user, ParameterSet parameterSet) SeparatorParameterInstance.getSelectedValue(User user) -
Uses of User in net.datenwerke.rs.base.service.parameters.string
Methods in net.datenwerke.rs.base.service.parameters.string with parameters of type UserModifier and TypeMethodDescriptionTextParameterInstance.getDefaultValue(User user, ParameterSet parameterSet) TextParameterInstance.getSelectedValue(User user) -
Uses of User in net.datenwerke.rs.base.service.reportengines.jasper.hooks
Methods in net.datenwerke.rs.base.service.reportengines.jasper.hooks with parameters of type UserModifier and TypeMethodDescriptionvoidJasperExportHook.afterExport(String type, JRExporter exporter, JasperReport report, CompiledRSJasperReport compiledReport, User user) Method to be called after the call to the exportReport() method.voidJasperExportHook.beforeExport(String type, JRExporter exporter, JasperReport report, User user) Method to be called just before exportReport() method. -
Uses of User in net.datenwerke.rs.base.service.reportengines.jasper.output.generator
Methods in net.datenwerke.rs.base.service.reportengines.jasper.output.generator with parameters of type UserModifier and TypeMethodDescriptionJasperCsvOutputGenerator.exportReport(JasperPrint jasperPrint, String outputFormat, JasperReport report, User user, ReportExecutionConfig... configs) JasperHTMLOutputGenerator.exportReport(JasperPrint jasperPrint, String outputFormat, JasperReport report, User user, ReportExecutionConfig... configs) JasperOutputGenerator.exportReport(JasperPrint jasperPrint, String outputFormat, JasperReport report, User user, ReportExecutionConfig... configs) JasperPDFOutputGenerator.exportReport(JasperPrint jasperPrint, String outputFormat, JasperReport report, User user, ReportExecutionConfig... configs) JasperPNGOutputGenerator.exportReport(JasperPrint jasperPrint, String outputFormat, JasperReport report, User user, ReportExecutionConfig... configs) JasperRTFOutputGenerator.exportReport(JasperPrint jasperPrint, String outputFormat, JasperReport report, User user, ReportExecutionConfig... configs) JasperXLSOutputGenerator.exportReport(JasperPrint jasperPrint, String outputFormat, JasperReport report, User user, ReportExecutionConfig... configs) -
Uses of User in net.datenwerke.rs.base.service.reportengines.table
Methods in net.datenwerke.rs.base.service.reportengines.table with parameters of type UserModifier and TypeMethodDescriptionSimpleDataSupplier.getData(DatasourceContainerProvider container, Report report, User user) SimpleDataSupplier.getData(DatasourceContainerProvider container, User user, Integer offset, Integer limit, TableDatasourceConfig config, SimpleDataSupplier.DataConsumer consumer, Column... columns) SimpleDataSupplier.getInfo(DatasourceContainerProvider container, User user, Column... columns) TableReportUtils.getReportInformation(TableReport report, String executeToken, User user) TableReportUtilsImpl.getReportInformation(TableReport report, String executeToken, User user) TableReportUtils.getReturnedColumns(TableReport report, User user, String executeToken) TableReportUtilsImpl.getReturnedColumns(TableReport report, User user, String executeToken) TableReportUtils.getReturnedPlainColumns(TableReport report, User user, String executeToken) TableReportUtilsImpl.getReturnedPlainColumns(TableReport report, User user, String executeToken) voidTableReportEngine.isExecutable(Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig... configs) booleanTableReportEngine.supportsStreaming(Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig... configs) -
Uses of User in net.datenwerke.rs.base.service.reportengines.table.dot
Methods in net.datenwerke.rs.base.service.reportengines.table.dot with parameters of type UserModifier and TypeMethodDescriptionPrefilterDotService.createDotFile(User user, TableReportDto reportDto, String executeToken) PrefilterDotServiceImpl.createDotFile(User user, TableReportDto reportDto, String executeToken) -
Uses of User in net.datenwerke.rs.base.service.reportengines.table.entities
Methods in net.datenwerke.rs.base.service.reportengines.table.entities with parameters of type UserModifier and TypeMethodDescriptionColumn.getCellFormatter(User user) TableReport.getCellFormatter(User user) Column.getCellFormatterForGroupRow(User user) TableReport.getCellFormatterForGroupRow(User user) -
Uses of User in net.datenwerke.rs.base.service.reportengines.table.hookers
Methods in net.datenwerke.rs.base.service.reportengines.table.hookers with parameters of type UserModifier and TypeMethodDescriptionReportDtoExecuteAsTableReportPreviewHooker.adjustReport(ReportDto report, User currentUser, String format, Collection<ReportExecutionConfig> config) DtoExecuteAsTableReportPreviewHooker.adjustResult(ReportDto reportDto, User currentUser, Collection<ReportExecutionConfig> config, Object result) ExecuteAsTableReportPreviewHooker.getConfig(ReportDto report, User currentUser, String format, DwModel configModel) -
Uses of User in net.datenwerke.rs.base.service.reportengines.table.hooks
Methods in net.datenwerke.rs.base.service.reportengines.table.hooks with parameters of type UserModifier and TypeMethodDescriptionvoidTableExportHook.afterExport(Report report, User user, CompiledReport compiledReport, TableOutputGenerator outputGenerator, String outputFormat) voidTableExportHook.beforeExport(Report report, User user, TableDefinition td, TableOutputGenerator outputGenerator, String outputFormat) -
Uses of User in net.datenwerke.rs.base.service.reportengines.table.output.generator
Methods in net.datenwerke.rs.base.service.reportengines.table.output.generator with parameters of type UserModifier and TypeMethodDescriptionvoidCompactJSONOutputGenerator.initialize(OutputStream os, TableDefinition td, boolean withSubtotals, TableReport report, TableReport orgReport, Column.CellFormatter[] cellFormatters, ParameterSet parameters, User user, ReportExecutionConfig... configs) voidCSVOutputGenerator.initialize(OutputStream os, TableDefinition td, boolean withSubtotals, TableReport report, TableReport orgReport, Column.CellFormatter[] cellFormatters, ParameterSet parameters, User user, ReportExecutionConfig... configs) voidDataCountOutputGenerator.initialize(OutputStream os, TableDefinition td, boolean withSubtotals, TableReport report, TableReport originalReport, Column.CellFormatter[] cellFormatters, ParameterSet parameters, User user, ReportExecutionConfig... configs) voidDummyJxlsTemplateOutputGenerator.initialize(OutputStream os, TableDefinition td, boolean withSubtotals, TableReport report, TableReport orgReport, Column.CellFormatter[] cellFormatters, ParameterSet parameters, User user, ReportExecutionConfig... configs) voidHTMLOutputGenerator.initialize(OutputStream os, TableDefinition td, boolean withSubtotals, TableReport report, TableReport orgReport, Column.CellFormatter[] cellFormatters, ParameterSet parameters, User user, ReportExecutionConfig... configs) voidJSONOutputGenerator.initialize(OutputStream os, TableDefinition td, boolean withSubtotals, TableReport report, TableReport orgReport, Column.CellFormatter[] cellFormatters, ParameterSet parameters, User user, ReportExecutionConfig... configs) voidLegacyTablePDFOutputGenerator.initialize(OutputStream os, TableDefinition td, boolean withSubtotals, TableReport report, TableReport orgReport, Column.CellFormatter[] cellFormatters, ParameterSet parameters, User user, ReportExecutionConfig... configs) voidMetaDataOutputGenerator.initialize(OutputStream os, TableDefinition td, boolean withSubtotals, TableReport report, TableReport orgReport, Column.CellFormatter[] cellFormatters, ParameterSet parameters, User user, ReportExecutionConfig... configs) voidRSTableOutputGenerator.initialize(OutputStream os, TableDefinition td, boolean withSubtotals, TableReport report, TableReport originalReport, Column.CellFormatter[] cellFormatters, ParameterSet parameters, User user, ReportExecutionConfig... configs) voidRSTableSimpleBeanOutputGenerator.initialize(OutputStream os, TableDefinition td, boolean withSubtotals, TableReport report, TableReport orgReport, Column.CellFormatter[] cellFormatters, ParameterSet parameters, User user, ReportExecutionConfig... configs) voidStreamTableOutputGenerator.initialize(OutputStream os, TableDefinition td, boolean withSubtotals, TableReport report, TableReport orgReport, Column.CellFormatter[] cellFormatters, ParameterSet parameters, User user, ReportExecutionConfig... configs) voidTableOutputGenerator.initialize(OutputStream os, TableDefinition td, boolean withSubtotals, TableReport report, TableReport originalReport, Column.CellFormatter[] cellFormatters, ParameterSet parameters, User user, ReportExecutionConfig... configs) Initializes the generator before the first data point is provided.voidTableOutputGeneratorImpl.initialize(OutputStream os, TableDefinition td, boolean withSubtotals, TableReport report, TableReport originalReport, Column.CellFormatter[] cellFormatters, ParameterSet parameters, User user, ReportExecutionConfig... configs) voidTableReportInformationOutputGenerator.initialize(OutputStream os, TableDefinition td, boolean withSubtotals, TableReport report, TableReport originalReport, Column.CellFormatter[] cellFormatters, ParameterSet parameters, User user, ReportExecutionConfig... configs) voidXLSStreamOutputGenerator.initialize(OutputStream os, TableDefinition table, boolean withSubtotals, TableReport report, TableReport originalReport, Column.CellFormatter[] cellFormatters, ParameterSet parameters, User user, ReportExecutionConfig... configs) -
Uses of User in net.datenwerke.rs.base.service.reportengines.table.utils
Methods in net.datenwerke.rs.base.service.reportengines.table.utils with parameters of type UserModifier and TypeMethodDescriptionvoidTableReportColumnMetadataService.augmentWithMetadata(Collection<Column> columns, TableReport report, User user) voidTableReportColumnMetadataService.augmentWithMetadata(TableReport report, User user) voidTableReportColumnMetadataServiceImpl.augmentWithMetadata(Collection<Column> columns, TableReport report, User user) voidTableReportColumnMetadataServiceImpl.augmentWithMetadata(TableReport report, User user) TableReportColumnMetadataService.createColumnMetadataMap(TableReport realReport, User user) TableReportColumnMetadataServiceImpl.createColumnMetadataMap(TableReport report, User user) -
Uses of User in net.datenwerke.rs.box.service.box
Methods in net.datenwerke.rs.box.service.box with parameters of type UserModifier and TypeMethodDescriptionvoidBoxServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasink, DatasinkConfiguration config) voidDummyBoxServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasinkDefinition, DatasinkConfiguration config) -
Uses of User in net.datenwerke.rs.condition.service.condition
Methods in net.datenwerke.rs.condition.service.condition with parameters of type UserModifier and TypeMethodDescriptionbooleanConditionService.executeCondition(Condition condition, String expression, User user) booleanConditionServiceImpl.executeCondition(Condition condition, String expression, User user) -
Uses of User in net.datenwerke.rs.condition.service.condition.hookers
Methods in net.datenwerke.rs.condition.service.condition.hookers with parameters of type UserModifier and TypeMethodDescriptionbooleanNotIsEmptySchedulerCondition.execute(String key, String expression, User user, ReportExecuteJob rJob) -
Uses of User in net.datenwerke.rs.condition.service.condition.hooks
Methods in net.datenwerke.rs.condition.service.condition.hooks with parameters of type UserModifier and TypeMethodDescriptionbooleanConditionProviderHook.execute(String key, String expression, User user, ReportExecuteJob rJob) -
Uses of User in net.datenwerke.rs.core.server.reportexport.helper
Methods in net.datenwerke.rs.core.server.reportexport.helper that return User -
Uses of User in net.datenwerke.rs.core.service.datasinkmanager
Methods in net.datenwerke.rs.core.service.datasinkmanager with parameters of type UserModifier and TypeMethodDescriptionvoidBasicDatasinkService.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasinkDefinition, DatasinkConfiguration config) voidDatasinkService.exportIntoDatasink(Object report, User user, DatasinkDefinition datasink, DatasinkConfiguration config) Sends a data to the specified datasink, defined in a givenDatasinkDefinitiondatasink.voidDatasinkServiceImpl.exportIntoDatasink(Object data, User user, DatasinkDefinition datasinkDefinition, DatasinkConfiguration config) -
Uses of User in net.datenwerke.rs.core.service.i18ntools
Methods in net.datenwerke.rs.core.service.i18ntools with parameters of type UserModifier and TypeMethodDescriptionI18nToolsService.getUserDecimalSeparator(User u) I18nToolsServiceImpl.getUserDecimalSeparator(User u) I18nToolsService.getUserNumberFormatter(User user) I18nToolsServiceImpl.getUserNumberFormatter(User user) voidI18nToolsService.setUserDecimalSeparator(User u, String separator) voidI18nToolsServiceImpl.setUserDecimalSeparator(User u, String separator) I18nToolsService.translateNumberFromSystemToUser(String valueOf, User user) I18nToolsServiceImpl.translateNumberFromSystemToUser(String fe, User user) -
Uses of User in net.datenwerke.rs.core.service.i18ntools.mockup
Methods in net.datenwerke.rs.core.service.i18ntools.mockup with parameters of type UserModifier and TypeMethodDescriptionI18nToolsServiceMockup.getUserDecimalSeparator(User u) I18nToolsServiceMockup.getUserNumberFormatter(User user) voidI18nToolsServiceMockup.setUserDecimalSeparator(User u, String separator) I18nToolsServiceMockup.translateNumberFromSystemToUser(String valueOf, User user) -
Uses of User in net.datenwerke.rs.core.service.login
Methods in net.datenwerke.rs.core.service.login with parameters of type User -
Uses of User in net.datenwerke.rs.core.service.mail
Methods in net.datenwerke.rs.core.service.mail with parameters of type UserModifier and TypeMethodDescriptionInternetAddressMailService.getMailFrom(User user, Optional<EmailDatasink> datasink) InternetAddressMailServiceImpl.getMailFrom(User user, Optional<EmailDatasink> datasink) Method parameters in net.datenwerke.rs.core.service.mail with type arguments of type UserModifier and TypeMethodDescriptionList<Address> MailService.getEmailList(List<User> users) List<Address> MailServiceImpl.getEmailList(List<User> users) Constructor parameters in net.datenwerke.rs.core.service.mail with type arguments of type UserModifierConstructorDescriptionMailBuilder(<any> mailServiceProvider, <any> tempFileServiceProvider, <any> zipServiceProvider, <any> mimeUtilsProvider, String subject, String body, List<User> recipients, InternetAddress from) -
Uses of User in net.datenwerke.rs.core.service.parameters.entities
Methods in net.datenwerke.rs.core.service.parameters.entities with parameters of type UserModifier and TypeMethodDescriptionvoidParameterInstance.configureEL(User user, ExpressionFactory factory, ELContext context, ParameterSet parameterSet) Configures the EL that is used to parse the parameters into the query strings.voidParameterInstance.configureParameterMap(User user, Map<String, ParameterValue> parameterMap, ParameterSet parameterSet) abstract ObjectParameterInstance.getDefaultValue(User user, ParameterSet parameterSet) abstract ObjectParameterInstance.getSelectedValue(User user) ParameterInstance.prettyPrintSelectedValue(User user) ParameterInstance.toInformationString(User user) Should provide a short summary about the selected value -
Uses of User in net.datenwerke.rs.core.service.reportmanager
Methods in net.datenwerke.rs.core.service.reportmanager with parameters of type UserModifier and TypeMethodDescriptionReportExecutorService.execute(OutputStream os, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig... configs) ReportExecutorService.execute(Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig... configs) ReportExecutorService.execute(Report report, User user, String outputFormat, ReportExecutionConfig... configs) ReportExecutorServiceImpl.execute(OutputStream os, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig... configs) Loops over the list of registered report engines and executes the report with the corresponding engine.ReportExecutorServiceImpl.execute(Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig... configs) ReportExecutorServiceImpl.execute(Report report, User user, String outputFormat, ReportExecutionConfig... configs) ReportExecutorService.executeDry(Report report, ParameterSet backLinkSet, User user, String outputFormat, ReportExecutionConfig... reportExecutorConfigs) ReportExecutorServiceImpl.executeDry(Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig... configs) ReportExecutorService.exportMetadata(Report report, User user, ParameterSet parameterSet, String outputFormat) ReportExecutorServiceImpl.exportMetadata(Report report, User user, ParameterSet parameterSet, String outputFormat) ReportService.getVariantsOf(AbstractReportManagerNode report, User user) ReportServiceImpl.getVariantsOf(AbstractReportManagerNode report, User user) voidReportExecutorService.isExecutable(Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig... configs) voidReportExecutorService.isExecutable(Report report, User user, String outputFormat, ReportExecutionConfig... configs) voidReportExecutorServiceImpl.isExecutable(Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig... configs) voidReportExecutorServiceImpl.isExecutable(Report report, User user, String outputFormat, ReportExecutionConfig... configs) booleanReportExecutorService.supportsStreaming(Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig... configs) booleanReportExecutorServiceImpl.supportsStreaming(Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig... configs) -
Uses of User in net.datenwerke.rs.core.service.reportmanager.engine
Methods in net.datenwerke.rs.core.service.reportmanager.engine with parameters of type UserModifier and TypeMethodDescriptionReportEngine.execute(OutputStream os, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig... configs) Executes a given report.ReportEngine.executeDry(OutputStream os, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) ReportEngine.exportMetadata(Report report, ParameterSet additionalParameters, User user, String outputFormat) voidReportEngine.isExecutable(Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig... configs) booleanReportEngine.supportsStreaming(Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig... configs) -
Uses of User in net.datenwerke.rs.core.service.reportmanager.engine.hooks
Methods in net.datenwerke.rs.core.service.reportmanager.engine.hooks with parameters of type UserModifier and TypeMethodDescriptionReportEngineTakeOverExecutionHook.executeReport(ReportEngine engine, OutputStream os, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) Execute the report.ReportEngineTakeOverExecutionHook.executeReportDry(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) Return an empty CompiledReport object to specify mime type and extension.booleanReportEngineTakeOverExecutionHook.supportsStreaming(ReportEngine reportEngine, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) booleanReportEngineTakeOverExecutionHook.takesOver(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) return true in order to bypass the report engine and perform manual execution of the report -
Uses of User in net.datenwerke.rs.core.service.reportmanager.engine.hooks.adapter
Methods in net.datenwerke.rs.core.service.reportmanager.engine.hooks.adapter with parameters of type UserModifier and TypeMethodDescriptionReportEngineTakeOverExecutionHookAdapter.executeReport(ReportEngine engine, OutputStream os, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) ReportEngineTakeOverExecutionHookAdapter.executeReportDry(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) booleanReportEngineTakeOverExecutionHookAdapter.supportsStreaming(ReportEngine reportEngine, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) booleanReportEngineTakeOverExecutionHookAdapter.takesOver(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) -
Uses of User in net.datenwerke.rs.core.service.reportmanager.hooks
Methods in net.datenwerke.rs.core.service.reportmanager.hooks with parameters of type UserModifier and TypeMethodDescriptionReportDtoReportExecutorExecuteAsHooker.adjustReport(ReportDto report, User currentUser, String format, Collection<ReportExecutionConfig> config) ReportExecutorExecuteAsHooker.adjustResult(ReportDto reportDto, User currentUser, Collection<ReportExecutionConfig> config, Object res) voidReportExecutionNotificationHook.doVetoReportExecution(Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) Called before the execution of a report and meant to allow to veto (stop) that execution.ReportExecutorExecuteAsHooker.getConfig(ReportDto report, User currentUser, String format, DwModel config) voidReportExecutionNotificationHook.notifyOfReportExecution(Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) Called before a report is about to be executed.voidReportExecutionNotificationHook.notifyOfReportsSuccessfulExecution(CompiledReport compiledReport, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) Called after successful completion of a report execution.voidReportExecutionNotificationHook.notifyOfReportsUnsuccessfulExecution(ReportExecutorException e, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) Called after an unsuccessful execution of a report.ParameterReplacementHook.provideParameterReplacement(User user, Report report, ParameterInstance parameterInstance) Hook method to customize parameter values and types just before a report is executed. -
Uses of User in net.datenwerke.rs.core.service.reportmanager.hooks.adapter
Methods in net.datenwerke.rs.core.service.reportmanager.hooks.adapter with parameters of type UserModifier and TypeMethodDescriptionvoidReportExecutionNotificationHookAdapter.doVetoReportExecution(Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) voidReportExecutionNotificationHookAdapter.notifyOfReportExecution(Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) voidReportExecutionNotificationHookAdapter.notifyOfReportsSuccessfulExecution(CompiledReport compiledReport, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) voidReportExecutionNotificationHookAdapter.notifyOfReportsUnsuccessfulExecution(ReportExecutorException e, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) -
Uses of User in net.datenwerke.rs.core.service.reportmanager.metadata
Methods in net.datenwerke.rs.core.service.reportmanager.metadata with parameters of type UserModifier and TypeMethodDescriptionvoidReportMetadataParameterReplacement.extendJuel(User user, Report report, ExpressionFactory factory, ELContext context) ReportMetadataParameterReplacement.provideReplacements(User user, Report report) voidAbstractPlainMetadataExporter.visitParameter(ParameterInstance instance, ParameterDefinition definition, User user) voidReportMetadataExporter.visitParameter(ParameterInstance instance, ParameterDefinition definition, User user) voidvoidThe user the report "was" created with -
Uses of User in net.datenwerke.rs.core.service.reportmanager.parameters
Methods in net.datenwerke.rs.core.service.reportmanager.parameters that return UserMethods in net.datenwerke.rs.core.service.reportmanager.parameters with parameters of type UserModifier and TypeMethodDescriptionvoidParameterSetReplacementProvider.extendJuel(User user, Report report, ExpressionFactory factory, ELContext context) voidParameterSetReplacementProviderImpl.extendJuel(User user, Report report, ExpressionFactory factory, ELContext context) ParameterSetReplacementProvider.provideReplacements(User user, Report report) ParameterSetReplacementProviderImpl.provideReplacements(User user, Report report) ParameterSetFactory.safeCreate(User user) Constructors in net.datenwerke.rs.core.service.reportmanager.parameters with parameters of type UserModifierConstructorDescriptionParameterSet(AuthenticatorService authService, User user, Report report) ParameterSet(User user) -
Uses of User in net.datenwerke.rs.core.service.urlview
Constructors in net.datenwerke.rs.core.service.urlview with parameters of type User -
Uses of User in net.datenwerke.rs.crystal.service.crystal.reportengine
Methods in net.datenwerke.rs.crystal.service.crystal.reportengine with parameters of type UserModifier and TypeMethodDescriptionbooleanCrystalReportEngine.supportsStreaming(Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig... configs) -
Uses of User in net.datenwerke.rs.dashboard.service.dashboard
Methods in net.datenwerke.rs.dashboard.service.dashboard with parameters of type UserModifier and TypeMethodDescriptionDashboardServiceImpl.createDashboardForUser(User user) DashboardService.getDashboardFor(User user) DashboardServiceImpl.getDashboardFor(User user) DashboardService.getExplicitPrimaryDashboard(User user) DashboardServiceImpl.getExplicitPrimaryDashboard(User user) DashboardService.getUserDashboard(User user) DashboardServiceImpl.getUserDashboard(User user) booleanbooleanDadgetService.loadFavoriteList(User currentUser) DadgetServiceImpl.loadFavoriteList(User currentUser) voidDashboardService.removeDashboardFor(User user) voidDashboardServiceImpl.removeDashboardFor(User user) -
Uses of User in net.datenwerke.rs.dashboard.service.dashboard.dagets
Methods in net.datenwerke.rs.dashboard.service.dashboard.dagets that return UserMethods in net.datenwerke.rs.dashboard.service.dashboard.dagets with parameters of type User -
Uses of User in net.datenwerke.rs.dashboard.service.dashboard.entities
Methods in net.datenwerke.rs.dashboard.service.dashboard.entities that return UserMethods in net.datenwerke.rs.dashboard.service.dashboard.entities with parameters of type User -
Uses of User in net.datenwerke.rs.dropbox.service.dropbox
Methods in net.datenwerke.rs.dropbox.service.dropbox with parameters of type UserModifier and TypeMethodDescriptionvoidDropboxServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasink, DatasinkConfiguration config) voidDummyDropboxServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasinkDefinition, DatasinkConfiguration config) -
Uses of User in net.datenwerke.rs.emaildatasink.service.emaildatasink
Methods in net.datenwerke.rs.emaildatasink.service.emaildatasink with parameters of type UserModifier and TypeMethodDescriptionvoidEmailDatasinkServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasink, DatasinkConfiguration config) -
Uses of User in net.datenwerke.rs.emaildatasink.service.emaildatasink.configs
Methods in net.datenwerke.rs.emaildatasink.service.emaildatasink.configs that return types with arguments of type User -
Uses of User in net.datenwerke.rs.ftp.service.ftp
Methods in net.datenwerke.rs.ftp.service.ftp with parameters of type UserModifier and TypeMethodDescriptionvoidFtpServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasink, DatasinkConfiguration config) voidFtpsServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasink, DatasinkConfiguration config) voidSftpServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasink, DatasinkConfiguration config) -
Uses of User in net.datenwerke.rs.globalconstants.service.globalconstants
Methods in net.datenwerke.rs.globalconstants.service.globalconstants with parameters of type UserModifier and TypeMethodDescriptionGlobalConstantParameterReplacementProvider.provideReplacements(User user, Report report) -
Uses of User in net.datenwerke.rs.googledrive.service.googledrive
Methods in net.datenwerke.rs.googledrive.service.googledrive with parameters of type UserModifier and TypeMethodDescriptionvoidDummyGoogleDriveServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasinkDefinition, DatasinkConfiguration config) voidGoogleDriveServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasink, DatasinkConfiguration config) -
Uses of User in net.datenwerke.rs.grideditor.service.grideditor
Methods in net.datenwerke.rs.grideditor.service.grideditor with parameters of type UserModifier and TypeMethodDescriptionGridEditorService.getDefinition(GridEditorReport report, User user, ParameterSet parameters) GridEditorServiceImpl.getDefinition(GridEditorReport report, User user, ParameterSet parameters) -
Uses of User in net.datenwerke.rs.grideditor.service.grideditor.definition
Methods in net.datenwerke.rs.grideditor.service.grideditor.definition with parameters of type UserModifier and TypeMethodDescriptionvoidGridEditorDefinition.commitChanges(GridEditorReport referenceReport, User user, ParameterSet ps, List<GridEditorRecordDto> modified, List<GridEditorRecordDto> modifiedOriginals, List<GridEditorRecordDto> deletedRecords, List<GridEditorRecordDto> newRecords) GridEditorDefinition.getData(GridEditorReport report, User user, ParameterSet parameters, ReportExecutionConfig[] configs) -
Uses of User in net.datenwerke.rs.grideditor.service.grideditor.definition.db
Methods in net.datenwerke.rs.grideditor.service.grideditor.definition.db with parameters of type UserModifier and TypeMethodDescriptionvoidDbGridEditorDefinitionAdapter.callAfterCommitHooks(TableReport tableReport, GridEditorReport report, User user, ParameterSet ps, List<GridEditorRecordDto> modified, List<GridEditorRecordDto> modifiedOriginals, List<GridEditorRecordDto> deletedRecords, List<GridEditorRecordDto> newRecords) voidDbGridEditorDefinitionAdapterImpl.callAfterCommitHooks(TableReport tableReport, GridEditorReport report, User user, ParameterSet ps, List<GridEditorRecordDto> modified, List<GridEditorRecordDto> modifiedOriginals, List<GridEditorRecordDto> deletedRecords, List<GridEditorRecordDto> newRecords) voidDbGridEditorDefinitionAdapter.callBeforeCommitHooks(TableReport tableReport, GridEditorReport report, User user, ParameterSet ps, List<GridEditorRecordDto> modified, List<GridEditorRecordDto> modifiedOriginals, List<GridEditorRecordDto> deletedRecords, List<GridEditorRecordDto> newRecords) voidDbGridEditorDefinitionAdapterImpl.callBeforeCommitHooks(TableReport tableReport, GridEditorReport report, User user, ParameterSet ps, List<GridEditorRecordDto> modified, List<GridEditorRecordDto> modifiedOriginals, List<GridEditorRecordDto> deletedRecords, List<GridEditorRecordDto> newRecords) voidDbGridEditorDefinition.commitChanges(GridEditorReport report, User user, ParameterSet ps, List<GridEditorRecordDto> modified, List<GridEditorRecordDto> modifiedOriginals, List<GridEditorRecordDto> deletedRecords, List<GridEditorRecordDto> newRecords) voidDbGridEditorDefinitionAdapter.commitChanges(Connection connection, TableReport tableReport, GridEditorReport report, User user, ParameterSet ps, List<GridEditorRecordDto> modified, List<GridEditorRecordDto> modifiedOriginals, List<GridEditorRecordDto> deletedRecords, List<GridEditorRecordDto> newRecords) voidDbGridEditorDefinitionAdapterImpl.commitChanges(Connection connection, TableReport tableReport, GridEditorReport report, User user, ParameterSet ps, List<GridEditorRecordDto> modified, List<GridEditorRecordDto> modifiedOriginals, List<GridEditorRecordDto> deletedRecords, List<GridEditorRecordDto> newRecords) DbGridEditorDefinition.getData(GridEditorReport report, User user, ParameterSet parameters, ReportExecutionConfig[] configs) -
Uses of User in net.datenwerke.rs.grideditor.service.grideditor.hookers
Methods in net.datenwerke.rs.grideditor.service.grideditor.hookers with parameters of type UserModifier and TypeMethodDescriptionReportDtoExecuteAsGridEditorHooker.adjustReport(ReportDto report, User currentUser, String format, Collection<ReportExecutionConfig> config) DtoExecuteAsGridEditorHooker.adjustResult(ReportDto reportDto, User currentUser, Collection<ReportExecutionConfig> config, Object result) voidGridEditorAfterCommitHook.doAfterCommit(TableReport tableReport, GridEditorReport report, User user, ParameterSet ps, List<Map<String, ModifiedGridEditorEntry>> modifiedRecords, List<Map<String, Object>> deletedRecords, List<Map<String, Object>> newRecords) voidGridEditorBeforeCommitHook.doBeforeCommit(TableReport tableReport, GridEditorReport report, User user, ParameterSet ps, List<Map<String, ModifiedGridEditorEntry>> modifiedRecords, List<Map<String, Object>> deletedRecords, List<Map<String, Object>> newRecords) ExecuteAsGridEditorHooker.getConfig(ReportDto report, User currentUser, String format, DwModel configModel) -
Uses of User in net.datenwerke.rs.grideditor.service.grideditor.reportengine.output.generator
Methods in net.datenwerke.rs.grideditor.service.grideditor.reportengine.output.generator with parameters of type UserModifier and TypeMethodDescriptionGridEditorDataLoader.exportReport(GridEditorReport report, User user, ParameterSet parameters, String outputFormat, ReportExecutionConfig... configs) GridEditorExcelExport.exportReport(GridEditorReport report, User user, ParameterSet parameters, String outputFormat, ReportExecutionConfig... configs) GridEditorOutputGenerator.exportReport(GridEditorReport report, User user, ParameterSet parameters, String outputFormat, ReportExecutionConfig... configs) -
Uses of User in net.datenwerke.rs.incubator.service.exportmetadata
Methods in net.datenwerke.rs.incubator.service.exportmetadata with parameters of type UserModifier and TypeMethodDescriptionReturns the author of the givenReportExportMetadataService.getCreator(Report report, User user) Returns the creator of the givenReportExportMetadataServiceImpl.getCreator(Report report, User user) Returns the title of the givenReport -
Uses of User in net.datenwerke.rs.incubator.service.exportmetadata.hookers
Methods in net.datenwerke.rs.incubator.service.exportmetadata.hookers with parameters of type UserModifier and TypeMethodDescriptionvoidMetadataJasperPdfExportHooker.afterExport(String type, JRExporter exporter, JasperReport report, CompiledRSJasperReport compiledReport, User user) Nothing to do after an export.voidMetadataTablePdfExportHooker.afterExport(Report report, User user, CompiledReport compiledReport, TableOutputGenerator outputGenerator, String outputFormat) voidMetadataJasperPdfExportHooker.beforeExport(String type, JRExporter exporter, JasperReport report, User user) Sets the three configurable metadata fields for PDF files.voidMetadataTablePdfExportHooker.beforeExport(Report report, User user, TableDefinition td, TableOutputGenerator outputGenerator, String outputFormat) -
Uses of User in net.datenwerke.rs.incubator.service.jaspertotable.hookers
Methods in net.datenwerke.rs.incubator.service.jaspertotable.hookers with parameters of type UserModifier and TypeMethodDescriptionJasperTableExecutorHook.executeReport(ReportEngine engine, OutputStream os, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) JasperTableExecutorHook.executeReportDry(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) booleanJasperTableExecutorHook.supportsStreaming(ReportEngine reportEngine, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) booleanJasperTableExecutorHook.takesOver(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) -
Uses of User in net.datenwerke.rs.incubator.service.outputformatauth.hookers
Methods in net.datenwerke.rs.incubator.service.outputformatauth.hookers with parameters of type UserModifier and TypeMethodDescriptionvoidLargeReportExecutionVetoer.doVetoReportExecution(Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) voidOutputFormatAuthWatchDog.doVetoReportExecution(Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) voidLargeReportExecutionVetoer.notifyOfReportExecution(Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) voidOutputFormatAuthWatchDog.notifyOfReportExecution(Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) voidLargeReportExecutionVetoer.notifyOfReportsSuccessfulExecution(CompiledReport compiledReport, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) voidOutputFormatAuthWatchDog.notifyOfReportsSuccessfulExecution(CompiledReport compiledReport, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) voidLargeReportExecutionVetoer.notifyOfReportsUnsuccessfulExecution(ReportExecutorException e, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) voidOutputFormatAuthWatchDog.notifyOfReportsUnsuccessfulExecution(ReportExecutorException e, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) -
Uses of User in net.datenwerke.rs.jxlsreport.service.jxlsreport.reportengine
Methods in net.datenwerke.rs.jxlsreport.service.jxlsreport.reportengine with parameters of type UserModifier and TypeMethodDescriptionJxlsReportEngine.executeDry(OutputStream os, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) booleanJxlsReportEngine.supportsStreaming(Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig... configs) -
Uses of User in net.datenwerke.rs.jxlstemplate.service.jxlstemplate.output.generator
Methods in net.datenwerke.rs.jxlstemplate.service.jxlstemplate.output.generator with parameters of type UserModifier and TypeMethodDescriptionvoidJxlsTemplateOutputGenerator.initialize(OutputStream os, TableDefinition td, boolean withSubtotals, TableReport report, TableReport orgReport, Column.CellFormatter[] cellFormatters, ParameterSet parameters, User user, ReportExecutionConfig... configs) -
Uses of User in net.datenwerke.rs.ldap.service.ldap
Methods in net.datenwerke.rs.ldap.service.ldap with parameters of type UserModifier and TypeMethodDescriptionBindResultLdapService.authenticate(User user, String password) Authenticates the given user with the given password against the LDAP origin. -
Uses of User in net.datenwerke.rs.localfsdatasink.service.localfsdatasink
Methods in net.datenwerke.rs.localfsdatasink.service.localfsdatasink with parameters of type UserModifier and TypeMethodDescriptionvoidDummyLocalFileSystemServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasinkDefinition, DatasinkConfiguration config) voidLocalFileSystemServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasink, DatasinkConfiguration config) -
Uses of User in net.datenwerke.rs.onedrive.service.onedrive
Methods in net.datenwerke.rs.onedrive.service.onedrive with parameters of type UserModifier and TypeMethodDescriptionvoidDummyOneDriveServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasinkDefinition, DatasinkConfiguration config) -
Uses of User in net.datenwerke.rs.passwordpolicy.service
Methods in net.datenwerke.rs.passwordpolicy.service with parameters of type UserModifier and TypeMethodDescriptionBsiPasswordPolicyService.getUserMetadata(User user) BsiPasswordPolicyServiceImpl.getUserMetadata(User user) voidBsiPasswordPolicyUserMetadata.loadfromUser(User user, UserPropertiesService userPropertiesService) voidBsiPasswordPolicyUserMetadata.updateUser(User user, UserPropertiesService userPropertiesService) voidBsiPasswordPolicyService.updateUserMetadata(User user, BsiPasswordPolicyUserMetadata userMetadata) voidBsiPasswordPolicyServiceImpl.updateUserMetadata(User user, BsiPasswordPolicyUserMetadata userMetadata) -
Uses of User in net.datenwerke.rs.passwordpolicy.service.activateuser
Methods in net.datenwerke.rs.passwordpolicy.service.activateuser with parameters of type UserModifier and TypeMethodDescriptionvoidActivateUserService.activateAccount(User user) voidActivateUserService.activateAccount(User user, boolean force) voidActivateUserServiceImpl.activateAccount(User user) voidActivateUserServiceImpl.activateAccount(User user, boolean force) -
Uses of User in net.datenwerke.rs.passwordpolicy.service.events
Constructors in net.datenwerke.rs.passwordpolicy.service.events with parameters of type User -
Uses of User in net.datenwerke.rs.passwordpolicy.service.hooker
Methods in net.datenwerke.rs.passwordpolicy.service.hooker with parameters of type UserModifier and TypeMethodDescriptionvoidvoidBsiPasswordPolicyChangePasswordHook.afterPasswordChanged(User user) voidBsiPasswordPolicyChangePasswordHook.beforePasswordChanged(User user, String newPassword) voidBsiPasswordPolicyPasswordSetHook.passwordWasSet(User user) -
Uses of User in net.datenwerke.rs.printer.service.printer
Methods in net.datenwerke.rs.printer.service.printer with parameters of type UserModifier and TypeMethodDescriptionvoidDummyPrinterServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasinkDefinition, DatasinkConfiguration config) voidPrinterServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasink, DatasinkConfiguration config) -
Uses of User in net.datenwerke.rs.remoteaccess.service.sftp
Methods in net.datenwerke.rs.remoteaccess.service.sftp that return User -
Uses of User in net.datenwerke.rs.saiku.service.saiku
Methods in net.datenwerke.rs.saiku.service.saiku with parameters of type UserModifier and TypeMethodDescriptionCellSetThinQueryService.executeInternalQuery(User user, ParameterSet parameterSet, ThinQuery query, SaikuReport report, Cube cube) CellSetThinQueryServiceImpl.executeInternalQuery(User user, ParameterSet parameterSet, ThinQuery query, SaikuReport report, Cube cube) -
Uses of User in net.datenwerke.rs.saiku.service.saiku.reportengine
Methods in net.datenwerke.rs.saiku.service.saiku.reportengine with parameters of type UserModifier and TypeMethodDescriptionbooleanSaikuReportEngine.supportsStreaming(Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig... configs) -
Uses of User in net.datenwerke.rs.saiku.service.saiku.reportengine.output.generator
Methods in net.datenwerke.rs.saiku.service.saiku.reportengine.output.generator with parameters of type UserModifier and TypeMethodDescriptionvoidSaikuOutputGenerator.initialize(SaikuReport report, User user) voidSaikuOutputGeneratorImpl.initialize(SaikuReport report, User user) -
Uses of User in net.datenwerke.rs.saikupivot.service
Methods in net.datenwerke.rs.saikupivot.service with parameters of type UserModifier and TypeMethodDescriptionSaikuPivotService.createSaikuFrom(User user, TableReport report, String executeToken) SaikuPivotServiceImpl.createSaikuFrom(User user, TableReport report, String executeToken) SaikuPivotService.cubeExport(User user, TableReport report, String executeToken) SaikuPivotServiceImpl.cubeExport(User user, TableReport report, String executeToken) -
Uses of User in net.datenwerke.rs.saikupivot.service.hooker
Methods in net.datenwerke.rs.saikupivot.service.hooker with parameters of type UserModifier and TypeMethodDescriptionExportTableCubeReport.executeReport(ReportEngine engine, OutputStream os, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) ExportTableCubeReport.executeReportDry(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) booleanExportTableCubeReport.supportsStreaming(ReportEngine reportEngine, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) booleanExportTableCubeReport.takesOver(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) -
Uses of User in net.datenwerke.rs.samba.service.samba
Methods in net.datenwerke.rs.samba.service.samba with parameters of type UserModifier and TypeMethodDescriptionvoidDummySambaServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasinkDefinition, DatasinkConfiguration config) voidSambaServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasink, DatasinkConfiguration config) -
Uses of User in net.datenwerke.rs.scheduler.service.scheduler.jobs
Methods in net.datenwerke.rs.scheduler.service.scheduler.jobs that return UserMethods in net.datenwerke.rs.scheduler.service.scheduler.jobs with parameters of type UserModifier and TypeMethodDescriptionvoidReportServerJob.setExecutor(User executor) If no executor is set, the currently authenticated use is used.voidReportServerJob.setScheduledBy(User scheduledBy) -
Uses of User in net.datenwerke.rs.scheduler.service.scheduler.jobs.filter
Methods in net.datenwerke.rs.scheduler.service.scheduler.jobs.filter that return UserModifier and TypeMethodDescriptionReportServerJobFilter.getFromUser()ReportServerJobFilter.getOwner()ReportServerJobFilter.getScheduledBy()ReportServerJobFilter.getToUser()Methods in net.datenwerke.rs.scheduler.service.scheduler.jobs.filter with parameters of type UserModifier and TypeMethodDescriptionvoidReportServerJobFilter.setFromUser(User fromUser) voidvoidReportServerJobFilter.setScheduledBy(User scheduledBy) void -
Uses of User in net.datenwerke.rs.scheduler.service.scheduler.jobs.report
Methods in net.datenwerke.rs.scheduler.service.scheduler.jobs.report that return types with arguments of type UserMethods in net.datenwerke.rs.scheduler.service.scheduler.jobs.report with parameters of type UserMethod parameters in net.datenwerke.rs.scheduler.service.scheduler.jobs.report with type arguments of type User -
Uses of User in net.datenwerke.rs.scp.service.scp
Methods in net.datenwerke.rs.scp.service.scp with parameters of type UserModifier and TypeMethodDescriptionvoidDummyScpServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasinkDefinition, DatasinkConfiguration config) voidScpServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasink, DatasinkConfiguration config) -
Uses of User in net.datenwerke.rs.scriptdatasink.service.scriptdatasink
Methods in net.datenwerke.rs.scriptdatasink.service.scriptdatasink with parameters of type UserModifier and TypeMethodDescriptionvoidDummyScriptDatasinkServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasinkDefinition, DatasinkConfiguration config) voidScriptDatasinkServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasink, DatasinkConfiguration config) -
Uses of User in net.datenwerke.rs.scripting.service.scripting
Methods in net.datenwerke.rs.scripting.service.scripting with parameters of type UserModifier and TypeMethodDescriptionvoidScriptingService.validateExecution(User user, FileServerFile script) voidScriptingServiceImpl.validateExecution(User user, FileServerFile script) -
Uses of User in net.datenwerke.rs.scriptreport.service.scriptreport
Methods in net.datenwerke.rs.scriptreport.service.scriptreport with parameters of type UserModifier and TypeMethodDescriptionbooleanScriptReportEngine.supportsStreaming(Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig... configs) -
Uses of User in net.datenwerke.rs.scriptreport.service.scriptreport.generator
Methods in net.datenwerke.rs.scriptreport.service.scriptreport.generator with parameters of type UserModifier and TypeMethodDescriptionScriptReportGenericOutputGenerator.export(User user, Object con, ScriptReport sReport, ParameterSet parameters, String outputFormat, ReportExecutionConfig[] configs) ScriptReportOutputGenerator.export(User user, Object con, ScriptReport sReport, ParameterSet parameters, String outputFormat, ReportExecutionConfig[] configs) -
Uses of User in net.datenwerke.rs.scriptreport.service.scriptreport.hookers
Methods in net.datenwerke.rs.scriptreport.service.scriptreport.hookers with parameters of type UserModifier and TypeMethodDescriptionReportDtoExecuteAsScriptReportPreviewHooker.adjustReport(ReportDto report, User currentUser, String format, Collection<ReportExecutionConfig> config) ExecuteAsScriptReportPreviewHooker.adjustResult(ReportDto reportDto, User currentUser, Collection<ReportExecutionConfig> config, Object res) ExecuteAsScriptReportPreviewHooker.getConfig(ReportDto report, User currentUser, String format, DwModel config) -
Uses of User in net.datenwerke.rs.scriptreport.service.scriptreport.parameter
Methods in net.datenwerke.rs.scriptreport.service.scriptreport.parameter with parameters of type UserModifier and TypeMethodDescriptionvoidScriptParameterInstance.configureEL(User user, ExpressionFactory factory, ELContext context, ParameterSet parameterSet) voidScriptParameterInstance.configureParameterMap(User user, Map<String, ParameterValue> parameterMap, ParameterSet parameterSet) ScriptParameterInstance.getDefaultValue(User user, ParameterSet parameterSet) ScriptParameterInstance.getSelectedValue(User user) -
Uses of User in net.datenwerke.rs.tabledatasink.service.tabledatasink
Methods in net.datenwerke.rs.tabledatasink.service.tabledatasink with parameters of type UserModifier and TypeMethodDescriptionvoidDummyTableDatasinkServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasinkDefinition, DatasinkConfiguration config) voidTableDatasinkServiceImpl.doExportIntoDatasink(Object data, User user, DatasinkDefinition datasink, DatasinkConfiguration config) -
Uses of User in net.datenwerke.rs.tabletemplate.service.engines.jxls.hookers
Methods in net.datenwerke.rs.tabletemplate.service.engines.jxls.hookers with parameters of type UserModifier and TypeMethodDescriptionJxlsTemplateProviderHooker.executeReport(OutputStream os, ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs, TableReportTemplate template) JxlsTemplateProviderHooker.executeReportDry(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs, TableReportTemplate template) -
Uses of User in net.datenwerke.rs.tabletemplate.service.engines.velocity.hookers
Methods in net.datenwerke.rs.tabletemplate.service.engines.velocity.hookers with parameters of type UserModifier and TypeMethodDescriptionVelocityTemplateProviderHooker.executeReport(OutputStream os, ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs, TableReportTemplate template) VelocityTemplateProviderHooker.executeReportDry(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs, TableReportTemplate template) -
Uses of User in net.datenwerke.rs.tabletemplate.service.engines.xdoc.hookers
Methods in net.datenwerke.rs.tabletemplate.service.engines.xdoc.hookers with parameters of type UserModifier and TypeMethodDescriptionXdocTemplateProviderHooker.executeReport(OutputStream os, ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs, TableReportTemplate template) XdocTemplateProviderHooker.executeReportDry(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs, TableReportTemplate template) -
Uses of User in net.datenwerke.rs.tabletemplate.service.engines.xsl.hookers
Methods in net.datenwerke.rs.tabletemplate.service.engines.xsl.hookers with parameters of type UserModifier and TypeMethodDescriptionXslTemplateProviderHooker.executeReport(OutputStream os, ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs, TableReportTemplate template) XslTemplateProviderHooker.executeReportDry(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs, TableReportTemplate template) -
Uses of User in net.datenwerke.rs.tabletemplate.service.tabletemplate.hookers
Methods in net.datenwerke.rs.tabletemplate.service.tabletemplate.hookers with parameters of type UserModifier and TypeMethodDescriptionTableReportEngineEnhancerHooker.executeReport(ReportEngine engine, OutputStream os, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) TableReportEngineEnhancerHooker.executeReportDry(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) booleanTableReportEngineEnhancerHooker.supportsStreaming(ReportEngine reportEngine, Report report, ParameterSet parameterSet, User user, String outputFormat, ReportExecutionConfig[] configs) booleanTableReportEngineEnhancerHooker.takesOver(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs) -
Uses of User in net.datenwerke.rs.tabletemplate.service.tabletemplate.hooks
Methods in net.datenwerke.rs.tabletemplate.service.tabletemplate.hooks with parameters of type UserModifier and TypeMethodDescriptionTableTemplateProviderHook.executeReport(OutputStream os, ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs, TableReportTemplate template) TableTemplateProviderHook.executeReportDry(ReportEngine engine, Report report, ParameterSet additionalParameters, User user, String outputFormat, ReportExecutionConfig[] configs, TableReportTemplate template) -
Uses of User in net.datenwerke.rs.teamspace.service.teamspace
Methods in net.datenwerke.rs.teamspace.service.teamspace with parameters of type UserModifier and TypeMethodDescriptionTeamSpaceService.createTeamSpace(User user) TeamSpaceServiceImpl.createTeamSpace(User user) TeamSpaceService.getOwnedTeamSpaces(User user) TeamSpaceServiceImpl.getOwnedTeamSpaces(User owner) TeamSpaceService.getPrimarySpace(User user) TeamSpaceServiceImpl.getPrimarySpace(User user) TeamSpaceService.getTeamSpaces(User user) Returns theTeamSpaces that can be accessed by a given folkTeamSpaceServiceImpl.getTeamSpaces(User user) booleanTeamSpaceService.hasRole(User user, TeamSpace teamSpace, TeamSpaceRole roleToHave) booleanTeamSpaceServiceImpl.hasRole(User user, TeamSpace teamSpace, TeamSpaceRole roleToHave) booleanbooleanbooleanTeamSpaceService.isGlobalTsAdmin(User user) booleanTeamSpaceServiceImpl.isGlobalTsAdmin(User user) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidTeamSpaceService.provideAccess(TeamSpace teamSpace, User user, TeamSpaceRole role) voidTeamSpaceServiceImpl.provideAccess(TeamSpace teamSpace, User user, TeamSpaceRole role) -
Uses of User in net.datenwerke.rs.teamspace.service.teamspace.entities
Methods in net.datenwerke.rs.teamspace.service.teamspace.entities that return UserMethods in net.datenwerke.rs.teamspace.service.teamspace.entities that return types with arguments of type UserMethods in net.datenwerke.rs.teamspace.service.teamspace.entities with parameters of type User -
Uses of User in net.datenwerke.rs.transport.service.transport.entities
Methods in net.datenwerke.rs.transport.service.transport.entities that return UserMethods in net.datenwerke.rs.transport.service.transport.entities with parameters of type UserModifier and TypeMethodDescriptionvoidTransport.setAppliedBy(User appliedBy) voidTransport.setImportedBy(User importedBy) -
Uses of User in net.datenwerke.rs.uservariables.service.parameters
Methods in net.datenwerke.rs.uservariables.service.parameters with parameters of type UserModifier and TypeMethodDescriptionUserVariableParameterInstance.getDefaultValue(User user, ParameterSet parameterSet) UserVariableParameterInstance.getSelectedValue(User user) -
Uses of User in net.datenwerke.rs.uservariables.service.uservariables
Methods in net.datenwerke.rs.uservariables.service.uservariables with parameters of type UserModifier and TypeMethodDescriptionUserVariableService.getVariableInstanceForUser(User user, UserVariableDefinition variableDefinition) Returns theUserVariableInstancewhich was instantiated from the givenUserVariableDefinitionby the givenUserUserVariableServiceImpl.getVariableInstanceForUser(User user, UserVariableDefinition variableDefinition) -
Uses of User in net.datenwerke.rs.utils.exception
Methods in net.datenwerke.rs.utils.exception with parameters of type User -
Uses of User in net.datenwerke.scheduler.service.scheduler
Methods in net.datenwerke.scheduler.service.scheduler with parameters of type UserModifier and TypeMethodDescriptionvoidSchedulerService.assertJobExecutorChangeAllowed(User previousExecutor, User newExecutor) voidSchedulerServiceImpl.assertJobExecutorChangeAllowed(User previousExecutor, User newExecutor) voidSchedulerHelperService.replaceSchedulerUser(User oldUser, User newUser) Replaces an old user with a new user in all owners, executors, scheduled-by and recipients of all active scheduler jobs. -
Uses of User in net.datenwerke.security.service.authenticator
Methods in net.datenwerke.security.service.authenticator that return UserModifier and TypeMethodDescriptionAuthenticatorService.getCurrentUser()Returns the authenticated userAuthenticatorServiceImpl.getCurrentUser()AuthenticationResult.getUser()Methods in net.datenwerke.security.service.authenticator with parameters of type UserModifier and TypeMethodDescriptionstatic AuthenticationResultAuthenticationResult.cannotAuthenticate(boolean authoritative, User user) If authoritative is true, creates an AuthenticationResult denying access to the respective user.static AuthenticationResultAuthenticationResult.denyAccess(User user) Denies accessstatic AuthenticationResultAuthenticationResult.grantAccess(User user) Grants access to the given uservoidvoidConstructors in net.datenwerke.security.service.authenticator with parameters of type UserModifierConstructorDescriptionAuthenticationResult(boolean allowed, User user) AuthenticationResult(boolean valid, User user, boolean authoritative) Deprecated. -
Uses of User in net.datenwerke.security.service.authenticator.test
Methods in net.datenwerke.security.service.authenticator.test that return UserMethods in net.datenwerke.security.service.authenticator.test with parameters of type User -
Uses of User in net.datenwerke.security.service.crypto.pbe
Methods in net.datenwerke.security.service.crypto.pbe with parameters of type UserModifier and TypeMethodDescriptionPbeService.getClientEncryptionService(User user) PbeServiceImpl.getClientEncryptionService(User user) PbeService.getEncryptionService(User user) PbeServiceImpl.getEncryptionService(User user) -
Uses of User in net.datenwerke.security.service.security
Methods in net.datenwerke.security.service.security with parameters of type UserModifier and TypeMethodDescriptionbooleanSecurityService.checkActions(User user, Class<?> target, Class<? extends SecurityAction>... actions) booleanSecurityService.checkActions(User user, SecurityTarget target, Class<? extends SecurityAction>... actions) booleanSecurityServiceImpl.checkActions(User user, Class<?> target, Class<? extends SecurityAction>... actions) booleanSecurityServiceImpl.checkActions(User user, SecurityTarget target, Class<? extends SecurityAction>... actions) booleanSecurityService.checkRights(User user, Class<?> target, Class<? extends Securee> securee, Class<? extends Right>... rights) booleanSecurityService.checkRights(User user, SecurityTarget target, boolean requireInheritance, Class<? extends Securee> securee, Class<? extends Right>... rights) booleanSecurityService.checkRights(User user, SecurityTarget target, Class<? extends Securee> securee, Class<? extends Right>... rights) Tests whether the target has the specified rights.booleanSecurityServiceImpl.checkRights(User user, Class<?> target, Class<? extends Securee> securee, Class<? extends Right>... rights) booleanSecurityServiceImpl.checkRights(User user, SecurityTarget target, boolean requireInheritance, Class<? extends Securee> securee, Class<? extends Right>... rights) booleanSecurityServiceImpl.checkRights(User user, SecurityTarget target, Class<? extends Securee> securee, Class<? extends Right>... rights) booleanSecurityServiceImpl.testRights(SecurityTarget target, User user, boolean requireInheritance, Class<? extends Securee> securee, Collection<Right> rightsCollection) booleanSecurityServiceImpl.testRights_hierarchicalTarget(HierarchicalSecurityTarget target, User user, boolean requireInheritance, String secureeId, long bitField, boolean inherited) booleanSecurityServiceImpl.testRights_simpleTarget(SecurityTarget target, User user, String secureeId, long bitField) Method parameters in net.datenwerke.security.service.security with type arguments of type UserModifier and TypeMethodDescriptionvoidSecurityService.assertRights(Collection<User> users, Object target, Class<? extends Right>... rights) voidSecurityServiceImpl.assertRights(Collection<User> users, Object target, Class<? extends Right>... rights) -
Uses of User in net.datenwerke.security.service.security.dummyservice
Methods in net.datenwerke.security.service.security.dummyservice with parameters of type UserModifier and TypeMethodDescriptionbooleanSecurityAllowEverythingService.checkActions(User user, Class<?> target, Class<? extends SecurityAction>... actions) booleanSecurityAllowEverythingService.checkActions(User user, SecurityTarget target, Class<? extends SecurityAction>... actions) booleanSecurityAllowEverythingService.checkRights(User user, Class<?> target, Class<? extends Securee> securee, Class<? extends Right>... rights) booleanSecurityAllowEverythingService.checkRights(User user, SecurityTarget target, boolean requireInheritance, Class<? extends Securee> securee, Class<? extends Right>... rights) booleanSecurityAllowEverythingService.checkRights(User user, SecurityTarget target, Class<? extends Securee> securee, Class<? extends Right>... rights) Method parameters in net.datenwerke.security.service.security.dummyservice with type arguments of type UserModifier and TypeMethodDescriptionvoidSecurityAllowEverythingService.assertRights(Collection<User> users, Object target, Class<? extends Right>... rights) -
Uses of User in net.datenwerke.security.service.security.interfaces
Methods in net.datenwerke.security.service.security.interfaces that return UserMethods in net.datenwerke.security.service.security.interfaces with parameters of type User -
Uses of User in net.datenwerke.security.service.treedb.entities
Methods in net.datenwerke.security.service.treedb.entities that return UserMethods in net.datenwerke.security.service.treedb.entities with parameters of type User -
Uses of User in net.datenwerke.security.service.usermanager
Methods in net.datenwerke.security.service.usermanager that return UserModifier and TypeMethodDescriptionUserManagerService.getUserByMail(String mail) Finds aUserby emailUserManagerServiceImpl.getUserByMail(String email) UserManagerService.getUserByName(String name) Finds aUserby nameUserManagerServiceImpl.getUserByName(String name) UserManagerService.getUserOrNull(String username) UserManagerServiceImpl.getUserOrNull(String username) Methods in net.datenwerke.security.service.usermanager that return types with arguments of type UserModifier and TypeMethodDescriptionUserManagerService.getAllTransitiveUsers(AbstractUserManagerNode node) Returns all users underneath the node.UserManagerServiceImpl.getAllTransitiveUsers(AbstractUserManagerNode node) UserManagerService.getAllUsers()Returns aCollectionof all existingUsersUserManagerServiceImpl.getAllUsers()UserManagerService.getUsers(Collection<Long> ids) UserManagerService.getUsers(Collection<Long> ids, boolean dereferenceGroups) ReturnsUserobjects for all given IDs (be they user or group)UserManagerServiceImpl.getUsers(Collection<Long> ids) UserManagerServiceImpl.getUsers(Collection<Long> ids, boolean dereferenceGroups) UserManagerService.getUsersByMail(String email) UserManagerServiceImpl.getUsersByMail(String email) Methods in net.datenwerke.security.service.usermanager with parameters of type UserModifier and TypeMethodDescriptionvoidUserManagerService.changePassword(User user, String oldPassword, String newPassword) voidUserManagerServiceImpl.changePassword(User user, String oldPassword, String newPassword) UserManagerService.getDirectGroups(User user) Returns groups in which the user is a direct member.UserManagerServiceImpl.getDirectGroups(User user) UserManagerService.getIndirectGroups(User user) Returns groups in which the user is an indirect member.UserManagerServiceImpl.getIndirectGroups(User user) UserPropertiesService.getProperties(User user) UserPropertiesServiceImpl.getProperties(User user) UserPropertiesService.getProperty(User user, String key) UserPropertiesServiceImpl.getProperty(User user, String key) UserPropertiesService.getPropertyValue(User user, String key) UserPropertiesServiceImpl.getPropertyValue(User user, String key) UserManagerService.getReferencedGroups(User user) Returns all groups in which the user is a direct or indirect member.UserManagerServiceImpl.getReferencedGroups(User user) voidUserPropertiesService.removeProperty(User user, String key) booleanUserPropertiesService.removeProperty(User user, UserProperty property) voidUserPropertiesServiceImpl.removeProperty(User user, String key) booleanUserPropertiesServiceImpl.removeProperty(User user, UserProperty property) voidUserManagerService.setPassword(User user, String newPassword) Sets theUsers passwordvoidUserManagerServiceImpl.setPassword(User user, String newPassword) voidUserPropertiesService.setProperties(User user, Set<UserProperty> properties) voidUserPropertiesServiceImpl.setProperties(User user, Set<UserProperty> properties) voidUserPropertiesService.setProperty(User user, UserProperty property) voidUserPropertiesServiceImpl.setProperty(User user, UserProperty property) voidUserPropertiesService.setPropertyValue(User user, String key, Object value) voidUserPropertiesServiceImpl.setPropertyValue(User user, String key, Object value) booleanUserManagerService.userInFolk(User user, AbstractUserManagerNode folk) Tests whether the submittedUseris part of the folk.booleanUserManagerServiceImpl.userInFolk(User user, AbstractUserManagerNode folk) booleanUserManagerServiceImpl.userInFolk(User user, AbstractUserManagerNode folk, Set<Group> seenGroups) -
Uses of User in net.datenwerke.security.service.usermanager.entities
Methods in net.datenwerke.security.service.usermanager.entities that return types with arguments of type UserMethods in net.datenwerke.security.service.usermanager.entities with parameters of type UserMethod parameters in net.datenwerke.security.service.usermanager.entities with type arguments of type User -
Uses of User in net.datenwerke.security.service.usermanager.entities.post
Methods in net.datenwerke.security.service.usermanager.entities.post with parameters of type UserModifier and TypeMethodDescriptionvoidUser2DtoPostProcessor.dtoCreated(User user, UserDto userDto) voidUser2DtoPostProcessor.dtoInstantiated(User arg0, UserDto arg1) -
Uses of User in net.datenwerke.security.service.usermanager.hooks
Methods in net.datenwerke.security.service.usermanager.hooks with parameters of type UserModifier and TypeMethodDescriptionvoidvoidChangePasswordHook.afterPasswordChanged(User user) voidUserPropertyChangedHook.afterUserPropertyChange(User user, UserProperty oldValue, UserProperty newValue) voidChangePasswordHook.beforePasswordChanged(User user, String newPassword) voidUserPropertyChangedHook.beforeUserPropertyChange(User user, UserProperty oldValue, UserProperty newValue) voidNotificationEmailChangedPasswordHook.passwordWasManuallySet(User user, boolean createdPassword) voidPasswordManualSetHook.passwordWasManuallySet(User user, boolean createdPassword) voidPasswordSetHook.passwordWasSet(User user) -
Uses of User in net.datenwerke.security.service.usermanager.hooks.adapter
Methods in net.datenwerke.security.service.usermanager.hooks.adapter with parameters of type UserModifier and TypeMethodDescriptionvoidChangePasswordHookAdapter.afterPasswordChanged(User user) voidChangePasswordHookAdapter.beforePasswordChanged(User user, String newPassword) -
Uses of User in net.datenwerke.security.service.usermanager.mockup
Methods in net.datenwerke.security.service.usermanager.mockup with parameters of type UserModifier and TypeMethodDescriptionUserPropertiesServiceMockup.getProperties(User user) UserPropertiesServiceMockup.getProperty(User user, String key) UserPropertiesServiceMockup.getPropertyValue(User user, String key) voidUserPropertiesServiceMockup.removeProperty(User user, String key) booleanUserPropertiesServiceMockup.removeProperty(User user, UserProperty property) voidUserPropertiesServiceMockup.setProperties(User user, Set<UserProperty> properties) voidUserPropertiesServiceMockup.setProperty(User user, UserProperty property) voidUserPropertiesServiceMockup.setPropertyValue(User user, String key, Object value)