public class OA2SQLTStore<V extends OA2ServiceTransaction> extends DSSQLTransactionStore<V> implements RefreshTokenStore<V>
Created by Jeff Gaynor
on 3/25/14 at 10:30 AM
DEFAULT_TABLENAME| Constructor and Description |
|---|
OA2SQLTStore(edu.uiuc.ncsa.security.delegation.token.TokenForge tokenForge,
edu.uiuc.ncsa.security.storage.sql.ConnectionPool connectionPool,
edu.uiuc.ncsa.security.storage.sql.internals.Table table,
javax.inject.Provider<V> idp,
edu.uiuc.ncsa.security.storage.data.MapConverter converter) |
| Modifier and Type | Method and Description |
|---|---|
V |
get(edu.uiuc.ncsa.security.delegation.token.RefreshToken refreshToken) |
getCreatedTransactions, register, toStringget, get, get, getToken, getTransaction, getTransactionTablecheckColumns, clear, containsKey, containsValue, create, depopulate, entrySet, get, getTable, isEmpty, keySet, populate, put, putAll, remove, rsToMap, save, size, size, update, valuesdestroyConnection, getConnection, getConnectionPool, releaseConnection, setConnectionPoolclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic OA2SQLTStore(edu.uiuc.ncsa.security.delegation.token.TokenForge tokenForge,
edu.uiuc.ncsa.security.storage.sql.ConnectionPool connectionPool,
edu.uiuc.ncsa.security.storage.sql.internals.Table table,
javax.inject.Provider<V> idp,
edu.uiuc.ncsa.security.storage.data.MapConverter converter)
public V get(edu.uiuc.ncsa.security.delegation.token.RefreshToken refreshToken)
get in interface RefreshTokenStore<V extends OA2ServiceTransaction>Copyright © 2015. All Rights Reserved.