Uses of Class
io.datarouter.auth.storage.account.DatarouterAccountKey
Packages that use DatarouterAccountKey
Package
Description
-
Uses of DatarouterAccountKey in io.datarouter.auth.service
Method parameters in io.datarouter.auth.service with type arguments of type DatarouterAccountKeyModifier and TypeMethodDescriptionvoidDatarouterUserEditService.editUser(DatarouterUser user, DatarouterUser editor, Boolean enabled, String signinUrl, Set<DatarouterAccountKey> requestedAccounts, Optional<ZoneId> optionalZoneId, Optional<String> description) -
Uses of DatarouterAccountKey in io.datarouter.auth.storage.account
Methods in io.datarouter.auth.storage.account that return types with arguments of type DatarouterAccountKeyModifier and TypeMethodDescriptionDatarouterAccount.getKeySupplier()io.datarouter.scanner.Scanner<DatarouterAccountKey> BaseDatarouterAccountDao.scanKeys()io.datarouter.scanner.Scanner<DatarouterAccountKey> DatarouterAccountDao.scanKeys()Methods in io.datarouter.auth.storage.account with parameters of type DatarouterAccountKeyModifier and TypeMethodDescriptionvoidBaseDatarouterAccountDao.delete(DatarouterAccountKey key) voidDatarouterAccountDao.delete(DatarouterAccountKey key) booleanBaseDatarouterAccountDao.exists(DatarouterAccountKey key) booleanDatarouterAccountDao.exists(DatarouterAccountKey key) BaseDatarouterAccountDao.find(DatarouterAccountKey key) DatarouterAccountDao.find(DatarouterAccountKey key) BaseDatarouterAccountDao.get(DatarouterAccountKey key) DatarouterAccountDao.get(DatarouterAccountKey key) Method parameters in io.datarouter.auth.storage.account with type arguments of type DatarouterAccountKeyModifier and TypeMethodDescriptionio.datarouter.scanner.Scanner<DatarouterAccount> BaseDatarouterAccountDao.scanMulti(Collection<DatarouterAccountKey> keys) io.datarouter.scanner.Scanner<DatarouterAccount> DatarouterAccountDao.scanMulti(Collection<DatarouterAccountKey> keys) -
Uses of DatarouterAccountKey in io.datarouter.auth.storage.user.useraccountmap
Methods in io.datarouter.auth.storage.user.useraccountmap that return DatarouterAccountKey