This token is replaced by the users' login when executing queries on the database.
Constructor Detail
QueryDatabaseHandler
public QueryDatabaseHandler(Element handlerElement, Boolean configDebug) throws Exception(Code)
Constructor.
Parameters: handlerElement - the XML element that declares the handler in the configuration file Parameters: configDebug - debugging mode of the global configuration throws: Exception - Exception
Returns the SQL expression that must be executed to
retrieve the password of the user with the given name.
Parameters: username - the user's id a String.