public class ResourceCRLFetcher extends Object implements CRLFetcher
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger
Logger instance.
|
| Constructor and Description |
|---|
ResourceCRLFetcher()
Creates a new instance using the specified resources for CRL data.
|
| Modifier and Type | Method and Description |
|---|---|
X509CRL |
fetch(Object crl)
Fetches a single of crl from the specified resource
and returns it.
|
Set<X509CRL> |
fetch(Set<? extends Object> crls)
Fetches a collection of crls from the specified resources
and returns a map of CRLs each tracked by its url.
|
protected X509CRL |
fetchInternal(Object r)
Fetch the resource.
|
public ResourceCRLFetcher()
public final Set<X509CRL> fetch(Set<? extends Object> crls) throws Exception
CRLFetcherfetch in interface CRLFetchercrls - resources to retrieveException - the exception thrown if resources cant be fetchedpublic X509CRL fetch(Object crl) throws Exception
CRLFetcherfetch in interface CRLFetchercrl - resources to retrieveException - the exception thrown if resources cant be fetchedCopyright © 2004-2015 Apereo. All Rights Reserved.