Uses of Class
ch.rswk.meta.engine.UserService
Packages that use UserService
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of UserService in ch.rswk.meta.client.test
Fields in ch.rswk.meta.client.test declared as UserServiceModifier and TypeFieldDescriptionprivate final UserService
RestClientTest.TestResourceAuth.userService
protected UserService
RestClientTest.userService
Constructors in ch.rswk.meta.client.test with parameters of type UserService -
Uses of UserService in ch.rswk.meta.client.test.dagger
Methods in ch.rswk.meta.client.test.dagger with parameters of type UserService -
Uses of UserService in ch.rswk.meta.engine
Fields in ch.rswk.meta.engine declared as UserServiceModifier and TypeFieldDescriptionEngineUpdater.UpdaterServices.userService
private final UserService
WatchdogService.userService
Methods in ch.rswk.meta.engine with parameters of type UserServiceModifier and TypeMethodDescriptionprivate static void
EngineUpdater.JsonImportTask.processDeleteQueries
(@Nullable Iterable<String> configQueries, @Nullable Iterable<String> groupQueries, @Nullable Iterable<String> userQueries, UserService userService) private void
EngineUpdater.JsonImportTask.updateUsers
(boolean hashed, @Nullable List<MetaUser> users, UserService userService) Constructors in ch.rswk.meta.engine with parameters of type UserServiceModifierConstructorDescriptionUpdaterServices
(EngineRuntime runtime, DatabaseService databaseService, FileService fileService, MetaService metaService, UserService userService) WatchdogService
(WatchdogService.WatchdogServiceConfig config, FileService fileService, MetaService metaService, EngineRuntime runtime, UserService userService) -
Uses of UserService in ch.rswk.meta.engine.dagger
Methods in ch.rswk.meta.engine.dagger with parameters of type UserServiceModifier and TypeMethodDescriptionActionServiceModule.getJerseyConfig
(ActionService actionService, org.eclipse.jetty.util.thread.QueuedThreadPool threadPool, UserService userService) FileServiceModule.getJerseyConfig
(FileService fileService, org.eclipse.jetty.util.thread.QueuedThreadPool threadPool, UserService userService) UserServiceModule.getJerseyConfig
(org.eclipse.jetty.util.thread.QueuedThreadPool threadPool, UserService userService) WatchdogServiceModule.getJerseyConfig
(org.eclipse.jetty.util.thread.QueuedThreadPool threadPool, UserService userService, WatchdogService watchdogService) com.google.common.util.concurrent.Service
UserServiceModule.getService
(UserService service) -
Uses of UserService in ch.rswk.meta.engine.rs
Fields in ch.rswk.meta.engine.rs declared as UserServiceModifier and TypeFieldDescriptionprivate final UserService
ActionExecuteResource.userService
private final UserService
FileDownloadResource.userService
private final UserService
FileUploadResource.userService
private final UserService
UserTokenResource.userService
private final UserService
UserWebhookAuthResource.userService
private final UserService
WatchdogStatusResource.userService
Methods in ch.rswk.meta.engine.rs with parameters of type UserServiceModifier and TypeMethodDescriptionEngineResources.verifyToken
(jakarta.ws.rs.core.HttpHeaders headers, String ipAddress, @Nullable Map<String, Integer> requiredGrants, @Nullable String requiredSubject, @Nullable String token, UserService userService) verifyToken verifies the provided token usingUserService
.Constructors in ch.rswk.meta.engine.rs with parameters of type UserServiceModifierConstructorDescriptionActionExecuteResource
(ActionService actionService, org.eclipse.jetty.util.thread.QueuedThreadPool threadPool, UserService userService) FileDownloadResource
(FileService fileService, org.eclipse.jetty.util.thread.QueuedThreadPool threadPool, UserService userService) FileUploadResource
(FileService fileService, org.eclipse.jetty.util.thread.QueuedThreadPool threadPool, UserService userService) UserTokenResource
(org.eclipse.jetty.util.thread.QueuedThreadPool threadPool, UserService userService) UserWebhookAuthResource
(UserService userService) WatchdogStatusResource
(org.eclipse.jetty.util.thread.QueuedThreadPool threadPool, UserService userService, WatchdogService watchdogService) -
Uses of UserService in ch.rswk.meta.engine.test
Fields in ch.rswk.meta.engine.test declared as UserServiceModifier and TypeFieldDescriptionprotected UserService
ActionExecuteResourceTest.userService
protected UserService
FileDownloadResourceTest.userService
protected UserService
FileUploadResourceTest.userService
protected UserService
UserServiceTest.userService
protected UserService
UserTokenResourceTest.userService
protected UserService
UserWebhookAuthResourceTest.userService
protected UserService
WatchdogServiceTest.userService
protected UserService
WatchdogStatusResourceTest.userService
protected UserService
WatchdogUpdateResourceTest.userService
-
Uses of UserService in ch.rswk.meta.engine.ws
Fields in ch.rswk.meta.engine.ws declared as UserServiceConstructors in ch.rswk.meta.engine.ws with parameters of type UserServiceModifierConstructorDescriptionEngineWebSocketController
(EngineRuntime runtime, org.eclipse.jetty.util.thread.QueuedThreadPool threadPool, ActionService actionService, FileService fileService, LoggingService loggingService, MetaService metaService, UserService userService, EngineWebSocketController.EngineWebSocketControllerConfig config)