インタフェース AccountStore
- 既知の実装クラスのリスト:
RdbAccountStore
public interface AccountStore
-
メソッドの概要
修飾子とタイプメソッド説明voidvoiddeletePasswordHistory(int tenantId, String accountId) voiddeletePasswordHistory(int tenantId, String accountId, Timestamp dateBefore) getAccount(int tenantId, String accountId) getAccountFromOid(int tenantId, String oid) getPasswordHistory(int tenantId, String accountId) voidinited(AuthenticationProvider provider, Config config) voidregistAccount(BuiltinAccount account, String registId) voidremoveAccount(int tenantId, String accountId) voidresetLoginErrorCnt(BuiltinAccount account) voidupdateAccount(BuiltinAccount account, String updateUser) voidupdateAccountLoginStatus(BuiltinAccount account) voidupdatePassword(Password pass, String updateUser) voidupdatePasswordHistoryAccountId(int tenantId, String oldAccountId, String newAccountId)
-
メソッドの詳細
-
inited
-
updateAccountLoginStatus
-
updatePassword
-
registAccount
-
updateAccount
-
removeAccount
-
getAccount
-
getAccountFromOid
-
addPasswordHistory
-
getPasswordHistory
-
deletePasswordHistory
-
deletePasswordHistory
-
updatePasswordHistoryAccountId
-
resetLoginErrorCnt
-