インタフェース AccountStore

既知の実装クラスのリスト:
RdbAccountStore

public interface AccountStore
  • メソッドの詳細

    • inited

      void inited(AuthenticationProvider provider, Config config)
    • updateAccountLoginStatus

      void updateAccountLoginStatus(BuiltinAccount account)
    • updatePassword

      void updatePassword(Password pass, String updateUser)
    • registAccount

      void registAccount(BuiltinAccount account, String registId)
    • updateAccount

      void updateAccount(BuiltinAccount account, String updateUser)
    • removeAccount

      void removeAccount(int tenantId, String accountId)
    • getAccount

      BuiltinAccount getAccount(int tenantId, String accountId)
    • getAccountFromOid

      BuiltinAccount getAccountFromOid(int tenantId, String oid)
    • addPasswordHistory

      void addPasswordHistory(Password hi)
    • getPasswordHistory

      List<Password> getPasswordHistory(int tenantId, String accountId)
    • deletePasswordHistory

      void deletePasswordHistory(int tenantId, String accountId)
    • deletePasswordHistory

      void deletePasswordHistory(int tenantId, String accountId, Timestamp dateBefore)
    • updatePasswordHistoryAccountId

      void updatePasswordHistoryAccountId(int tenantId, String oldAccountId, String newAccountId)
    • resetLoginErrorCnt

      void resetLoginErrorCnt(BuiltinAccount account)