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