public class ResourceCRLStore extends ResourceSecurityWrapperStore<ResourceCRL,X509CRL>
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceCRLStore.CrlFilter
This filter identifies file whose names are valid for crl files.
|
| Constructor and Description |
|---|
ResourceCRLStore() |
| Modifier and Type | Method and Description |
|---|---|
ResourceCRL |
create(org.springframework.core.io.Resource resource) |
FilenameFilter |
getDefaultFilenameFilter() |
protected org.apache.commons.logging.Log |
getLog() |
getCollection, getWrapperMap, loadWrappers, loadWrapperspublic ResourceCRL create(org.springframework.core.io.Resource resource) throws ResourceStoreException
create in class ResourceSecurityWrapperStore<ResourceCRL,X509CRL>ResourceStoreExceptionprotected org.apache.commons.logging.Log getLog()
getLog in class ResourceSecurityWrapperStore<ResourceCRL,X509CRL>public FilenameFilter getDefaultFilenameFilter()
getDefaultFilenameFilter in class ResourceSecurityWrapperStore<ResourceCRL,X509CRL>Copyright © 2012. All Rights Reserved.