org.globus.gsi.stores
Class ResourceProxyCredentialStore.ProxyFilenameFilter

java.lang.Object
  extended by org.globus.gsi.stores.ResourceProxyCredentialStore.ProxyFilenameFilter
All Implemented Interfaces:
java.io.FilenameFilter
Enclosing class:
ResourceProxyCredentialStore

public static class ResourceProxyCredentialStore.ProxyFilenameFilter
extends java.lang.Object
implements java.io.FilenameFilter

This filename filter returns files whose names are valid for a Proxy Certificate.


Constructor Summary
ResourceProxyCredentialStore.ProxyFilenameFilter()
           
 
Method Summary
 boolean accept(java.io.File file, java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceProxyCredentialStore.ProxyFilenameFilter

public ResourceProxyCredentialStore.ProxyFilenameFilter()
Method Detail

accept

public boolean accept(java.io.File file,
                      java.lang.String s)
Specified by:
accept in interface java.io.FilenameFilter