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)Methods in io.datarouter.auth.service with parameters of type DatarouterAccount Modifier and Type Method Description protected voidDatarouterAccountDeleteAction. additionalOnDeleteActions(DatarouterAccount account)voidDatarouterAccountDeleteAction. onDelete(DatarouterAccount account)protected voidDatarouterAccountDeleteAction. recordChangelog(DatarouterAccount account, String action) -
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 Optional<DatarouterAccount>BaseDatarouterAccountDao. find(DatarouterAccountKey key)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(Collection<DatarouterAccountKey> keys)io.datarouter.scanner.Scanner<DatarouterAccount>DatarouterAccountDao. scanMulti(Collection<DatarouterAccountKey> keys)Methods in io.datarouter.auth.storage.account with parameters of type DatarouterAccount Modifier and Type Method Description 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(Collection<DatarouterAccount> databeans)voidDatarouterAccountDao. putMulti(Collection<DatarouterAccount> databeans)Constructors in io.datarouter.auth.storage.account with parameters of type DatarouterAccount Constructor Description DatarouterAccount(String accountName, DatarouterAccount account) -
Uses of DatarouterAccount in io.datarouter.auth.web
Constructors in io.datarouter.auth.web with parameters of type DatarouterAccount Constructor Description AccountDto(DatarouterAccount account, ZoneId zoneId)