public interface RemoteUser
Modifier and Type | Field and Description |
---|---|
static java.lang.ThreadLocal<RemoteUser> |
user |
Modifier and Type | Method and Description |
---|---|
static java.sql.Connection |
getConnection(java.lang.String hostname) |
java.sql.Connection |
getRemoteConnection(java.lang.String hostname) |
static void |
setRemoteUser(RemoteUser remoteUser) |
static final java.lang.ThreadLocal<RemoteUser> user
java.sql.Connection getRemoteConnection(java.lang.String hostname) throws java.sql.SQLException
java.sql.SQLException
static java.sql.Connection getConnection(java.lang.String hostname) throws java.sql.SQLException
java.sql.SQLException
static void setRemoteUser(RemoteUser remoteUser)