クラス AccountControlSQL
java.lang.Object
org.iplass.mtp.impl.rdb.adapter.UpdateSqlHandler
org.iplass.mtp.impl.auth.authenticate.builtin.sql.AccountControlSQL
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidsetDeleteParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String accountId) voidsetLoginStatUpdateParameter(RdbAdapter rdb, PreparedStatement ps, BuiltinAccount account) voidsetRegistParameter(RdbAdapter rdb, PreparedStatement ps, BuiltinAccount account, String user) voidsetResetLoginErrorCntParameter(RdbAdapter rdb, PreparedStatement ps, BuiltinAccount account) voidsetUpdateParameter(RdbAdapter rdb, PreparedStatement ps, BuiltinAccount account, String user) voidsetUpdatePasswordParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String accountId, String newPassword, String salt, Date lastPasswordChange, String user)
-
コンストラクタの詳細
-
AccountControlSQL
public AccountControlSQL()
-
-
メソッドの詳細
-
createLoginStatUpdateSQL
-
setLoginStatUpdateParameter
public void setLoginStatUpdateParameter(RdbAdapter rdb, PreparedStatement ps, BuiltinAccount account) throws SQLException - 例外:
SQLException
-
createRegistSQL
-
setRegistParameter
public void setRegistParameter(RdbAdapter rdb, PreparedStatement ps, BuiltinAccount account, String user) throws SQLException - 例外:
SQLException
-
createResetLoginErrorCntSQL
-
setResetLoginErrorCntParameter
public void setResetLoginErrorCntParameter(RdbAdapter rdb, PreparedStatement ps, BuiltinAccount account) throws SQLException - 例外:
SQLException
-
createUpdateSQL
-
setUpdateParameter
public void setUpdateParameter(RdbAdapter rdb, PreparedStatement ps, BuiltinAccount account, String user) throws SQLException - 例外:
SQLException
-
createUpdatePasswordSQL
-
setUpdatePasswordParameter
public void setUpdatePasswordParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String accountId, String newPassword, String salt, Date lastPasswordChange, String user) throws SQLException - 例外:
SQLException
-
createDeleteSQL
-
setDeleteParameter
public void setDeleteParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String accountId) throws SQLException - 例外:
SQLException
-