Class TwoFactorSQLStore
- java.lang.Object
-
- edu.uiuc.ncsa.security.storage.sql.SQLDatabase
-
- edu.uiuc.ncsa.security.storage.sql.SQLStore<TwoFactorInfo>
-
- org.cilogon.oauth2.servlet.storage.twofactor.TwoFactorSQLStore
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.Store<TwoFactorInfo>
,Map<edu.uiuc.ncsa.security.core.Identifier,TwoFactorInfo>
,TwoFactorStore
public class TwoFactorSQLStore extends edu.uiuc.ncsa.security.storage.sql.SQLStore<TwoFactorInfo> implements TwoFactorStore
Created by Jeff Gaynor
on 10/18/12 at 10:15 AM
-
-
Constructor Summary
Constructors Constructor Description TwoFactorSQLStore(edu.uiuc.ncsa.security.storage.sql.ConnectionPool connectionPool, edu.uiuc.ncsa.security.storage.sql.internals.Table table, javax.inject.Provider<TwoFactorInfo> identifiableProvider, edu.uiuc.ncsa.security.storage.data.MapConverter<TwoFactorInfo> twoFactorInfoMapConverter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCreationTSField()
-
Methods inherited from class edu.uiuc.ncsa.security.storage.sql.SQLStore
checkColumns, checkTable, clear, containsKey, containsValue, crappySQLParser, crappySQLParser, create, depopulate, doRegisterStatement, entrySet, get, getAll, getDerbyMostRecent, getMapConverter, getMostRecent, getMostRecentStatement, getTable, getXMLConverter, isEmpty, keySet, populate, put, putAll, register, remove, remove, save, search, search, search, setUpdateValues, size, size, size, toString, update, update, values
-
Methods inherited from class edu.uiuc.ncsa.security.storage.sql.SQLDatabase
destroyConnection, getConnection, getConnectionPool, releaseConnection, rsToMap, setConnectionPool
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from interface edu.uiuc.ncsa.security.core.Store
create, getAll, getMostRecent, getXMLConverter, register, remove, save, search, search, search, size, update
-
Methods inherited from interface org.cilogon.oauth2.servlet.storage.twofactor.TwoFactorStore
getMapConverter
-
-
-
-
Constructor Detail
-
TwoFactorSQLStore
public TwoFactorSQLStore(edu.uiuc.ncsa.security.storage.sql.ConnectionPool connectionPool, edu.uiuc.ncsa.security.storage.sql.internals.Table table, javax.inject.Provider<TwoFactorInfo> identifiableProvider, edu.uiuc.ncsa.security.storage.data.MapConverter<TwoFactorInfo> twoFactorInfoMapConverter)
-
-
Method Detail
-
getCreationTSField
public String getCreationTSField()
- Specified by:
getCreationTSField
in classedu.uiuc.ncsa.security.storage.sql.SQLStore<TwoFactorInfo>
-
-