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.MemoryStoreProvider<T>
-
- All Implemented Interfaces:
CfgEventListener
,EventListener
,javax.inject.Provider<T>
public abstract class MemoryStoreProvider<T extends Store> extends TypedProvider<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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpkeepConfiguration
getUpkeepConfiguration()
void
setConfig(org.apache.commons.configuration.tree.ConfigurationNode config)
void
setUpkeepConfiguration(UpkeepConfiguration upkeepConfiguration)
-
Methods inherited from class edu.uiuc.ncsa.security.core.configuration.provider.TypedProvider
checkEvent, getTarget, getType, getTypeAttribute, getTypeAttribute, getTypeBooleanAttribute, getTypeConfig, getTypeIntAttribute, getTypeIntAttribute, setTarget, setType, setTypeConfig, toString
-
Methods inherited from class edu.uiuc.ncsa.security.core.configuration.provider.HierarchicalConfigProvider
addListener, fireComponentFound, getAttribute, getAttribute, getBooleanAttribute, getConfig, getConfigurationAt, getIntAttribute, getIntAttribute, getListeners, hasA, 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
-
-
-
-
Method Detail
-
getUpkeepConfiguration
public UpkeepConfiguration getUpkeepConfiguration()
-
setUpkeepConfiguration
public void setUpkeepConfiguration(UpkeepConfiguration upkeepConfiguration)
-
setConfig
public void setConfig(org.apache.commons.configuration.tree.ConfigurationNode config)
- Overrides:
setConfig
in classHierarchicalConfigProvider<T extends Store>
-
-