Package | Description |
---|---|
com.hfg.ldap | |
com.hfg.security | |
com.hfg.sql.jdbc |
JDBC4-compatible classes for database access.
|
com.hfg.sql.jdbc.postgresql | |
com.hfg.util |
Various utility classes.
|
com.hfg.util.io |
Various IO utility classes.
|
com.hfg.webapp.filter.auth |
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
LDAP_Config.getPrincipalCredentials() |
Modifier and Type | Method and Description |
---|---|
boolean |
LDAPClient.authenticate(LoginCredentials inCredentials) |
LDAP_Config |
LDAP_Config.setPrincipalCredentials(LoginCredentials inValue) |
LDAPClient<U> |
LDAPClient.setPrincipalCredentials(LoginCredentials inValue)
Specifies the credentials to be used to access the LDAP server.
|
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
CredentialsMgr.get(String inKey) |
LoginCredentials |
LoginCredentials.setDomain(String inValue) |
Modifier and Type | Method and Description |
---|---|
protected LoginCredentials |
JDBCDataSource.getCredentials() |
Modifier and Type | Method and Description |
---|---|
abstract JDBCConnectionPool |
RDBMS.establishConnectionPool(JDBCServer inServer,
String inDatabaseName,
LoginCredentials inCredentials,
JDBCConnectionPoolSettings inPoolSettings) |
JDBCConnectionPool |
JDBCServer.establishConnectionPool(String inDatabaseName,
LoginCredentials inCredentials,
JDBCConnectionPoolSettings inPoolSettings) |
Connection |
JDBCServer.getConnection(String inDatabaseName,
LoginCredentials inCredentials,
JDBCConnectionSettings inSettings) |
JDBCDataSource |
JDBCDataSource.setCredentials(LoginCredentials inValue) |
Constructor and Description |
---|
JDBCConnection(JDBCServer inServer,
String inDatabaseName,
LoginCredentials inCredentials) |
JDBCConnection(JDBCServer inServer,
String inDatabaseName,
LoginCredentials inCredentials,
JDBCConnectionSettings inSettings) |
JDBCConnectionPool(JDBCServer inServer,
String inDatabaseName,
LoginCredentials inCredentials) |
Modifier and Type | Method and Description |
---|---|
PostgreSQLConnectionPool |
PostgreSQL.establishConnectionPool(JDBCServer inServer,
String inDatabaseName,
LoginCredentials inCredentials,
JDBCConnectionPoolSettings inPoolSettings) |
PostgreSQLConnection |
PostgreSQL.getConnection(JDBCServer inServer,
String inDatabaseName,
LoginCredentials inCredentials) |
Constructor and Description |
---|
PostgreSQLConnection(JDBCServer inServer,
String inDatabaseName,
LoginCredentials inCredentials) |
PostgreSQLConnection(JDBCServer inServer,
String inDatabaseName,
LoginCredentials inCredentials,
JDBCConnectionSettings inSettings) |
PostgreSQLConnectionPool(JDBCServer inServer,
String inDatabaseName,
LoginCredentials inCredentials) |
Modifier and Type | Method and Description |
---|---|
static LoginCredentials |
TestUtil.getAnonymousFTP_Credentials() |
Modifier and Type | Method and Description |
---|---|
LoginCredentials |
ProxyConfig.getCredentials() |
Modifier and Type | Method and Description |
---|---|
RemoteFileLister |
AbstractRemoteFileLister.setCredentials(LoginCredentials inCredentials) |
ProxyConfig |
ProxyConfig.setCredentials(LoginCredentials inValue) |
RemoteFileLister |
RemoteFileLister.setCredentials(LoginCredentials inValue) |
Modifier and Type | Method and Description |
---|---|
protected static LoginCredentials |
AuthenticationFilter.getAuthUsernameCookieValue(HfgCookie inCookie) |
jataylor@hairyfatguy.com