Class DSFSTransactionStore<V extends OA4MPServiceTransaction>

    • Constructor Detail

      • DSFSTransactionStore

        public DSFSTransactionStore​(File file,
                                    edu.uiuc.ncsa.security.core.IdentifiableProvider<V> idp,
                                    TokenForge tokenForge,
                                    edu.uiuc.ncsa.security.storage.data.MapConverter<V> cp,
                                    boolean removeEmptyFiles)
      • DSFSTransactionStore

        public DSFSTransactionStore​(File storeDirectory,
                                    File indexDirectory,
                                    edu.uiuc.ncsa.security.core.IdentifiableProvider<V> idp,
                                    TokenForge tokenForge,
                                    edu.uiuc.ncsa.security.storage.data.MapConverter<V> cp,
                                    boolean removeEmptyFiles)
    • Method Detail

      • getMostRecent

        public List<V> getMostRecent​(int n,
                                     List<String> attributes)
      • getByProxyID

        public V getByProxyID​(edu.uiuc.ncsa.security.core.Identifier proxyID)