Package org.globus.gsi.stores
Class ResourceSecurityWrapperStore<T extends AbstractResourceSecurityWrapper<V>,V>
- java.lang.Object
-
- org.globus.gsi.stores.ResourceSecurityWrapperStore<T,V>
-
- Type Parameters:
T-V-
- Direct Known Subclasses:
ResourceCACertStore,ResourceCRLStore,ResourceProxyCredentialStore
public abstract class ResourceSecurityWrapperStore<T extends AbstractResourceSecurityWrapper<V>,V> extends Object
Created by IntelliJ IDEA. User: turtlebender Date: Dec 29, 2009 Time: 12:29:45 PM To change this template use File | Settings | File Templates.
-
-
Constructor Summary
Constructors Constructor Description ResourceSecurityWrapperStore()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Tcreate(GlobusResource resource)Collection<V>getCollection()abstract FilenameFiltergetDefaultFilenameFilter()protected abstract org.apache.commons.logging.LoggetLog()Map<String,T>getWrapperMap()voidloadWrappers(String locationPattern)voidloadWrappers(String[] locations)
-
-
-
Method Detail
-
loadWrappers
public void loadWrappers(String[] locations) throws ResourceStoreException
- Throws:
ResourceStoreException
-
loadWrappers
public void loadWrappers(String locationPattern) throws ResourceStoreException
- Throws:
ResourceStoreException
-
create
public abstract T create(GlobusResource resource) throws ResourceStoreException
- Throws:
ResourceStoreException
-
getDefaultFilenameFilter
public abstract FilenameFilter getDefaultFilenameFilter()
-
getCollection
public Collection<V> getCollection()
-
getLog
protected abstract org.apache.commons.logging.Log getLog()
-
-