Class DatarouterAccountSecretCredentialDao.DatarouterAccountSecretCredentialDaoParams
java.lang.Object
io.datarouter.storage.dao.BaseRedundantDaoParams
io.datarouter.auth.storage.account.DatarouterAccountSecretCredentialDao.DatarouterAccountSecretCredentialDaoParams
- Enclosing class:
- DatarouterAccountSecretCredentialDao
public static class DatarouterAccountSecretCredentialDao.DatarouterAccountSecretCredentialDaoParams
extends io.datarouter.storage.dao.BaseRedundantDaoParams
-
Field Summary
Fields Modifier and Type Field Description java.util.Optional<java.lang.String>tableName -
Constructor Summary
Constructors Constructor Description DatarouterAccountSecretCredentialDaoParams(java.util.List<io.datarouter.storage.client.ClientId> clientIds)DatarouterAccountSecretCredentialDaoParams(java.util.List<io.datarouter.storage.client.ClientId> clientIds, java.lang.String tableName) -
Method Summary
-
Field Details
-
tableName
public final java.util.Optional<java.lang.String> tableName
-
-
Constructor Details
-
DatarouterAccountSecretCredentialDaoParams
public DatarouterAccountSecretCredentialDaoParams(java.util.List<io.datarouter.storage.client.ClientId> clientIds) -
DatarouterAccountSecretCredentialDaoParams
public DatarouterAccountSecretCredentialDaoParams(java.util.List<io.datarouter.storage.client.ClientId> clientIds, java.lang.String tableName)
-