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 java.util.Optional<DatarouterAccount>DatarouterAccountService. findAccountForApiKey(java.lang.String apiKey)java.util.List<DatarouterAccount>DatarouterAccountService. findAccountsForUser(io.datarouter.web.user.databean.DatarouterUserKey userKey)java.util.List<DatarouterAccount>DatarouterAccountService. getAccountsWithDuplicateApiKey()java.util.Optional<DatarouterAccount>DatarouterAccountService. getCurrentDatarouterAccount(javax.servlet.http.HttpServletRequest request)io.datarouter.scanner.Scanner<DatarouterAccount>DatarouterAccountService. scanAccountForUserWithUserMappingEnabled(io.datarouter.web.user.databean.DatarouterUserKey userKey) -
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)java.util.Optional<DatarouterAccount>BaseDatarouterAccountDao. getFromAccountByApiKeyCache(java.lang.String apiKey)java.util.Optional<DatarouterAccount>DatarouterAccountDao. getFromAccountByApiKeyCache(java.lang.String apiKey)java.util.List<DatarouterAccount>BaseDatarouterAccountDao. getMulti(java.util.Collection<DatarouterAccountKey> keys)java.util.List<DatarouterAccount>DatarouterAccountDao. getMulti(java.util.Collection<DatarouterAccountKey> keys)io.datarouter.scanner.Scanner<DatarouterAccount>BaseDatarouterAccountDao. scan()io.datarouter.scanner.Scanner<DatarouterAccount>DatarouterAccountDao. scan()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
Fields in io.datarouter.auth.web declared as DatarouterAccount Modifier and Type Field Description DatarouterAccountDatarouterAccountManagerHandler.DatarouterAccountDetails. accountConstructors in io.datarouter.auth.web with parameters of type DatarouterAccount Constructor Description DatarouterAccountDetails(DatarouterAccount account, java.util.List<DatarouterAccountManagerHandler.TextPermission> permissions)