Uses of Interface
net.datenwerke.rs.utils.properties.ApplicationPropertiesService
Packages that use ApplicationPropertiesService
Package
Description
-
Uses of ApplicationPropertiesService in net.datenwerke.gf.service.authenticator
Methods in net.datenwerke.gf.service.authenticator with parameters of type ApplicationPropertiesServiceModifier and TypeMethodDescriptionAuthenticatorModule.providePAMs(ApplicationPropertiesService propertiesService, HookHandlerService hookHandlerService, Injector injector) -
Uses of ApplicationPropertiesService in net.datenwerke.oidc.server
Constructors in net.datenwerke.oidc.server with parameters of type ApplicationPropertiesServiceModifierConstructorDescriptionOidcConfigurationService(ApplicationPropertiesService propertiesService) Creates an OidcConfigurationServiceImpl using the given properties service. -
Uses of ApplicationPropertiesService in net.datenwerke.rs.authenticator.service.pam
Constructors in net.datenwerke.rs.authenticator.service.pam with parameters of type ApplicationPropertiesServiceModifierConstructorDescriptionClientCertificateMatchEmailPAM(<any> requestProvider, ApplicationPropertiesService propsService, UserManagerService userManagerService) ClientCertificateMatchEmailPAMAuthoritative(<any> requestProvider, ApplicationPropertiesService propsService, UserManagerService userManagerService) IPRestrictionPAM(<any> requestProvider, ApplicationPropertiesService propertiesService, IPUtils iputils) -
Uses of ApplicationPropertiesService in net.datenwerke.rs.core.service
Constructors in net.datenwerke.rs.core.service with parameters of type ApplicationPropertiesServiceModifierConstructorDescriptionEnvironmentAfterStartupInformation(ApplicationPropertiesService propertiesService, <any> pamProvider, <any> servletContextProvider) -
Uses of ApplicationPropertiesService in net.datenwerke.rs.core.service.login
Constructors in net.datenwerke.rs.core.service.login with parameters of type ApplicationPropertiesServiceModifierConstructorDescriptionBlockSuperUserOnLoginHooker(ApplicationPropertiesService propService) -
Uses of ApplicationPropertiesService in net.datenwerke.rs.demo
Constructors in net.datenwerke.rs.demo with parameters of type ApplicationPropertiesServiceModifierConstructorDescriptionDemoDataJdbcUrlAdapter(DbPoolService dbPoolService, DBHelperService dbHelperService, <any> tempDir, ApplicationPropertiesService propertiesService) DemoDataStartup(HookHandlerService hookHandler, DemoDataJdbcUrlAdapter urlAdapter, ApplicationPropertiesService propertiesService) -
Uses of ApplicationPropertiesService in net.datenwerke.rs.scripting.service.scripting
Constructors in net.datenwerke.rs.scripting.service.scripting with parameters of type ApplicationPropertiesServiceModifierConstructorDescriptionScriptingServiceImpl(String defaultEngine, HookHandlerService hookHandler, CallbackRegistry callbackRegistry, Registry registry, FileServerService fileServerService, TerminalService terminalService, <any> injectorProvider, ApplicationPropertiesService propertiesService, SecurityService securityService, ExceptionService exceptionService, EventBus eventBus, ConfigService configService, ScriptingLocalizationHelper localizationHelper) -
Uses of ApplicationPropertiesService in net.datenwerke.rs.utils.properties
Classes in net.datenwerke.rs.utils.properties that implement ApplicationPropertiesService -
Uses of ApplicationPropertiesService in net.datenwerke.scheduler.service.scheduler
Constructors in net.datenwerke.scheduler.service.scheduler with parameters of type ApplicationPropertiesServiceModifierConstructorDescriptionSchedulerServiceImpl(JobStore defaultStore, <any> schedulerConfig, EventBus eventBus, HookHandlerService hookHandler, <any> injectorProvider, <any> daemonProvider, <any> watchdogProvider, ConfigService configService, <any> securityServiceProvider, <any> authenticatorServiceProvider, ApplicationPropertiesService propertiesService) -
Uses of ApplicationPropertiesService in net.datenwerke.security.service.crypto.pbe
Constructors in net.datenwerke.security.service.crypto.pbe with parameters of type ApplicationPropertiesService