クラス RdbAccountStore
java.lang.Object
org.iplass.mtp.impl.auth.authenticate.builtin.RdbAccountStore
- すべての実装されたインタフェース:
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)
-
コンストラクタの詳細
-
RdbAccountStore
public RdbAccountStore()
-
-
メソッドの詳細
-
inited
- 定義:
initedインタフェース内AccountStore
-
updateAccountLoginStatus
- 定義:
updateAccountLoginStatusインタフェース内AccountStore
-
updatePassword
- 定義:
updatePasswordインタフェース内AccountStore
-
registAccount
- 定義:
registAccountインタフェース内AccountStore
-
updateAccount
- 定義:
updateAccountインタフェース内AccountStore
-
removeAccount
- 定義:
removeAccountインタフェース内AccountStore
-
getAccount
- 定義:
getAccountインタフェース内AccountStore
-
getAccountFromOid
- 定義:
getAccountFromOidインタフェース内AccountStore
-
addPasswordHistory
- 定義:
addPasswordHistoryインタフェース内AccountStore
-
getPasswordHistory
- 定義:
getPasswordHistoryインタフェース内AccountStore
-
deletePasswordHistory
- 定義:
deletePasswordHistoryインタフェース内AccountStore
-
deletePasswordHistory
- 定義:
deletePasswordHistoryインタフェース内AccountStore
-
updatePasswordHistoryAccountId
- 定義:
updatePasswordHistoryAccountIdインタフェース内AccountStore
-
resetLoginErrorCnt
- 定義:
resetLoginErrorCntインタフェース内AccountStore
-