org.globus.gsi.stores
Class ResourceSecurityWrapperStore<T extends AbstractResourceSecurityWrapper<V>,V>

java.lang.Object
  extended by 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.


Constructor Summary
ResourceSecurityWrapperStore()
           
 
Method Summary
abstract  T create(GlobusResource resource)
           
 java.util.Collection<V> getCollection()
           
abstract  java.io.FilenameFilter getDefaultFilenameFilter()
           
protected abstract  org.apache.commons.logging.Log getLog()
           
 java.util.Map<java.lang.String,T> getWrapperMap()
           
 void loadWrappers(java.lang.String locationPattern)
           
 void loadWrappers(java.lang.String[] locations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceSecurityWrapperStore

public ResourceSecurityWrapperStore()
Method Detail

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()


Copyright © 2013. All Rights Reserved.