Uses of Interface
edu.uiuc.ncsa.security.core.Store
-
Packages that use Store Package Description edu.uiuc.ncsa.sas SAS = Subject-action service.edu.uiuc.ncsa.sas.admin edu.uiuc.ncsa.sas.storage edu.uiuc.ncsa.security.core.cache edu.uiuc.ncsa.security.storage edu.uiuc.ncsa.security.storage.cli Things relating to the CLI (Command line interface).edu.uiuc.ncsa.security.storage.dynamodb edu.uiuc.ncsa.security.storage.monitored Utilities and classes for working with objects that are sent to/retrieved from aStore
.edu.uiuc.ncsa.security.storage.sql Classes that setup a specific type of correspondence between java objects and rows of an SQL table.edu.uiuc.ncsa.security.util.json Some utilities for working with JSON. -
-
Uses of Store in edu.uiuc.ncsa.sas
Methods in edu.uiuc.ncsa.sas that return Store Modifier and Type Method Description Store<? extends SASClient>
SASEnvironment. getClientStore()
Methods in edu.uiuc.ncsa.sas with parameters of type Store Modifier and Type Method Description void
SASEnvironment. setClientStore(Store<? extends SASClient> clientStore)
Constructors in edu.uiuc.ncsa.sas with parameters of type Store Constructor Description SASEnvironment(MyLoggingFacade myLogger, Store<? extends SASClient> clientStore, ActionDeserializer actionDeserializer, ResponseSerializer responseSerializer, List<String> accessList)
-
Uses of Store in edu.uiuc.ncsa.sas.admin
Constructors in edu.uiuc.ncsa.sas.admin with parameters of type Store Constructor Description SASCommands(MyLoggingFacade logger, Store store)
-
Uses of Store in edu.uiuc.ncsa.sas.storage
Subinterfaces of Store in edu.uiuc.ncsa.sas.storage Modifier and Type Interface Description interface
SASClientStore<V extends SASClient>
Created by Jeff Gaynor
on 8/22/22 at 2:02 PMClasses in edu.uiuc.ncsa.sas.storage that implement Store Modifier and Type Class Description class
ClientMemoryStore<V extends SASClient>
Created by Jeff Gaynor
on 8/22/22 at 2:09 PMclass
FSClientStore<V extends SASClient>
Created by Jeff Gaynor
on 8/22/22 at 2:10 PMclass
SASSQLStore<V extends SASClient>
Created by Jeff Gaynor
on 8/22/22 at 2:11 PM -
Uses of Store in edu.uiuc.ncsa.security.core.cache
Classes in edu.uiuc.ncsa.security.core.cache that implement Store Modifier and Type Class Description class
CachedMapFacade<V extends Cacheable>
A Facade for a map that is backed by a cache.Methods in edu.uiuc.ncsa.security.core.cache that return Store Modifier and Type Method Description Store
Cleanup. getStore()
Store<V>
CachedMapFacade. getTheStore()
Methods in edu.uiuc.ncsa.security.core.cache with parameters of type Store Modifier and Type Method Description void
Cleanup. setStore(Store store)
void
CachedMapFacade. setTheStore(Store<V> theStore)
Constructors in edu.uiuc.ncsa.security.core.cache with parameters of type Store Constructor Description CachedMapFacade(Store<V> theStore)
-
Uses of Store in edu.uiuc.ncsa.security.storage
Classes in edu.uiuc.ncsa.security.storage with type parameters of type Store Modifier and Type Class Description class
AggregateStore<V extends Store>
A store of stores.class
MemoryStoreProvider<T extends Store>
Created by Jeff Gaynor
on 2/16/24 at 3:30 PMClasses in edu.uiuc.ncsa.security.storage that implement Store Modifier and Type Class Description class
AggregateStore<V extends Store>
A store of stores.class
FileStore<V extends Identifiable>
A store backed by the file system.class
IndexedStreamStore<V extends Identifiable>
A high-level class for storing things to streams.class
MemoryStore<V extends Identifiable>
An in-memory store.Methods in edu.uiuc.ncsa.security.storage with parameters of type Store Modifier and Type Method Description static Identifiable
GenericStoreUtils. fromXML(Store store, XMLMap map)
This will convert a map into an object.static void
GenericStoreUtils. fromXMLAndSave(Store store, XMLMap map)
static <V extends Identifiable>
List<V>GenericStoreUtils. getMostRecent(Store<V> store, int n, List<String> attributes)
static <V extends Identifiable>
List<V>GenericStoreUtils. search(Store<V> store, String key, String condition, boolean isRegEx, List<String> attr)
static <V extends Identifiable>
List<V>GenericStoreUtils. search(Store<V> store, String key, String condition, boolean isRegEx, List<String> attr, String dateField, Date before, Date after)
static XMLMap
GenericStoreUtils. toXML(Store store, Identifiable identifiable)
Convert an identifiable object to anXMLMap
.Method parameters in edu.uiuc.ncsa.security.storage with type arguments of type Store Modifier and Type Method Description void
AggregateStoreProvider. addProvider(javax.inject.Provider<? extends Store> x)
Constructors in edu.uiuc.ncsa.security.storage with parameters of type Store Constructor Description AggregateStore(V... stores)
-
Uses of Store in edu.uiuc.ncsa.security.storage.cli
Methods in edu.uiuc.ncsa.security.storage.cli that return Store Modifier and Type Method Description Store
StoreArchiver. getStore()
Store
StoreCommands. getStore()
protected abstract Store
StoreUtil. getStore()
Get the store this operates on.Methods in edu.uiuc.ncsa.security.storage.cli with parameters of type Store Modifier and Type Method Description void
StoreCommands. setStore(Store store)
Constructors in edu.uiuc.ncsa.security.storage.cli with parameters of type Store Constructor Description StoreArchiver(Store store)
StoreCommands(MyLoggingFacade logger, Store store)
StoreCommands(MyLoggingFacade logger, String defaultIndent, Store store)
Constructor that sets the indent level for this command processor. -
Uses of Store in edu.uiuc.ncsa.security.storage.dynamodb
Classes in edu.uiuc.ncsa.security.storage.dynamodb that implement Store Modifier and Type Class Description class
DynamoDBStore<V extends Identifiable>
Created by Jeff Gaynor
on 4/22/24 at 12:59 PM -
Uses of Store in edu.uiuc.ncsa.security.storage.monitored
Classes in edu.uiuc.ncsa.security.storage.monitored that implement Store Modifier and Type Class Description class
MonitoredFileStore<V extends Identifiable>
Created by Jeff Gaynor
on 3/29/23 at 10:00 AMclass
MonitoredMemoryStore<V extends Identifiable>
Created by Jeff Gaynor
on 3/29/23 at 12:43 PMclass
MonitoredSQLStore<V extends Identifiable>
Created by Jeff Gaynor
on 3/29/23 at 10:24 AM -
Uses of Store in edu.uiuc.ncsa.security.storage.sql
Classes in edu.uiuc.ncsa.security.storage.sql with type parameters of type Store Modifier and Type Class Description class
SQLStoreProvider<T extends Store>
For creating SQL-based storesClasses in edu.uiuc.ncsa.security.storage.sql that implement Store Modifier and Type Class Description class
SQLStore<V extends Identifiable>
Top-level SQL store object. -
Uses of Store in edu.uiuc.ncsa.security.util.json
Subinterfaces of Store in edu.uiuc.ncsa.security.util.json Modifier and Type Interface Description interface
JSONStore<V extends JSONEntry>
Created by Jeff Gaynor
on 2/15/19 at 4:12 PMClasses in edu.uiuc.ncsa.security.util.json that implement Store Modifier and Type Class Description class
TestMemStore<V extends JSONEntry>
This is used in various places for testing and debugging.
-