|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.esupportail.cas.server.util.log.Debug
org.esupportail.cas.server.util.BasicHandler
org.esupportail.cas.server.util.RedundantHandler
org.esupportail.cas.server.handlers.database.DatabaseHandler
org.esupportail.cas.server.handlers.database.QueryDatabaseHandler
org.esupportail.cas.server.handlers.database.SearchDatabaseHandler
public final class SearchDatabaseHandler
This class implements a search database handler class. It is used by GenericHandler.
| Field Summary |
|---|
| Fields inherited from class org.esupportail.cas.server.handlers.database.QueryDatabaseHandler |
|---|
SQL_LOGIN_TOKEN |
| Fields inherited from class org.esupportail.cas.server.util.BasicHandler |
|---|
FAILED_CONTINUE, FAILED_STOP, SUCCEEDED |
| Constructor Summary | |
|---|---|
SearchDatabaseHandler(org.dom4j.Element handlerElement,
java.lang.Boolean configDebug)
Constructor. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
readSqlQueryFromConfig()
Read the SQL query from the configuration (deduces it from other parameters). |
| Methods inherited from class org.esupportail.cas.server.handlers.database.QueryDatabaseHandler |
|---|
getBindPassword, getBindUsername, getEncryption, getUserSqlQuery |
| Methods inherited from class org.esupportail.cas.server.util.RedundantHandler |
|---|
addServers, authenticate, getServers |
| Methods inherited from class org.esupportail.cas.server.util.BasicHandler |
|---|
checkConfigElement, getConfigElement, getConfigSubElementContent, hasConfigSubElement |
| Methods inherited from class org.esupportail.cas.server.util.log.Debug |
|---|
checkClass, elementDebugValue, isDebug, setDebug, trace, trace, traceBegin, traceEnd, traceEnd, traceEnd, traceThrow |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchDatabaseHandler(org.dom4j.Element handlerElement,
java.lang.Boolean configDebug)
throws java.lang.Exception
handlerElement - the XML element that declares the handler
in the configuration fileconfigDebug - debugging mode of the global configuration
java.lang.Exception - Exception| Method Detail |
|---|
protected java.lang.String readSqlQueryFromConfig()
throws java.lang.Exception
readSqlQueryFromConfig in class QueryDatabaseHandlerjava.lang.Exception - Exception
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||