org.acegisecurity.userdetails.jdbc
Class JdbcDaoImpl.AuthoritiesByUsernameMapping

java.lang.Object
  extended by org.springframework.jdbc.object.RdbmsOperation
      extended by org.springframework.jdbc.object.SqlOperation
          extended by org.springframework.jdbc.object.SqlQuery
              extended by org.springframework.jdbc.object.MappingSqlQueryWithParameters
                  extended by org.springframework.jdbc.object.MappingSqlQuery
                      extended by org.acegisecurity.userdetails.jdbc.JdbcDaoImpl.AuthoritiesByUsernameMapping
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
Enclosing class:
JdbcDaoImpl

protected class JdbcDaoImpl.AuthoritiesByUsernameMapping
extends org.springframework.jdbc.object.MappingSqlQuery

Query object to look up a user's authorities.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.springframework.jdbc.object.MappingSqlQueryWithParameters
org.springframework.jdbc.object.MappingSqlQueryWithParameters.ResultReaderImpl
 
Field Summary
 
Fields inherited from class org.springframework.jdbc.object.RdbmsOperation
logger
 
Constructor Summary
protected JdbcDaoImpl.AuthoritiesByUsernameMapping(DataSource ds)
           
 
Method Summary
protected  Object mapRow(ResultSet rs, int rownum)
           
 
Methods inherited from class org.springframework.jdbc.object.MappingSqlQuery
mapRow
 
Methods inherited from class org.springframework.jdbc.object.MappingSqlQueryWithParameters
newResultReader
 
Methods inherited from class org.springframework.jdbc.object.SqlQuery
execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, execute, findObject, findObject, findObject, findObject, findObject, findObject, findObject, findObject, findObject, findObject, getRowsExpected, setRowsExpected
 
Methods inherited from class org.springframework.jdbc.object.SqlOperation
compileInternal, newPreparedStatementCreator, newPreparedStatementSetter, onCompileInternal
 
Methods inherited from class org.springframework.jdbc.object.RdbmsOperation
afterPropertiesSet, allowsUnusedParameters, checkCompiled, compile, declareParameter, getDeclaredParameters, getGeneratedKeysColumnNames, getJdbcTemplate, getResultSetType, getSql, isCompiled, isReturnGeneratedKeys, isUpdatableResults, setDataSource, setFetchSize, setGeneratedKeysColumnNames, setJdbcTemplate, setMaxRows, setResultSetType, setReturnGeneratedKeys, setSql, setTypes, setUpdatableResults, supportsLobParameters, validateParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcDaoImpl.AuthoritiesByUsernameMapping

protected JdbcDaoImpl.AuthoritiesByUsernameMapping(DataSource ds)
Method Detail

mapRow

protected Object mapRow(ResultSet rs,
                        int rownum)
                 throws SQLException
Specified by:
mapRow in class org.springframework.jdbc.object.MappingSqlQuery
Throws:
SQLException


Copyright © 2004-2011 Interface21, Inc. All Rights Reserved.