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
Constructors in io.datarouter.auth.service with parameters of type BaseDatarouterAccountDao Constructor Description DatarouterAccountLastUsedDateService(BaseDatarouterAccountDao dao)DatarouterAccountService(BaseDatarouterAccountDao datarouterAccountDao, BaseDatarouterUserAccountMapDao datarouterUserAccountMapDao, DatarouterAccountPermissionKeysByPrefixCache datarouterAccountPermissionKeysByPrefixCache, DatarouterAccountLastUsedDateService datarouterAccountLastUsedDateService) -
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, io.datarouter.storage.config.DatarouterProperties datarouterProperties, DatarouterAuthFiles files, DatarouterAuthPaths paths, DefaultDatarouterAccountAvailableEndpointsProvider defaultDatarouterAccountAvailableEndpointsProvider, io.datarouter.web.html.react.bootstrap4.Bootstrap4ReactPageFactory reactPageFactory, DefaultDatarouterAccountKeysSupplier defaultDatarouterAccountKeys, io.datarouter.web.user.session.CurrentSessionInfo currentSessionInfo)DatarouterAccountManagerHandler(BaseDatarouterAccountDao datarouterAccountDao, BaseDatarouterAccountPermissionDao datarouterAccountPermissionDao, io.datarouter.storage.config.DatarouterProperties datarouterProperties, DatarouterAuthFiles files, DatarouterAccountAvailableEndpointsProvider datarouterAccountAvailableEndpointsProvider, io.datarouter.web.html.react.bootstrap4.Bootstrap4ReactPageFactory reactPageFactory, DefaultDatarouterAccountKeysSupplier defaultDatarouterAccountKeys, io.datarouter.web.user.session.CurrentSessionInfo currentSessionInfo, java.lang.String path)