Uses of Class
io.datarouter.auth.service.DatarouterAccountCredentialService
| Package | Description |
|---|---|
| io.datarouter.auth.job | |
| io.datarouter.auth.service | |
| io.datarouter.auth.web |
-
Uses of DatarouterAccountCredentialService in io.datarouter.auth.job
Constructors in io.datarouter.auth.job with parameters of type DatarouterAccountCredentialService Constructor Description DatarouterAccountCredentialCleanupJob(DatarouterAccountCredentialService service) -
Uses of DatarouterAccountCredentialService in io.datarouter.auth.service
Constructors in io.datarouter.auth.service with parameters of type DatarouterAccountCredentialService Constructor Description DatarouterAccountApiKeyPredicate(DatarouterAccountCredentialService datarouterAccountApiKeyService, DatarouterAccountCounters datarouterAccountCounters)DatarouterAccountApiKeyPredicate(String headerName, DatarouterAccountCredentialService datarouterAccountCredentialService, DatarouterAccountCounters datarouterAccountCounters) -
Uses of DatarouterAccountCredentialService in io.datarouter.auth.web
Constructors in io.datarouter.auth.web with parameters of type DatarouterAccountCredentialService Constructor Description DatarouterAccountManagerHandler(BaseDatarouterAccountDao datarouterAccountDao, BaseDatarouterAccountPermissionDao datarouterAccountPermissionDao, DatarouterAccountCredentialService acccountCredentialService, io.datarouter.storage.config.DatarouterProperties datarouterProperties, DatarouterAuthFiles files, DatarouterAuthPaths paths, DefaultDatarouterAccountAvailableEndpointsProvider defaultDatarouterAccountAvailableEndpointsProvider, io.datarouter.web.html.react.bootstrap4.Bootstrap4ReactPageFactory reactPageFactory, io.datarouter.instrumentation.changelog.ChangelogRecorder changelogRecorder, io.datarouter.instrumentation.metric.MetricLinkBuilder metricLinkBuilder, io.datarouter.web.user.session.CurrentUserSessionInfoService currentSessionInfoService, DatarouterAccountDeleteAction datarouterAccountDeleteAction)DatarouterAccountManagerHandler(BaseDatarouterAccountDao datarouterAccountDao, BaseDatarouterAccountPermissionDao datarouterAccountPermissionDao, DatarouterAccountCredentialService acccountCredentialService, io.datarouter.storage.config.DatarouterProperties datarouterProperties, DatarouterAuthFiles files, DatarouterAccountAvailableEndpointsProvider datarouterAccountAvailableEndpointsProvider, io.datarouter.web.html.react.bootstrap4.Bootstrap4ReactPageFactory reactPageFactory, io.datarouter.instrumentation.changelog.ChangelogRecorder changelogRecorder, io.datarouter.instrumentation.metric.MetricLinkBuilder metricLinkBuilder, io.datarouter.web.user.session.CurrentUserSessionInfoService currentSessionInfoService, DatarouterAccountDeleteAction datarouterAccountDeleteAction, String path)