T - V - ResourceCACertStore, ResourceCRLStore, ResourceProxyCredentialStorepublic 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
ResourceStoreExceptionpublic void loadWrappers(String locationPattern) throws ResourceStoreException
ResourceStoreExceptionpublic abstract T create(GlobusResource resource) throws ResourceStoreException
ResourceStoreExceptionpublic abstract FilenameFilter getDefaultFilenameFilter()
public Collection<V> getCollection()
protected abstract org.apache.commons.logging.Log getLog()
Copyright © 2018. All rights reserved.