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
SQLException
public static void tigAccountStatus(String user, ResultSet[] data) throws SQLException
SQLException
public static void tigActiveAccounts(ResultSet[] data) throws SQLException
SQLException
public static void tigAddNode(long parentNid, long uid, String node, ResultSet[] data) throws SQLException
SQLException
public static void tigAddUser(String userId, String userPw, ResultSet[] data) throws SQLException
SQLException
public static void tigAddUserPlainPw(String userId, String userPw, ResultSet[] data) throws SQLException
SQLException
public static void tigAllUsers(ResultSet[] data) throws SQLException
SQLException
public static void tigAllUsersCount(ResultSet[] data) throws SQLException
SQLException
public static void tigDisableAccount(String userId) throws SQLException
SQLException
public static void tigDisabledAccounts(ResultSet[] data) throws SQLException
SQLException
public static void tigEnableAccount(String userId) throws SQLException
SQLException
public static void tigGetComponentVersion(String component, ResultSet[] data) throws SQLException
SQLException
public static String tigGetDBProperty(String key) throws SQLException
SQLException
public static void tigGetPassword(String userId, ResultSet[] data) throws SQLException
SQLException
public static void tigGetUserDBUid(String userId, ResultSet[] data) throws SQLException
SQLException
public static void tigInitdb() throws SQLException
SQLException
public static void tigOfflineUsers(ResultSet[] data) throws SQLException
SQLException
public static void tigOnlineUsers(ResultSet[] data) throws SQLException
SQLException
public static void tigPutDBProperty(String key, String value) throws SQLException
SQLException
public static void tigRemoveUser(String userId) throws SQLException
SQLException
public static void tigSetComponentVersion(String name, String version) throws SQLException
SQLException
public static void tigUpdateAccountStatus(String user, int status) throws SQLException
SQLException
public static void tigUpdateLoginTime(String userId) throws SQLException
SQLException
public static void tigUpdatePairs(long nid, long uid, String key, Clob value) throws SQLException
SQLException
public static void tigUpdatePasswordPlainPw(String userId, String userPw) throws SQLException
SQLException
public static void tigUpdatePasswordPlainPwRev(String userPw, String userId) throws SQLException
SQLException
public static void tigUserCredentialRemove(String userId, String username) throws SQLException
SQLException
public static void tigUserCredentialUpdate(String userId, String username, String mechanism, String value) throws SQLException
SQLException
public static void tigUserCredentialsGet(String userId, String username, ResultSet[] data) throws SQLException
SQLException
public static void tigUserLoginPlainPw(String userId, String userPw, ResultSet[] data) throws SQLException
SQLException
public static void tigUserLogout(String userId) throws SQLException
SQLException
public static void tigUserUsernamesGet(String userId, ResultSet[] data) throws SQLException
SQLException
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.