public class ResourceCRLStore extends ResourceSecurityWrapperStore<ResourceCRL,java.security.cert.X509CRL>
Modifier and Type | Class and Description |
---|---|
static class |
ResourceCRLStore.CrlFilter
This filter identifies file whose names are valid for crl files.
|
Modifier and Type | Field and Description |
---|---|
private static ResourceCRLStore.CrlFilter |
filter |
private org.apache.commons.logging.Log |
logger |
private static int |
MIN_NAME_LENGTH |
Constructor and Description |
---|
ResourceCRLStore() |
Modifier and Type | Method and Description |
---|---|
ResourceCRL |
create(GlobusResource globusResource) |
java.io.FilenameFilter |
getDefaultFilenameFilter() |
protected org.apache.commons.logging.Log |
getLog() |
getCollection, getWrapperMap, loadWrappers, loadWrappers
private static ResourceCRLStore.CrlFilter filter
private static final int MIN_NAME_LENGTH
private org.apache.commons.logging.Log logger
public ResourceCRL create(GlobusResource globusResource) throws ResourceStoreException
create
in class ResourceSecurityWrapperStore<ResourceCRL,java.security.cert.X509CRL>
ResourceStoreException
protected org.apache.commons.logging.Log getLog()
getLog
in class ResourceSecurityWrapperStore<ResourceCRL,java.security.cert.X509CRL>
public java.io.FilenameFilter getDefaultFilenameFilter()
getDefaultFilenameFilter
in class ResourceSecurityWrapperStore<ResourceCRL,java.security.cert.X509CRL>