Uses of Class
io.datarouter.auth.storage.account.DatarouterAccountSecretCredentialKey
| Package | Description |
|---|---|
| io.datarouter.auth.service | |
| io.datarouter.auth.storage.account |
-
Uses of DatarouterAccountSecretCredentialKey in io.datarouter.auth.service
Methods in io.datarouter.auth.service with parameters of type DatarouterAccountSecretCredentialKey Modifier and Type Method Description voidDatarouterAccountLastUsedDateService. updateLastUsedDateForSecretCredential(DatarouterAccountSecretCredentialKey key, String accountName) -
Uses of DatarouterAccountSecretCredentialKey in io.datarouter.auth.storage.account
Methods in io.datarouter.auth.storage.account that return types with arguments of type DatarouterAccountSecretCredentialKey Modifier and Type Method Description Supplier<DatarouterAccountSecretCredentialKey>DatarouterAccountSecretCredential. getKeySupplier()Methods in io.datarouter.auth.storage.account with parameters of type DatarouterAccountSecretCredentialKey Modifier and Type Method Description voidBaseDatarouterAccountSecretCredentialDao. delete(DatarouterAccountSecretCredentialKey key)voidDatarouterAccountSecretCredentialDao. delete(DatarouterAccountSecretCredentialKey key)DatarouterAccountSecretCredentialBaseDatarouterAccountSecretCredentialDao. get(DatarouterAccountSecretCredentialKey key)DatarouterAccountSecretCredentialDatarouterAccountSecretCredentialDao. get(DatarouterAccountSecretCredentialKey key)Method parameters in io.datarouter.auth.storage.account with type arguments of type DatarouterAccountSecretCredentialKey Modifier and Type Method Description io.datarouter.scanner.Scanner<DatarouterAccountSecretCredential>BaseDatarouterAccountSecretCredentialDao. scanMulti(Collection<DatarouterAccountSecretCredentialKey> keys)io.datarouter.scanner.Scanner<DatarouterAccountSecretCredential>DatarouterAccountSecretCredentialDao. scanMulti(Collection<DatarouterAccountSecretCredentialKey> keys)