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 -
Method Summary
Modifier and TypeMethodDescriptionabstract Tcreate(GlobusResource resource) abstract FilenameFilterprotected abstract org.apache.commons.logging.LoggetLog()voidloadWrappers(String locationPattern) voidloadWrappers(String[] locations)
-
Constructor Details
-
ResourceSecurityWrapperStore
public ResourceSecurityWrapperStore()
-
-
Method Details
-
getWrapperMap
-
loadWrappers
- Throws:
ResourceStoreException
-
loadWrappers
- Throws:
ResourceStoreException
-
create
- Throws:
ResourceStoreException
-
getDefaultFilenameFilter
-
getCollection
-
getLog
protected abstract org.apache.commons.logging.Log getLog()
-