Uses of Class
io.datarouter.auth.storage.account.DatarouterAccountKey
| Package | Description |
|---|---|
| io.datarouter.auth.service | |
| io.datarouter.auth.storage.account | |
| io.datarouter.auth.storage.useraccountmap |
-
Uses of DatarouterAccountKey in io.datarouter.auth.service
Methods in io.datarouter.auth.service with parameters of type DatarouterAccountKey Modifier and Type Method Description voidDatarouterAccountLastUsedDateService. updateLastUsedDate(DatarouterAccountKey datarouterAccountKey) -
Uses of DatarouterAccountKey in io.datarouter.auth.storage.account
Methods in io.datarouter.auth.storage.account that return types with arguments of type DatarouterAccountKey Modifier and Type Method Description java.lang.Class<DatarouterAccountKey>DatarouterAccount. getKeyClass()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 DatarouterAccountKey Modifier and Type Method Description voidBaseDatarouterAccountDao. delete(DatarouterAccountKey key)voidDatarouterAccountDao. delete(DatarouterAccountKey key)booleanBaseDatarouterAccountDao. exists(DatarouterAccountKey key)booleanDatarouterAccountDao. exists(DatarouterAccountKey key)java.util.Optional<DatarouterAccount>BaseDatarouterAccountDao. find(DatarouterAccountKey key)java.util.Optional<DatarouterAccount>DatarouterAccountDao. find(DatarouterAccountKey key)DatarouterAccountBaseDatarouterAccountDao. get(DatarouterAccountKey key)DatarouterAccountDatarouterAccountDao. get(DatarouterAccountKey key)Method parameters in io.datarouter.auth.storage.account with type arguments of type DatarouterAccountKey Modifier and Type Method Description java.util.List<DatarouterAccount>BaseDatarouterAccountDao. getMulti(java.util.Collection<DatarouterAccountKey> keys)java.util.List<DatarouterAccount>DatarouterAccountDao. getMulti(java.util.Collection<DatarouterAccountKey> keys) -
Uses of DatarouterAccountKey in io.datarouter.auth.storage.useraccountmap
Methods in io.datarouter.auth.storage.useraccountmap that return DatarouterAccountKey Modifier and Type Method Description DatarouterAccountKeyDatarouterUserAccountMapKey. getDatarouterAccountKey()