Java org.springframework.security.web.authentication.rememberme JdbcTokenRepositoryImpl fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.web.authentication.rememberme JdbcTokenRepositoryImpl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.web.authentication.rememberme JdbcTokenRepositoryImpl.

The text is from its open source code.

Constructor

Method

voidsetCreateTableOnStartup(boolean createTableOnStartup)
Intended for convenience in debugging.
voidsetDataSource(DataSource dataSource)
Set the JDBC DataSource to be used by this DAO.
voidsetJdbcTemplate(@Nullable JdbcTemplate jdbcTemplate)
Set the JdbcTemplate for this DAO explicitly, as an alternative to specifying a DataSource.
voidupdateToken(String series, String tokenValue, Date lastUsed)