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 java.lang.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceSecurityWrapperStore
public ResourceSecurityWrapperStore()
getWrapperMap
public java.util.Map<java.lang.String,T> getWrapperMap()
loadWrappers
public void loadWrappers(java.lang.String[] locations)
throws ResourceStoreException
- Throws:
ResourceStoreException
loadWrappers
public void loadWrappers(java.lang.String locationPattern)
throws ResourceStoreException
- Throws:
ResourceStoreException
create
public abstract T create(GlobusResource resource)
throws ResourceStoreException
- Throws:
ResourceStoreException
getDefaultFilenameFilter
public abstract java.io.FilenameFilter getDefaultFilenameFilter()
getCollection
public java.util.Collection<V> getCollection()
getLog
protected abstract org.apache.commons.logging.Log getLog()