Uses of Interface
io.datarouter.auth.storage.accountpermission.BaseDatarouterAccountPermissionDao
| Package | Description |
|---|---|
| io.datarouter.auth.cache | |
| io.datarouter.auth.storage.accountpermission | |
| io.datarouter.auth.web |
-
Uses of BaseDatarouterAccountPermissionDao in io.datarouter.auth.cache
Constructors in io.datarouter.auth.cache with parameters of type BaseDatarouterAccountPermissionDao Constructor Description DatarouterAccountPermissionKeysByPrefixCache(BaseDatarouterAccountPermissionDao dao) -
Uses of BaseDatarouterAccountPermissionDao in io.datarouter.auth.storage.accountpermission
Classes in io.datarouter.auth.storage.accountpermission that implement BaseDatarouterAccountPermissionDao Modifier and Type Class Description classDatarouterAccountPermissionDao -
Uses of BaseDatarouterAccountPermissionDao in io.datarouter.auth.web
Constructors in io.datarouter.auth.web with parameters of type BaseDatarouterAccountPermissionDao 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)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, java.lang.String path)