Uses of Interface
io.datarouter.auth.storage.account.BaseDatarouterAccountDao
| Package | Description |
|---|---|
| io.datarouter.auth.service | |
| io.datarouter.auth.storage.account | |
| io.datarouter.auth.web |
-
Uses of BaseDatarouterAccountDao in io.datarouter.auth.service
-
Uses of BaseDatarouterAccountDao in io.datarouter.auth.storage.account
Classes in io.datarouter.auth.storage.account that implement BaseDatarouterAccountDao Modifier and Type Class Description classDatarouterAccountDao -
Uses of BaseDatarouterAccountDao in io.datarouter.auth.web
Constructors in io.datarouter.auth.web with parameters of type BaseDatarouterAccountDao 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)