Uses of Class
io.datarouter.auth.storage.account.DatarouterAccount
Packages that use DatarouterAccount
-
Uses of DatarouterAccount in io.datarouter.auth.service
Methods in io.datarouter.auth.service that return types with arguments of type DatarouterAccountModifier and TypeMethodDescriptionio.datarouter.scanner.Scanner<DatarouterAccount> DatarouterAccountUserService.scanAccountsForUser(Session session) -
Uses of DatarouterAccount in io.datarouter.auth.storage.account
Methods in io.datarouter.auth.storage.account that return DatarouterAccountModifier and TypeMethodDescriptionBaseDatarouterAccountDao.get(DatarouterAccountKey key) DatarouterAccountDao.get(DatarouterAccountKey key) Methods in io.datarouter.auth.storage.account that return types with arguments of type DatarouterAccountModifier and TypeMethodDescriptionBaseDatarouterAccountDao.find(DatarouterAccountKey key) 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 DatarouterAccountModifier and TypeMethodDescriptionList<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 DatarouterAccountModifier and TypeMethodDescriptionvoidBaseDatarouterAccountDao.putMulti(Collection<DatarouterAccount> databeans) voidDatarouterAccountDao.putMulti(Collection<DatarouterAccount> databeans) Constructors in io.datarouter.auth.storage.account with parameters of type DatarouterAccountModifierConstructorDescriptionDatarouterAccount(String accountName, DatarouterAccount account) This constructor is specifically used to migrating account names