Uses of Interface
io.datarouter.auth.storage.account.BaseDatarouterAccountCredentialDao
| Package | Description |
|---|---|
| io.datarouter.auth.service | |
| io.datarouter.auth.storage.account | |
| io.datarouter.auth.web |
-
Uses of BaseDatarouterAccountCredentialDao in io.datarouter.auth.service
Constructors in io.datarouter.auth.service with parameters of type BaseDatarouterAccountCredentialDao Constructor Description DatarouterAccountLastUsedDateService(BaseDatarouterAccountDao accountDao, BaseDatarouterAccountCredentialDao credentialDao)DatarouterAccountService(BaseDatarouterAccountDao datarouterAccountDao, BaseDatarouterAccountCredentialDao datarouterAccountCredentialDao, BaseDatarouterUserAccountMapDao datarouterUserAccountMapDao, DatarouterAccountPermissionKeysByPrefixCache datarouterAccountPermissionKeysByPrefixCache, DatarouterAccountLastUsedDateService datarouterAccountLastUsedDateService) -
Uses of BaseDatarouterAccountCredentialDao in io.datarouter.auth.storage.account
Classes in io.datarouter.auth.storage.account that implement BaseDatarouterAccountCredentialDao Modifier and Type Class Description classDatarouterAccountCredentialDao -
Uses of BaseDatarouterAccountCredentialDao in io.datarouter.auth.web
Constructors in io.datarouter.auth.web with parameters of type BaseDatarouterAccountCredentialDao Constructor Description DatarouterAccountManagerHandler(BaseDatarouterAccountDao datarouterAccountDao, BaseDatarouterAccountCredentialDao datarouterAccountCredentialDao, BaseDatarouterAccountPermissionDao datarouterAccountPermissionDao, 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)DatarouterAccountManagerHandler(BaseDatarouterAccountDao datarouterAccountDao, BaseDatarouterAccountCredentialDao datarouterAccountCredentialDao, BaseDatarouterAccountPermissionDao datarouterAccountPermissionDao, 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, java.lang.String path)