Uses of Interface
net.datenwerke.security.service.usermanager.UserManagerService
Packages that use UserManagerService
Package
Description
-
Uses of UserManagerService in net.datenwerke.oidc.server.auth
Constructors in net.datenwerke.oidc.server.auth with parameters of type UserManagerServiceModifierConstructorDescriptionOidcAuthenticator(OidcConfigurationService configService, OidcProvider oidcProvider, UserManagerService userManagerService, ActivateUserService activateUserService, SecurityService securityService) Constructor using dependency injection. -
Uses of UserManagerService in net.datenwerke.rs.adminutils.server.suuser
Constructors in net.datenwerke.rs.adminutils.server.suuser with parameters of type UserManagerServiceModifierConstructorDescriptionSuUserRpcServiceImpl(<any> authenticatorServiceProvider, UserManagerService userManagerService, SecurityService securityService) -
Uses of UserManagerService in net.datenwerke.rs.authenticator.cr.service.pam
Constructors in net.datenwerke.rs.authenticator.cr.service.pam with parameters of type UserManagerServiceModifierConstructorDescriptionChallengeResponsePAM(UserManagerService userManagerService, ChallengeResponseService challengeResponseService) ChallengeResponsePAMAuthoritative(UserManagerService userManagerService, ChallengeResponseService challengeResponseService) ChallengeResponseServerPAM(UserManagerService userManagerService, ChallengeResponseService challengeResponseService) -
Uses of UserManagerService in net.datenwerke.rs.authenticator.service.pam
Constructors in net.datenwerke.rs.authenticator.service.pam with parameters of type UserManagerServiceModifierConstructorDescriptionClientCertificateMatchEmailPAM(<any> requestProvider, ApplicationPropertiesService propsService, UserManagerService userManagerService) ClientCertificateMatchEmailPAMAuthoritative(<any> requestProvider, ApplicationPropertiesService propsService, UserManagerService userManagerService) EveryoneIsRootPAM(UserManagerService userManagerService) UserPasswordPAM(UserManagerService userManagerService, PasswordHasher passwordHasher) UserPasswordPAMAuthoritative(UserManagerService userManagerService, PasswordHasher passwordHasher) -
Uses of UserManagerService in net.datenwerke.rs.core.server.i18ntools
Constructors in net.datenwerke.rs.core.server.i18ntools with parameters of type UserManagerServiceModifierConstructorDescriptionI18nToolsRpcServiceImpl(I18nToolsService i18nToolsService, UserManagerService userManagerService, <any> authenticatorService, DtoService dtoService) -
Uses of UserManagerService in net.datenwerke.rs.core.server.reportexecutor
Constructors in net.datenwerke.rs.core.server.reportexecutor with parameters of type UserManagerServiceModifierConstructorDescriptionReportExecutorRpcServiceImpl(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 UserManagerService in net.datenwerke.rs.core.server.reportexport
Constructors in net.datenwerke.rs.core.server.reportexport with parameters of type UserManagerServiceModifierConstructorDescriptionReportExportRpcServiceImpl(<any> authenticatorServiceProvider, ReportDtoService reportDtoService, DtoService dtoService, ReportExecutorService reportExecutorService, SecurityService securityService, MailService mailService, UserManagerService userManagerService, HookHandlerService hookHandlerService, ReportService reportService, EventBus eventBus, FileNameService fileNameService, <any> sessionCacheProvider, <any> configServiceProvider, ReportServerService reportServerService, ZipUtilsService zipUtilsService) -
Uses of UserManagerService in net.datenwerke.rs.core.service.maintenance
Constructors in net.datenwerke.rs.core.service.maintenance with parameters of type UserManagerServiceModifierConstructorDescriptionBlockUserMaintenanceTask(<any> emp, ReportServerService rsService, UserManagerService userService, UserPropertiesServiceImpl propertiesService) -
Uses of UserManagerService in net.datenwerke.rs.dashboard.service.dashboard
Constructors in net.datenwerke.rs.dashboard.service.dashboard with parameters of type UserManagerServiceModifierConstructorDescriptionDashboardServiceImpl(<any> entityManagerProvider, UserPropertiesService userPropertiesService, <any> authenticatorServiceProvider, UserManagerService userService) -
Uses of UserManagerService in net.datenwerke.rs.emaildatasink.server.emaildatasink
Constructors in net.datenwerke.rs.emaildatasink.server.emaildatasink with parameters of type UserManagerServiceModifierConstructorDescriptionEmailDatasinkRpcServiceImpl(ReportService reportService, EmailDatasinkService emailDatasinkService, DtoService dtoService, ReportExecutorService reportExecutorService, ReportDtoService reportDtoService, SecurityService securityService, HookHandlerService hookHandlerService, ExceptionService exceptionServices, UserManagerService userManagerService, ZipUtilsService zipUtilsService, <any> datasinkServiceProvider, <any> authenticatorServiceProvider) -
Uses of UserManagerService in net.datenwerke.rs.installation
Constructors in net.datenwerke.rs.installation with parameters of type UserManagerServiceModifierConstructorDescriptionPrepareDbForReportServer(PasswordHasher passwordHasher, SecurityService securityService, UserManagerService userService, ReportService reportService, DatasourceService datasourceService, DatasinkTreeService datasinkService, FileServerService fileServerService, UserPropertiesService userPropertiesService, DashboardManagerService dashboardService, RemoteServerTreeService remoteServerService) -
Uses of UserManagerService in net.datenwerke.rs.passwordpolicy.server
Constructors in net.datenwerke.rs.passwordpolicy.server with parameters of type UserManagerServiceModifierConstructorDescriptionAccountInhibitionRpcServiceImpl(SecurityService securityService, UserManagerService userManagerService, BsiPasswordPolicy bsiPasswordPolicy, BsiPasswordPolicyService bsiPasswordPolicyService) ActivateUserRpcServiceImpl(UserManagerService userManagerService, ActivateUserService activateUserService) -
Uses of UserManagerService in net.datenwerke.rs.passwordpolicy.service.activateuser
Constructors in net.datenwerke.rs.passwordpolicy.service.activateuser with parameters of type UserManagerServiceModifierConstructorDescriptionActivateUserServiceImpl(UserManagerService userManagerService, EventBus eventBus, <any> passwordGenerator, MailService mailService, <any> requestProvider, ConfigService configService, BsiPasswordPolicyService bsiPasswordPolicyService, RemoteMessageService remoteMessageService) -
Uses of UserManagerService in net.datenwerke.rs.passwordpolicy.service.hooker
Constructors in net.datenwerke.rs.passwordpolicy.service.hooker with parameters of type UserManagerServiceModifierConstructorDescriptionBsiPasswordPolicyPasswordSetHook(UserManagerService userManagerService, BsiPasswordPolicyService bsiPasswordPolicyService) BsiPasswordPolicyPostAuthenticateHook(UserManagerService userManagerService, DwAsyncService dwAsyncService, TransactionalRunnableFactory trFactory, BsiPasswordPolicyService bsiPasswordPolicyService) -
Uses of UserManagerService in net.datenwerke.rs.passwordpolicy.service.lostpassword
Constructors in net.datenwerke.rs.passwordpolicy.service.lostpassword with parameters of type UserManagerServiceModifierConstructorDescriptionLostPasswordPreAuthenticateHook(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 UserManagerService in net.datenwerke.rs.scheduler.server.scheduler
Constructors in net.datenwerke.rs.scheduler.server.scheduler with parameters of type UserManagerServiceModifierConstructorDescriptionSchedulerRpcServiceImpl(<any> injectorProvider, DtoService dtoService, HookHandlerService hookHandler, ReportService reportManager, SchedulerService schedulerService, ReportExecutorService reportExecutorService, <any> reportExecuteJobProvider, SecurityService securityService, <any> authenticatorService, UserManagerService userService, DateTriggerFactory dateTriggerFactory, <any> formatHelperProvider, <any> configServiceProvider) -
Uses of UserManagerService in net.datenwerke.rs.teamspace.server.teamspace
Constructors in net.datenwerke.rs.teamspace.server.teamspace with parameters of type UserManagerServiceModifierConstructorDescriptionTeamSpaceRpcServiceImpl(DtoService dtoService, TeamSpaceService teamSpaceService, UserManagerService userManager) -
Uses of UserManagerService in net.datenwerke.rs.teamspace.service.teamspace
Constructors in net.datenwerke.rs.teamspace.service.teamspace with parameters of type UserManagerServiceModifierConstructorDescriptionTeamSpaceServiceImpl(<any> authenticatorServiceProvider, <any> entityManagerProvider, HookHandlerService hookHandler, SecurityService securityService, UserManagerService userService, UserPropertiesService userPropertiesService, <any> configServiceProvider) -
Uses of UserManagerService in net.datenwerke.rs.terminal.service.terminal.hookers
Constructors in net.datenwerke.rs.terminal.service.terminal.hookers with parameters of type UserManagerServiceModifierConstructorDescriptionUserOpenTerminalHooker(UserManagerService userManagerService, <any> userManagerVFSProvider) -
Uses of UserManagerService in net.datenwerke.rs.transport.service.transport.hookers
Constructors in net.datenwerke.rs.transport.service.transport.hookers with parameters of type UserManagerServiceModifierConstructorDescriptionSuperUserConfiguredPreconditionHooker(PreconditionHelper preconditionHelper, ConfigService configService, UserManagerService userManagerService) -
Uses of UserManagerService in net.datenwerke.rs.tsreportarea.server.tsreportarea
Constructors in net.datenwerke.rs.tsreportarea.server.tsreportarea with parameters of type UserManagerServiceModifierConstructorDescriptionTsDiskRpcServiceImpl(<any> authenticatorServiceProvider, DtoService dtoService, TsDiskService diskService, ReportService reportService, SecurityService securityService, TeamSpaceService teamSpaceService, UserManagerService userManagerService, UserPropertiesService userPropertiesService) -
Uses of UserManagerService in net.datenwerke.security.ext.server.crypto
Constructors in net.datenwerke.security.ext.server.crypto with parameters of type UserManagerServiceModifierConstructorDescriptionCryptoRpcServiceImpl(PasswordHasher passwordHasher, UserManagerService userManagerService, PbeService pbeService, <any> authenticatorService) -
Uses of UserManagerService in net.datenwerke.security.ext.server.usermanager
Constructors in net.datenwerke.security.ext.server.usermanager with parameters of type UserManagerServiceModifierConstructorDescriptionUserManagerRpcServiceImpl(<any> authenticatorServiceProvider, DtoService dtoService, SecurityService securityService, UserManagerService userService, BsiPasswordPolicyService bsiPasswordPolicyService, HistoryService historyService) UserManagerTreeHandlerImpl(UserManagerService userManager, DtoService dtoGenerator, SecurityService securityService, EntityClonerService entityClonerService, HookHandlerService hookHandlerService, KeyNameGeneratorService keyGeneratorService) -
Uses of UserManagerService in net.datenwerke.security.ext.server.utils
Constructors in net.datenwerke.security.ext.server.utils with parameters of type UserManagerServiceModifierConstructorDescriptionPasswordRpcServiceImpl(<any> authServiceProvider, UserManagerService userManager, PbeService pbeService) -
Uses of UserManagerService in net.datenwerke.security.service.authenticator
Constructors in net.datenwerke.security.service.authenticator with parameters of type UserManagerService -
Uses of UserManagerService in net.datenwerke.security.service.usermanager
Classes in net.datenwerke.security.service.usermanager that implement UserManagerServiceModifier and TypeClassDescriptionclassReportServer's User Management Component -
Uses of UserManagerService in net.datenwerke.security.service.usermanager.entities
Methods in net.datenwerke.security.service.usermanager.entities with parameters of type UserManagerServiceModifier and TypeMethodDescriptionUser.getReferencedGroups(UserManagerService uService) Deprecated. -
Uses of UserManagerService in net.datenwerke.usermanager.ext.server.properties
Constructors in net.datenwerke.usermanager.ext.server.properties with parameters of type UserManagerServiceModifierConstructorDescriptionUserPropertiesRpcServiceImpl(DtoService dtoService, UserManagerService userService, UserPropertiesService userPropertiesService) -
Uses of UserManagerService in net.datenwerke.usermanager.ext.service.eximport
Constructors in net.datenwerke.usermanager.ext.service.eximport with parameters of type UserManagerService -
Uses of UserManagerService in net.datenwerke.usermanager.ext.service.eximport.hooker
Constructors in net.datenwerke.usermanager.ext.service.eximport.hooker with parameters of type UserManagerServiceModifierConstructorDescriptionExportAllUsersHooker(UserManagerService userService) ImportAllUsersHooker(UserManagerService treeDbManager) -
Uses of UserManagerService in net.datenwerke.usermanager.ext.service.hookers
Constructors in net.datenwerke.usermanager.ext.service.hookers with parameters of type UserManagerServiceModifierConstructorDescriptionUpdateUserLocalHooker(<any> authenticationServiceProvider, UserPropertiesService userPropertiesService, UserManagerService userManagerService) UsageStatisticsActiveUsersProviderHooker(UserManagerService userManagerService) UsageStatisticsExpiredUsersProviderHooker(UserManagerService userManagerService) UsageStatisticsInhibitedUsersProviderHooker(UserManagerService userManagerService) -
Uses of UserManagerService in net.datenwerke.usermanager.ext.service.terminal.commands
Constructors in net.datenwerke.usermanager.ext.service.terminal.commands with parameters of type UserManagerServiceModifierConstructorDescriptionAddMembersSubCommand(UserManagerService userManagerService, SecurityService securityService) IdCommand(UserManagerService userService, BsiPasswordPolicyService bsiPasswordPolicyService, HistoryService historyService) SetUserPropertySubCommand(UserManagerService userService, UserPropertiesService userPropertiesService)