Uses of Interface
net.datenwerke.security.service.usermanager.UserPropertiesService
Packages that use UserPropertiesService
Package
Description
-
Uses of UserPropertiesService in net.datenwerke.rs.base.service.parameterreplacements.provider
Constructors in net.datenwerke.rs.base.service.parameterreplacements.provider with parameters of type UserPropertiesServiceModifierConstructorDescriptionLocaleInfoParameterReplacement(<any> defaultLocale, LocalizationServiceImpl localizationService, UserPropertiesService userPropertiesService) -
Uses of UserPropertiesService in net.datenwerke.rs.core.server.reportexecutor
Constructors in net.datenwerke.rs.core.server.reportexecutor with parameters of type UserPropertiesServiceModifierConstructorDescriptionReportExecutorRpcServiceImpl(ReportExecutorService reportExecutor, ReportService reportService, ReportDtoService reportDtoService, DtoService dtoService, HookHandlerService hookHandler, SecurityService securityService, UserPropertiesService userPropertiesService, <any> authenticatorService, UserManagerService userManagerService, ConfigService configService, EntityClonerService entityCloner, <any> servletRequest, <any> sessionCacheProvider) -
Uses of UserPropertiesService in net.datenwerke.rs.core.service.i18ntools
Constructors in net.datenwerke.rs.core.service.i18ntools with parameters of type UserPropertiesServiceModifierConstructorDescriptionI18nToolsServiceImpl(UserPropertiesService userPropertiesService, <any> authenticatorServiceProvider, <any> appPropService, <any> configService) -
Uses of UserPropertiesService in net.datenwerke.rs.dashboard.service.dashboard
Constructors in net.datenwerke.rs.dashboard.service.dashboard with parameters of type UserPropertiesServiceModifierConstructorDescriptionDashboardServiceImpl(<any> entityManagerProvider, UserPropertiesService userPropertiesService, <any> authenticatorServiceProvider, UserManagerService userService) -
Uses of UserPropertiesService in net.datenwerke.rs.installation
Constructors in net.datenwerke.rs.installation with parameters of type UserPropertiesServiceModifierConstructorDescriptionPrepareDbForReportServer(PasswordHasher passwordHasher, SecurityService securityService, UserManagerService userService, ReportService reportService, DatasourceService datasourceService, DatasinkTreeService datasinkService, FileServerService fileServerService, UserPropertiesService userPropertiesService, DashboardManagerService dashboardService, RemoteServerTreeService remoteServerService) -
Uses of UserPropertiesService in net.datenwerke.rs.passwordpolicy.service
Methods in net.datenwerke.rs.passwordpolicy.service with parameters of type UserPropertiesServiceModifier and TypeMethodDescriptionvoidBsiPasswordPolicyUserMetadata.loadfromUser(User user, UserPropertiesService userPropertiesService) voidBsiPasswordPolicyUserMetadata.updateUser(User user, UserPropertiesService userPropertiesService) Constructors in net.datenwerke.rs.passwordpolicy.service with parameters of type UserPropertiesServiceModifierConstructorDescriptionBsiPasswordPolicyServiceImpl(UserPropertiesService userPropertiesService, <any> policyProvider, EventBus eventBus) -
Uses of UserPropertiesService in net.datenwerke.rs.passwordpolicy.service.lostpassword
Constructors in net.datenwerke.rs.passwordpolicy.service.lostpassword with parameters of type UserPropertiesServiceModifierConstructorDescriptionLostPasswordPreAuthenticateHook(UserManagerService userManagerService, PasswordHasher passwordHasher, ChallengeResponseService challengeResponseService, UserPropertiesService userPropertiesService, BsiPasswordPolicyService bsiPasswordPolicyService, <any> challengeContainerProvider) LostPasswordServiceImpl(EventBus eventBus, PasswordHasher passwordHasher, UserManagerService userManagerService, <any> passwordGenerator, UserPropertiesService userPropertiesService, ConfigService configService, RemoteMessageService remoteMessageService, MailService mailService, CryptoRpcService cryptoRpcService, <any> configServiceProvider) -
Uses of UserPropertiesService in net.datenwerke.rs.teamspace.service.teamspace
Constructors in net.datenwerke.rs.teamspace.service.teamspace with parameters of type UserPropertiesServiceModifierConstructorDescriptionTeamSpaceServiceImpl(<any> authenticatorServiceProvider, <any> entityManagerProvider, HookHandlerService hookHandler, SecurityService securityService, UserManagerService userService, UserPropertiesService userPropertiesService, <any> configServiceProvider) -
Uses of UserPropertiesService in net.datenwerke.rs.tsreportarea.server.tsreportarea
Constructors in net.datenwerke.rs.tsreportarea.server.tsreportarea with parameters of type UserPropertiesServiceModifierConstructorDescriptionTsDiskRpcServiceImpl(<any> authenticatorServiceProvider, DtoService dtoService, TsDiskService diskService, ReportService reportService, SecurityService securityService, TeamSpaceService teamSpaceService, UserManagerService userManagerService, UserPropertiesService userPropertiesService) -
Uses of UserPropertiesService in net.datenwerke.security.service.usermanager
Classes in net.datenwerke.security.service.usermanager that implement UserPropertiesService -
Uses of UserPropertiesService in net.datenwerke.security.service.usermanager.mockup
Classes in net.datenwerke.security.service.usermanager.mockup that implement UserPropertiesService -
Uses of UserPropertiesService in net.datenwerke.usermanager.ext.server.properties
Constructors in net.datenwerke.usermanager.ext.server.properties with parameters of type UserPropertiesServiceModifierConstructorDescriptionUserPropertiesRpcServiceImpl(DtoService dtoService, UserManagerService userService, UserPropertiesService userPropertiesService) -
Uses of UserPropertiesService in net.datenwerke.usermanager.ext.service.hookers
Constructors in net.datenwerke.usermanager.ext.service.hookers with parameters of type UserPropertiesServiceModifierConstructorDescriptionUpdateUserLocalHooker(<any> authenticationServiceProvider, UserPropertiesService userPropertiesService, UserManagerService userManagerService) -
Uses of UserPropertiesService in net.datenwerke.usermanager.ext.service.terminal.commands
Constructors in net.datenwerke.usermanager.ext.service.terminal.commands with parameters of type UserPropertiesServiceModifierConstructorDescriptionSetUserPropertySubCommand(UserManagerService userService, UserPropertiesService userPropertiesService)