Uses of Interface
edu.uiuc.ncsa.security.core.IdentifiableProvider
- 
Packages that use IdentifiableProvider Package Description edu.uiuc.ncsa.sas.client This client exists only on the server to model the state and configuration.edu.uiuc.ncsa.sas.storage edu.uiuc.ncsa.security.core.util edu.uiuc.ncsa.security.storage edu.uiuc.ncsa.security.storage.data edu.uiuc.ncsa.security.storage.monitored Utilities and classes for working with objects that are sent to/retrieved from aStore.
- 
- 
Uses of IdentifiableProvider in edu.uiuc.ncsa.sas.clientClasses in edu.uiuc.ncsa.sas.client that implement IdentifiableProvider Modifier and Type Class Description classClientProvider<V extends SASClient>Created by Jeff Gaynor
 on 8/15/22 at 9:39 AM
- 
Uses of IdentifiableProvider in edu.uiuc.ncsa.sas.storageFields in edu.uiuc.ncsa.sas.storage declared as IdentifiableProvider Modifier and Type Field Description protected IdentifiableProvider<? extends SASClient>SASClientStoreProvider. clientProviderConstructors in edu.uiuc.ncsa.sas.storage with parameters of type IdentifiableProvider Constructor Description ClientMemoryStore(IdentifiableProvider<V> identifiableProvider)FSClientStore(File directory, IdentifiableProvider<V> idp, MapConverter<V> cp, boolean removeEmptyFiles, boolean removeFailedFiles)FSClientStore(File storeDirectory, File indexDirectory, IdentifiableProvider<V> identifiableProvider, MapConverter<V> converter, boolean removeEmptyFiles, boolean removeFailedFiles)SASClientStoreProvider(CFNode config, boolean disableDefaultStore, MyLoggingFacade logger, String type, String target, IdentifiableProvider<? extends SASClient> clientProvider)SASClientStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, boolean disableDefaultStore, MyLoggingFacade logger, String type, String target, IdentifiableProvider<? extends SASClient> clientProvider)
- 
Uses of IdentifiableProvider in edu.uiuc.ncsa.security.core.utilClasses in edu.uiuc.ncsa.security.core.util that implement IdentifiableProvider Modifier and Type Class Description classIdentifiableProviderImpl<V extends Identifiable>Use this to create various identifiable things, i.e., objects that have globally unique ids.
- 
Uses of IdentifiableProvider in edu.uiuc.ncsa.security.storageFields in edu.uiuc.ncsa.security.storage declared as IdentifiableProvider Modifier and Type Field Description protected IdentifiableProvider<V>IndexedStreamStore. identifiableProviderprotected IdentifiableProvider<V>MemoryStore. identifiableProviderMethods in edu.uiuc.ncsa.security.storage with parameters of type IdentifiableProvider Modifier and Type Method Description protected voidFileStore. doSetup(File storeDirectory, File indexDirectory, IdentifiableProvider<V> identifiableProvider, MapConverter<V> converter, boolean removeEmptyFiles, boolean removeFailedFiles)Constructors in edu.uiuc.ncsa.security.storage with parameters of type IdentifiableProvider Constructor Description FileStore(File directory, IdentifiableProvider<V> idp, MapConverter<V> cp, boolean removeEmptyFiles, boolean removeFailedFiles)Accepts a directory for both the index and data and creates the subdirectories.FileStore(File storeDirectory, File indexDirectory, IdentifiableProvider<V> identifiableProvider, MapConverter<V> converter, boolean removeEmptyFiles, boolean removeFailedFiles)For the case where the data and index directories are explicitly given.MemoryStore(IdentifiableProvider<V> identifiableProvider)
- 
Uses of IdentifiableProvider in edu.uiuc.ncsa.security.storage.dataFields in edu.uiuc.ncsa.security.storage.data declared as IdentifiableProvider Modifier and Type Field Description protected IdentifiableProvider<V>MapConverter. providerMethods in edu.uiuc.ncsa.security.storage.data that return IdentifiableProvider Modifier and Type Method Description IdentifiableProvider<V>MapConverter. getProvider()Constructors in edu.uiuc.ncsa.security.storage.data with parameters of type IdentifiableProvider Constructor Description MapConverter(SerializationKeys keys, IdentifiableProvider<V> provider)
- 
Uses of IdentifiableProvider in edu.uiuc.ncsa.security.storage.monitoredConstructors in edu.uiuc.ncsa.security.storage.monitored with parameters of type IdentifiableProvider Constructor Description MonitoredConverter(MonitoredKeys keys, IdentifiableProvider<V> provider)MonitoredFileStore(File directory, IdentifiableProvider<V> idp, MapConverter<V> cp, boolean removeEmptyFiles, boolean removeFailedFiles)MonitoredFileStore(File storeDirectory, File indexDirectory, IdentifiableProvider<V> identifiableProvider, MapConverter<V> converter, boolean removeEmptyFiles, boolean removeFailedFiles)MonitoredMemoryStore(IdentifiableProvider<V> identifiableProvider)
 
-