public class OA2FSTStore<V extends OA2ServiceTransaction> extends DSFSTransactionStore<V> implements RefreshTokenStore<V>
Created by Jeff Gaynor
on 3/12/14 at 1:21 PM
tokenForge| Constructor and Description |
|---|
OA2FSTStore(File storeDirectory,
File indexDirectory,
edu.uiuc.ncsa.security.core.IdentifiableProvider<V> idp,
edu.uiuc.ncsa.security.delegation.token.TokenForge tokenForge,
edu.uiuc.ncsa.security.storage.data.MapConverter<V> cp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete(String identifier) |
V |
get(edu.uiuc.ncsa.security.delegation.token.RefreshToken refreshToken) |
void |
realSave(boolean checkExists,
V t) |
get, get, getcheckPermissions, clear, containsKey, containsValue, create, createIndexEntry, entrySet, get, getIndexEntry, getItemFile, getItemFile, keySet, loadByIdentifier, loadFile, loadFromIndex, putAll, realRemove, register, remove, removeIndexEntry, save, size, toString, update, valuescreateIndexEntry, getCreatedItems, hashString, isEmpty, loadStream, objectDeserialize, put, put, serializeObjectclone, 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 V get(edu.uiuc.ncsa.security.delegation.token.RefreshToken refreshToken)
get in interface RefreshTokenStore<V extends OA2ServiceTransaction>public void realSave(boolean checkExists,
V t)
realSave in class edu.uiuc.ncsa.security.delegation.storage.impl.FSTransactionStore<V extends OA2ServiceTransaction>public boolean delete(String identifier)
delete in class edu.uiuc.ncsa.security.delegation.storage.impl.FSTransactionStore<V extends OA2ServiceTransaction>Copyright © 2015. All Rights Reserved.