Uses of Class
io.datarouter.auth.service.DatarouterAccountLastUsedDateService
| Package | Description |
|---|---|
| io.datarouter.auth.job | |
| io.datarouter.auth.service |
-
Uses of DatarouterAccountLastUsedDateService in io.datarouter.auth.job
Constructors in io.datarouter.auth.job with parameters of type DatarouterAccountLastUsedDateService Constructor Description DatarouterAccountLastUsedFlushJob(DatarouterAccountLastUsedDateService service) -
Uses of DatarouterAccountLastUsedDateService in io.datarouter.auth.service
Constructors in io.datarouter.auth.service with parameters of type DatarouterAccountLastUsedDateService Constructor Description DatarouterAccountCredentialService(BaseDatarouterAccountCredentialDao datarouterAccountCredentialDao, BaseDatarouterAccountSecretCredentialDao datarouterAccountSecretCredentialDao, DatarouterAccountPermissionKeysByPrefixCache datarouterAccountPermissionKeysByPrefixCache, DatarouterAccountLastUsedDateService datarouterAccountLastUsedDateService, DatarouterAuthExecutors.DatarouterAccountCredentialCacheExecutor executor, io.datarouter.secret.service.SecretService secretService, io.datarouter.secret.service.SecretNamespacer secretNamespacer)