public class StoredProcedures extends Object
| Constructor and Description |
|---|
StoredProcedures() |
| Modifier and Type | Method and Description |
|---|---|
static void |
migrateCredentials() |
static void |
tigAccountStatus(String user,
ResultSet[] data) |
static void |
tigActiveAccounts(ResultSet[] data) |
static void |
tigAddNode(long parentNid,
long uid,
String node,
ResultSet[] data) |
static void |
tigAddUser(String userId,
String userPw,
ResultSet[] data) |
static void |
tigAddUserPlainPw(String userId,
String userPw,
ResultSet[] data) |
static void |
tigAllUsers(ResultSet[] data) |
static void |
tigAllUsersCount(ResultSet[] data) |
static void |
tigDisableAccount(String userId) |
static void |
tigDisabledAccounts(ResultSet[] data) |
static void |
tigEnableAccount(String userId) |
static void |
tigGetComponentVersion(String component,
ResultSet[] data) |
static String |
tigGetDBProperty(String key) |
static void |
tigGetPassword(String userId,
ResultSet[] data) |
static void |
tigGetUserDBUid(String userId,
ResultSet[] data) |
static void |
tigInitdb() |
static void |
tigOfflineUsers(ResultSet[] data) |
static void |
tigOnlineUsers(ResultSet[] data) |
static void |
tigPutDBProperty(String key,
String value) |
static void |
tigRemoveUser(String userId) |
static void |
tigSetComponentVersion(String name,
String version) |
static void |
tigUpdateAccountStatus(String user,
int status) |
static void |
tigUpdateLoginTime(String userId) |
static void |
tigUpdatePairs(long nid,
long uid,
String key,
Clob value) |
static void |
tigUpdatePasswordPlainPw(String userId,
String userPw) |
static void |
tigUpdatePasswordPlainPwRev(String userPw,
String userId) |
static void |
tigUserCredentialRemove(String userId,
String username) |
static void |
tigUserCredentialsGet(String userId,
String username,
ResultSet[] data) |
static void |
tigUserCredentialUpdate(String userId,
String username,
String mechanism,
String value) |
static void |
tigUserLoginPlainPw(String userId,
String userPw,
ResultSet[] data) |
static void |
tigUserLogout(String userId) |
static void |
tigUserUsernamesGet(String userId,
ResultSet[] data) |
public static void migrateCredentials()
throws SQLException
SQLExceptionpublic static void tigAccountStatus(String user, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigActiveAccounts(ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigAddNode(long parentNid,
long uid,
String node,
ResultSet[] data)
throws SQLException
SQLExceptionpublic static void tigAddUser(String userId, String userPw, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigAddUserPlainPw(String userId, String userPw, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigAllUsers(ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigAllUsersCount(ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigDisableAccount(String userId) throws SQLException
SQLExceptionpublic static void tigDisabledAccounts(ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigEnableAccount(String userId) throws SQLException
SQLExceptionpublic static void tigGetComponentVersion(String component, ResultSet[] data) throws SQLException
SQLExceptionpublic static String tigGetDBProperty(String key) throws SQLException
SQLExceptionpublic static void tigGetPassword(String userId, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigGetUserDBUid(String userId, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigInitdb()
throws SQLException
SQLExceptionpublic static void tigOfflineUsers(ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigOnlineUsers(ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigPutDBProperty(String key, String value) throws SQLException
SQLExceptionpublic static void tigRemoveUser(String userId) throws SQLException
SQLExceptionpublic static void tigSetComponentVersion(String name, String version) throws SQLException
SQLExceptionpublic static void tigUpdateAccountStatus(String user, int status) throws SQLException
SQLExceptionpublic static void tigUpdateLoginTime(String userId) throws SQLException
SQLExceptionpublic static void tigUpdatePairs(long nid,
long uid,
String key,
Clob value)
throws SQLException
SQLExceptionpublic static void tigUpdatePasswordPlainPw(String userId, String userPw) throws SQLException
SQLExceptionpublic static void tigUpdatePasswordPlainPwRev(String userPw, String userId) throws SQLException
SQLExceptionpublic static void tigUserCredentialRemove(String userId, String username) throws SQLException
SQLExceptionpublic static void tigUserCredentialUpdate(String userId, String username, String mechanism, String value) throws SQLException
SQLExceptionpublic static void tigUserCredentialsGet(String userId, String username, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigUserLoginPlainPw(String userId, String userPw, ResultSet[] data) throws SQLException
SQLExceptionpublic static void tigUserLogout(String userId) throws SQLException
SQLExceptionpublic static void tigUserUsernamesGet(String userId, ResultSet[] data) throws SQLException
SQLExceptionCopyright © 2004–2020 "Tigase, Inc.". All rights reserved.