public class RdbAccountStore extends java.lang.Object implements AccountStore
| コンストラクタと説明 |
|---|
RdbAccountStore() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addPasswordHistory(Password hi) |
void |
deletePasswordHistory(int tenantId,
java.lang.String accountId) |
void |
deletePasswordHistory(int tenantId,
java.lang.String accountId,
java.sql.Timestamp dateBefore) |
BuiltinAccount |
getAccount(int tenantId,
java.lang.String accountId) |
BuiltinAccount |
getAccountFromOid(int tenantId,
java.lang.String oid) |
java.util.List<Password> |
getPasswordHistory(int tenantId,
java.lang.String accountId) |
void |
inited(BuiltinAuthenticationProvider provider,
Config config) |
void |
registAccount(BuiltinAccount account,
java.lang.String registId) |
void |
removeAccount(int tenantId,
java.lang.String accountId) |
void |
resetLoginErrorCnt(BuiltinAccount account) |
void |
updateAccount(BuiltinAccount account,
java.lang.String updateUser) |
void |
updateAccountLoginStatus(BuiltinAccount account) |
void |
updatePassword(Password pass,
java.lang.String updateUser) |
void |
updatePasswordHistoryAccountId(int tenantId,
java.lang.String oldAccountId,
java.lang.String newAccountId) |
public void inited(BuiltinAuthenticationProvider provider, Config config)
inited インタフェース内 AccountStorepublic void updateAccountLoginStatus(BuiltinAccount account)
updateAccountLoginStatus インタフェース内 AccountStorepublic void updatePassword(Password pass, java.lang.String updateUser)
updatePassword インタフェース内 AccountStorepublic void registAccount(BuiltinAccount account, java.lang.String registId)
registAccount インタフェース内 AccountStorepublic void updateAccount(BuiltinAccount account, java.lang.String updateUser)
updateAccount インタフェース内 AccountStorepublic void removeAccount(int tenantId,
java.lang.String accountId)
removeAccount インタフェース内 AccountStorepublic BuiltinAccount getAccount(int tenantId, java.lang.String accountId)
getAccount インタフェース内 AccountStorepublic BuiltinAccount getAccountFromOid(int tenantId, java.lang.String oid)
getAccountFromOid インタフェース内 AccountStorepublic void addPasswordHistory(Password hi)
addPasswordHistory インタフェース内 AccountStorepublic java.util.List<Password> getPasswordHistory(int tenantId, java.lang.String accountId)
getPasswordHistory インタフェース内 AccountStorepublic void deletePasswordHistory(int tenantId,
java.lang.String accountId)
deletePasswordHistory インタフェース内 AccountStorepublic void deletePasswordHistory(int tenantId,
java.lang.String accountId,
java.sql.Timestamp dateBefore)
deletePasswordHistory インタフェース内 AccountStorepublic void updatePasswordHistoryAccountId(int tenantId,
java.lang.String oldAccountId,
java.lang.String newAccountId)
updatePasswordHistoryAccountId インタフェース内 AccountStorepublic void resetLoginErrorCnt(BuiltinAccount account)
resetLoginErrorCnt インタフェース内 AccountStore