クラス AuthTokenSelectSQL
java.lang.Object
org.iplass.mtp.impl.rdb.adapter.QuerySqlHandler
org.iplass.mtp.impl.auth.authenticate.token.sql.AuthTokenSelectSQL
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidsetSelectByUserUniqueKeyParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String type, String userUniqueKey) voidsetSelectParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String type, String series) toAuthToken(ResultSet rs, boolean saveDetailAsJson, com.fasterxml.jackson.databind.ObjectMapper om, RdbAdapter rdb)
-
コンストラクタの詳細
-
AuthTokenSelectSQL
public AuthTokenSelectSQL()
-
-
メソッドの詳細
-
createSelectSQL
-
setSelectParameter
public void setSelectParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String type, String series) throws SQLException - 例外:
SQLException
-
toAuthToken
public AuthToken toAuthToken(ResultSet rs, boolean saveDetailAsJson, com.fasterxml.jackson.databind.ObjectMapper om, RdbAdapter rdb) throws SQLException - 例外:
SQLException
-
createSelectByUserUniqueKeySQL
-
setSelectByUserUniqueKeyParameter
public void setSelectByUserUniqueKeyParameter(RdbAdapter rdb, PreparedStatement ps, int tenantId, String type, String userUniqueKey) throws SQLException - 例外:
SQLException
-