Uses of Class
io.datarouter.auth.storage.account.DatarouterAccount
| Package | Description |
|---|---|
| io.datarouter.auth.service | |
| io.datarouter.auth.storage.account | |
| io.datarouter.auth.web |
-
Uses of DatarouterAccount in io.datarouter.auth.service
Methods in io.datarouter.auth.service that return types with arguments of type DatarouterAccount Modifier and Type Method Description io.datarouter.scanner.Scanner<DatarouterAccount>DatarouterAccountUserService. scanAccountsForUser(io.datarouter.web.user.session.service.Session session) -
Uses of DatarouterAccount in io.datarouter.auth.storage.account
Methods in io.datarouter.auth.storage.account that return DatarouterAccount Modifier and Type Method Description DatarouterAccountBaseDatarouterAccountDao. get(DatarouterAccountKey key)DatarouterAccountDatarouterAccountDao. get(DatarouterAccountKey key)Methods in io.datarouter.auth.storage.account that return types with arguments of type DatarouterAccount Modifier and Type Method Description java.util.Optional<DatarouterAccount>BaseDatarouterAccountDao. find(DatarouterAccountKey key)java.util.Optional<DatarouterAccount>DatarouterAccountDao. find(DatarouterAccountKey key)io.datarouter.scanner.Scanner<DatarouterAccount>BaseDatarouterAccountDao. scan()io.datarouter.scanner.Scanner<DatarouterAccount>DatarouterAccountDao. scan()io.datarouter.scanner.Scanner<DatarouterAccount>BaseDatarouterAccountDao. scanMulti(java.util.Collection<DatarouterAccountKey> keys)io.datarouter.scanner.Scanner<DatarouterAccount>DatarouterAccountDao. scanMulti(java.util.Collection<DatarouterAccountKey> keys)Methods in io.datarouter.auth.storage.account with parameters of type DatarouterAccount Modifier and Type Method Description java.util.List<io.datarouter.model.field.Field<?>>DatarouterAccount.DatarouterAccountFielder. getNonKeyFields(DatarouterAccount account)voidBaseDatarouterAccountDao. put(DatarouterAccount databean)voidDatarouterAccountDao. put(DatarouterAccount databean)Method parameters in io.datarouter.auth.storage.account with type arguments of type DatarouterAccount Modifier and Type Method Description voidBaseDatarouterAccountDao. putMulti(java.util.Collection<DatarouterAccount> databeans)voidDatarouterAccountDao. putMulti(java.util.Collection<DatarouterAccount> databeans) -
Uses of DatarouterAccount in io.datarouter.auth.web
Constructors in io.datarouter.auth.web with parameters of type DatarouterAccount Constructor Description AccountDto(DatarouterAccount account, java.time.ZoneId zoneId)