T
- V
- ResourceCACertStore
, ResourceCRLStore
, ResourceProxyCredentialStore
public abstract class ResourceSecurityWrapperStore<T extends AbstractResourceSecurityWrapper<V>,V> extends Object
Constructor | Description |
---|---|
ResourceSecurityWrapperStore() |
Modifier and Type | Method | Description |
---|---|---|
abstract T |
create(GlobusResource resource) |
|
Collection<V> |
getCollection() |
|
abstract FilenameFilter |
getDefaultFilenameFilter() |
|
protected abstract org.apache.commons.logging.Log |
getLog() |
|
Map<String,T> |
getWrapperMap() |
|
void |
loadWrappers(String locationPattern) |
|
void |
loadWrappers(String[] locations) |
public void loadWrappers(String[] locations) throws ResourceStoreException
ResourceStoreException
public void loadWrappers(String locationPattern) throws ResourceStoreException
ResourceStoreException
public abstract T create(GlobusResource resource) throws ResourceStoreException
ResourceStoreException
public abstract FilenameFilter getDefaultFilenameFilter()
public Collection<V> getCollection()
protected abstract org.apache.commons.logging.Log getLog()
Copyright © 2018. All rights reserved.