Package edu.uiuc.ncsa.security.storage
Class MemoryStoreProvider<T extends Store>
- java.lang.Object
-
- edu.uiuc.ncsa.security.core.configuration.provider.HierarchicalConfigProvider<T>
-
- edu.uiuc.ncsa.security.core.configuration.provider.TypedProvider<T>
-
- edu.uiuc.ncsa.security.storage.AbstractUpkeepStoreProvider<T>
-
- edu.uiuc.ncsa.security.storage.MemoryStoreProvider<T>
-
- All Implemented Interfaces:
CfgEventListener
,EventListener
,javax.inject.Provider<T>
public abstract class MemoryStoreProvider<T extends Store> extends AbstractUpkeepStoreProvider<T>
Created by Jeff Gaynor
on 2/16/24 at 3:30 PM
-
-
Constructor Summary
Constructors Constructor Description MemoryStoreProvider()
MemoryStoreProvider(String target)
MemoryStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, String target)
-
Method Summary
-
Methods inherited from class edu.uiuc.ncsa.security.storage.AbstractUpkeepStoreProvider
getUpkeepConfiguration, setCFNode, setConfig, setUpkeepConfiguration
-
Methods inherited from class edu.uiuc.ncsa.security.core.configuration.provider.TypedProvider
checkEvent, getParentCFNode, getTarget, getType, getTypeAttribute, getTypeAttribute, getTypeBooleanAttribute, getTypeConfig, getTypeIntAttribute, getTypeIntAttribute, hasParentCFNode, setParentCFNode, setTarget, setType, setTypeConfig, toString
-
Methods inherited from class edu.uiuc.ncsa.security.core.configuration.provider.HierarchicalConfigProvider
addListener, fireComponentFound, getAttribute, getAttribute, getBooleanAttribute, getCFNode, getConfig, getConfigurationAt, getIntAttribute, getIntAttribute, getListeners, hasA, hasCFNode, isA, removeListener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface edu.uiuc.ncsa.security.core.configuration.provider.CfgEventListener
componentFound
-
-